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
2012-07-11 06:19:38 +03:00
..
caching AS::Callbacks: deprecate monkey patch code 2012-06-26 09:21:36 +03: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 Fix code comment to reflect its intent. 2012-07-11 06:19:38 +03:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor Move require to where it's needed 2012-05-11 19:00:18 -03:00
base.rb Add ActionController::HTTP 2012-03-14 12:46:23 -03: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 Make AC::LogSubscriber#send_file like #send_data 2012-05-19 09:42:36 +04:00
metal.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
model_naming.rb Remove ActiveModel dependency from ActionPack 2012-06-30 11:04:31 -05:00
railtie.rb Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
record_identifier.rb Remove ActiveModel dependency from ActionPack 2012-06-30 11:04:31 -05:00
test_case.rb deprecate describe without a block. 2012-07-09 13:13:59 -07:00