rails/actionpack/lib
2006-01-29 00:37:39 +00:00
..
action_controller Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
action_pack Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
action_view Add the ability to call JavaScriptGenerator methods from helpers called in update blocks 2006-01-23 17:09:15 +00:00
action_controller.rb Only attempt to require Active Support if it hasnt been already #1959 2005-09-15 05:34:59 +00:00
action_pack.rb Added action_pack.rb stub so that ActionPack::Version loads properly 2005-11-05 03:03:31 +00:00
action_view.rb Streamline render process, code cleaning. Closes #2294. 2005-09-27 16:45:39 +00:00