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
Piotr Sarnacki 8ca17926dc Add ActionView::ModelNaming
It's just a duplicate of ActionController::ModelNaming. These are just a
simple helpers for decoupling Active Model, so it does not make sense to
extract it to Active Support, but the point is to decouple also Action
View and Action Pack
2012-08-28 10:51:03 +02:00
..
abstract_controller add lazy look up in abstract controller's translate method 2012-07-18 10:33:14 +03:00
action_controller Move ActionController::RecordIdentifier to ActionView 2012-08-28 10:51:03 +02:00
action_dispatch Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
action_pack
action_view Add ActionView::ModelNaming 2012-08-28 10:51:03 +02: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 Move ActionController::RecordIdentifier to ActionView 2012-08-28 10:51:03 +02:00
action_dispatch.rb Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
action_pack.rb
action_view.rb Move ActionController::RecordIdentifier to ActionView 2012-08-28 10:51:03 +02:00