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
2009-12-26 13:28:06 -06:00
..
abstract_controller Make ActionMailer::Base inherit from AbstractController::Base 2009-12-22 11:29:06 -08:00
action_controller Finish moving config.frameworks-dependent code to the framework plugin 2009-12-23 17:23:29 -08:00
action_dispatch AD::Cascade that supports X-Cascade 2009-12-26 13:28:06 -06:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view Instead of marking raw text in templates as safe, and then putting them through String#<< which checks if the String is safe, use safe_concat, which uses the original (internal) String#<< and leaves the safe flag as is. Results in a significant performance improvement. 2009-12-24 21:50:18 -08:00
abstract_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_dispatch.rb AD::Cascade that supports X-Cascade 2009-12-26 13:28:06 -06:00
action_pack.rb
action_view.rb Remove the ActionView::Base autoload because it creates crazy circular autoload insanity 2009-12-23 18:59:49 -08:00