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
2010-09-29 10:04:42 +02:00
..
caching Move uri parser to AS as URI.parser method to reuse it in AP and ARes. 2010-09-28 11:38:35 +08:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal renderer calls object.to_json when rendering :json => object [#5655 state:resolved] 2010-09-27 23:11:29 +02:00
railties Forgot to move that line to railtie on rebase 2010-09-03 22:59:16 +02:00
vendor Remove more warnings shadowing outer local variable. 2010-09-27 16:43:17 -03:00
base.rb updated instructions on how to change the default session store 2010-09-18 12:46:21 -03: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 Fix logging when cache key contains % sign [#5570 state:resolved] 2010-09-25 11:04:20 +02:00
metal.rb Fix tests on 1.9.2. 2010-09-28 00:39:29 +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 Call it compile_methods! and do the same on AM. 2010-09-27 20:43:56 +02:00
record_identifier.rb No need to delegate. Simply include the whole RecordIdentifier module. 2010-07-21 11:46:38 +02:00
test_case.rb Remove more warnings: no need to define attr_accessor if already exists. Initialize ivar. 2010-09-28 17:08:43 -03:00