rails/actionpack/lib/action_controller
Jeremy Kemper 0032da1b3e Merge pull request #5748 from ai/no_type_in_html5
Remove unnecessary in HTML 5 type attribute with default value
2012-04-08 06:56:44 -07:00
..
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 Remove unnecessary in HTML 5 type attribute with default value 2012-04-05 15:32:37 +04:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
vendor Don't ignore non Enumerable values passed to sanitize (closes #5585) 2012-03-27 02:26:17 +02: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 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 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 We dont need to merge in the parameters as thats all being reset by the rack headers (and its causing problems for Strong Parameters attempt of wrapping request.parameters because it will change in testing) 2012-03-20 22:23:18 +01:00