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 7185e35971 Remove dependency on actionpack in ActionView::AssetPaths
Since Action View should not depend on actionpack, it's best to delegate
invalid_asset_host! to controller and just rely on such simple contract
instead of raising ActionController::RoutingError directly.
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 Remove dependency on actionpack in ActionView::AssetPaths 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
record_identifier.rb Remove ActiveModel dependency from ActionPack 2012-06-30 11:04:31 -05:00
test_case.rb Renamed _path_segments to _recall 2012-08-04 14:55:00 +03:00