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/action_controller
Piotr Sarnacki 264624049e Move ActionController::RecordIdentifier to ActionView
Since it's more about DOM classes and ids it belongs to Action View
better. What's more, it's more convenient to make it part of Action View
to follow the rule that Action Pack can depend on Action View, but not
the other way round.
2012-08-28 10:51:03 +02:00
..
caching Modernize the documentation for view caching somewhat 2012-08-08 11:25:22 -05:00
deprecated Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
metal Remove dependency on actionpack in ActionView::AssetPaths 2012-08-28 10:51:03 +02:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
base.rb Move ActionController::RecordIdentifier to ActionView 2012-08-28 10:51:03 +02:00
caching.rb ActionController::Caching depends on RackDelegation and AbstractController::Callbacks 2012-06-13 16:18:03 -03:00
deprecated.rb Deprecate ActionController::Integration, ActionController::IntegrationTest, ActionController::PerformanceTest,ActionController::AbstractRequest, ActionController::Request, ActionController::AbstractResponse, ActionController::Response and ActionController::Routing 2012-01-15 00:02:07 +05:30
log_subscriber.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
metal.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
middleware.rb
model_naming.rb Remove ActiveModel dependency from ActionPack 2012-06-30 11:04:31 -05:00
railtie.rb Get rid of config.preload_frameworks in favor of config.eager_load_namespaces 2012-08-21 14:47:19 -03:00
test_case.rb Renamed _path_segments to _recall 2012-08-04 14:55:00 +03:00