rails--rails/actionpack/test
Michael Koziarski 4673c47d7b Allow html_options to be passed to all the date helpers. Closes #6000 [h-lame, Jakob S]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8968 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-02 04:40:54 +00:00
..
activerecord Fix problem with render :partial collections, records, and locals. #11057 [lotswholetime] 2008-02-08 22:04:06 +00:00
controller Added that requests with JavaScript as the priority mime type in the accept header and no format extension in the parameters will be treated as though their format was :js when it comes to determining which template to render. This makes it possible for JS requests to automatically render action.js.rjs files without an explicit respond_to block [DHH] 2008-02-29 18:09:23 +00:00
fixtures Added that requests with JavaScript as the priority mime type in the accept header and no format extension in the parameters will be treated as though their format was :js when it comes to determining which template to render. This makes it possible for JS requests to automatically render action.js.rjs files without an explicit respond_to block [DHH] 2008-02-29 18:09:23 +00:00
template Allow html_options to be passed to all the date helpers. Closes #6000 [h-lame, Jakob S] 2008-03-02 04:40:54 +00:00
abstract_unit.rb
action_view_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
active_record_unit.rb * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek] 2008-01-05 13:34:15 +00:00
adv_attr_test.rb Add some tests for adv_attr_accessor. Closes #10633 [fcheung] 2008-01-12 03:06:10 +00:00
testing_sandbox.rb