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-04-18 00:10:06 +05:30
..
caching prevent the cache sweeper ignores NoMethodError 2012-03-29 11:09:42 +08: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 #send_file leans on Rack::Sendfile to X-Accel-Redirect the file's path, so opening the file to set the response body is wasteful. Set a FileBody wrapper instead that responds to to_path and streams the file if needed. 2012-04-12 09:53:00 -07:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor Fix HTML sanitizer allowed_css_properties comment 2012-04-13 10:01:35 +06:00
base.rb Add ActionController::HTTP 2012-03-14 12:46:23 -03:00
caching.rb DrbStore removed from cache backends 2011-11-07 18:57:55 +04: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 logger adds a newline for us 2011-12-12 16:02:59 -08:00
metal.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
middleware.rb
railtie.rb Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
record_identifier.rb Add AC record identifier example with not-persisted object 2012-04-05 12:07:30 +06:00
test_case.rb Remove obsolete code 2012-04-12 23:42:24 +06:00