rails/actionpack/lib/abstract_controller
Aaron Patterson 267e5c84f9 calculate the ivars to remove in advance as a set and cache them in a
constant.

`view_assigns` can use the precalculated sets and remove instance
variables without allocating any extra arrays
2013-11-06 14:21:40 -08:00
..
railties Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
asset_paths.rb 🔥 Rails asset id support 2012-10-15 09:47:16 -05:00
base.rb Revert "Port all remaining self.protected_instance_variables to class methods" 2013-09-02 23:18:02 +02:00
callbacks.rb Execute conditional procs on controller filters only for current action. 2013-08-10 09:13:20 -07:00
collector.rb Prevent conflict between mime types and Object methods 2012-07-06 20:38:23 +02:00
helpers.rb move MissingHelperError out of the ClassMethods module. 2013-07-12 15:34:29 +02:00
logger.rb avoid empty api pages 2012-04-08 01:56:41 +05:30
rendering.rb calculate the ivars to remove in advance as a set and cache them in a 2013-11-06 14:21:40 -08:00
translation.rb change useless gsub to tr 2013-03-05 09:33:42 -05:00
url_for.rb Clean up module docs [ci skip] 2012-03-07 01:04:14 +05:30