rails/actionpack/lib
Xavier Noria 4dfe140ef3 code gardening in ActionController::Renderers
* Renames _handle_render_options to _render_to_body_with_renderer, which is more
  intention-revealing.

* The name of the dynamically generated method for a renderer with key :js was
  "_render_option_js".

  That name is too weak. :js is an option if you see the render argument as just
  a generic options hash, but in the context of renderers that's the renderer
  key, is what identifies the renderer.

  Now "_render_with_renderer_js" is generated instead, which is crystal clear.

* The name of the dynamically generated method for the renderer was constructed
  using string literals in a few places. That is now encapsulated in a method.

* Since we were on it, also removed a couple of redundant selfs.
2014-09-04 00:45:01 +02:00
..
abstract_controller remove deprecated MissingHelperError proxy. 2014-08-14 09:37:21 +02:00
action_controller code gardening in ActionController::Renderers 2014-09-04 00:45:01 +02:00
action_dispatch Allow polymorphic routes with nil when a route can still be drawn 2014-08-31 11:39:46 -05:00
action_pack Refer to the library name instead of the constant 2014-08-30 11:58:23 +02:00
abstract_controller.rb No need for .rb extension 2013-08-25 11:39:09 +02:00
action_controller.rb When your templates change, browser caches bust automatically. 2014-08-17 06:52:17 -07:00
action_dispatch.rb ActionDispatch::Head was replaced by Rack::Head. Closes #14191. 2014-02-25 11:20:12 +01:00
action_pack.rb update copyright notices to 2014. [ci skip] 2014-01-01 23:59:49 +05:30