rails/actionpack/lib
2009-12-26 13:25:36 -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 rack-mount 0.4 2009-12-26 13:25:36 -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 Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb Remove the ActionView::Base autoload because it creates crazy circular autoload insanity 2009-12-23 18:59:49 -08:00