1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
2012-08-08 17:41:50 -07:00
..
abstract_controller add lazy look up in abstract controller's translate method 2012-07-18 10:33:14 +03:00
action_controller use a sized buffer to prevent the queue being too large 2012-08-08 17:41:50 -07:00
action_dispatch removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Allow data attributes to be set as a first-level option for form_for, so you can write form_for @record, data: { behavior: 'autosave' } instead of form_for @record, html: { data: { behavior: 'autosave' } } *DHH* 2012-08-08 16:36:46 -05:00
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_dispatch.rb load active_support/dependencies/autoload in active_support/rails 2012-08-02 21:59:23 +02:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb defines a private require-hub active_support/rails 2012-08-02 21:59:22 +02:00