rails--rails/actionpack/test
Jeremy Kemper c069f361f0 form.text_area handles the :size option just like the original text_area (:size => '60x10' becomes cols="60" rows="10")
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4334 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-05-11 16:36:59 +00:00
..
activerecord Fix problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session. 2006-03-08 16:53:34 +00:00
controller Small fix in routing to allow dynamic routes (broken after [4242]) [Rick] 2006-04-30 21:06:49 +00:00
fixtures Added automated timestamping to AssetTagHelper methods for stylesheets, javascripts, and images when Action Controller is run under Rails [DHH] 2006-03-29 20:57:53 +00:00
template form.text_area handles the :size option just like the original text_area (:size => '60x10' becomes cols="60" rows="10") 2006-05-11 16:36:59 +00:00
abstract_unit.rb
active_record_unit.rb
testing_sandbox.rb