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-03-03 23:48:29 +05:30
..
caching Rack body respond to each and not to join 2012-02-14 21:53:15 -02: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 usages of AS::OrderedHash 2012-03-03 23:48:29 +05:30
railties Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
vendor Handle leading spaces in protocol while sanitizing 2012-01-12 16:13:26 +05:30
base.rb Move protected instance variables definition, kill compatibility module 2012-01-17 10:04:39 -02: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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
railtie.rb adds a nodoc [ci skip] 2012-03-01 00:15:35 +05:30
record_identifier.rb Update AC::RecordIdentifier example 2011-10-15 11:34:33 +04:00
test_case.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00