rails--rails/actionpack/test
David Heinemeier Hansson 2504982945 Added :only and :except controls to skip_before/after_filter just like for when you add filters [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3504 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-01-31 23:55:04 +00:00
..
controller Added :only and :except controls to skip_before/after_filter just like for when you add filters [DHH] 2006-01-31 23:55:04 +00:00
fixtures Automatically discover layouts when a controller is namespaced. Closes #2199, #3424. 2006-01-15 11:28:55 +00:00
template 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
abstract_unit.rb Added FormHelper#form_for and FormHelper#fields_for that makes it easier to work with forms for single objects also if they don't reside in instance variables [DHH] 2005-11-13 11:13:11 +00:00
testing_sandbox.rb Make the truncate() helper multi-byte safe (assuming $KCODE has been set to something other than "NONE") #2103 2005-09-19 21:36:36 +00:00