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
José Valim 9c6d4801d1 Merge pull request #3193 from avakhov/patch-ac-test-case-safe-constantize
use safe_constantize instead constantize in AC::TestCase
2011-10-03 02:10:40 -07:00
..
caching if ... nil? is more expensive than unless 2011-09-04 10:44:08 -05:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal Use safe_constantize where possible. 2011-09-23 16:46:33 +02:00
railties Remove the ability for engines to serve assets from the public directory. 2011-04-15 19:57:52 +02:00
vendor add missing require to html sanitizer 2011-09-27 23:39:52 +04:00
base.rb actionpack/lib/action_controller/base.rb: docs typo 2011-08-20 00:17:44 -05:00
caching.rb Escape 'caching' when used in a sentence; remove unnessesary quotes 2010-08-26 21:58:57 +02: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 make our constructor signature match the superclass 2011-04-17 11:49:25 -07: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 Fixing record_key_for_dom_id documentation. 2011-09-06 23:26:56 -05:00
test_case.rb Merge pull request #3193 from avakhov/patch-ac-test-case-safe-constantize 2011-10-03 02:10:40 -07:00