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
Xavier Noria c3035e1800 Merge pull request #3613 from mitio/fix-actionpack-responder-docs
Fix wording and minor typos in the Responder RDoc
2011-11-11 10:03:29 -08:00
..
caching this should never return nil, so no use for "try" 2011-10-31 15:17:16 -04:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal Merge pull request #3613 from mitio/fix-actionpack-responder-docs 2011-11-11 10:03:29 -08:00
railties Remove the ability for engines to serve assets from the public directory. 2011-04-15 19:57:52 +02:00
vendor HTMl -> HTML: html scanner comment fix 2011-10-15 23:54:26 +04:00
base.rb Fix params hash example in AC::Base comment 2011-10-08 10:12:58 +04:00
caching.rb DrbStore removed from cache backends 2011-11-07 18:57:55 +04:00
deprecated.rb Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
log_subscriber.rb make the logs a little simpler to view, put the render message inline with other events, pull processing to char[0] and add a new line to the completed. looks more like a block now, which is useful for serial actions like test/dev 2011-06-24 13:10:06 -07:00
metal.rb Fix AC::Metal#response_body= to store same value on Ruby 1.8 and 1.9 2011-11-07 16:24:54 +09: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 [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
record_identifier.rb Update AC::RecordIdentifier example 2011-10-15 11:34:33 +04:00
test_case.rb Merge pull request #3193 from avakhov/patch-ac-test-case-safe-constantize 2011-10-03 02:10:40 -07:00