aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/readonly_test.rb
Commit message (Expand)AuthorAgeFilesLines
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Removed support for accessing attributes on a has_and_belongs_to_many join ta...Jon Leighton2011-01-161-9/+0
* Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-7/+8
* Verify that there is no unwanted implicit readonly set on Model.has_many_thro...oleg dashevskii2010-12-231-1/+13
* Don't publicize with_scope for tests since it may shadow public misuseJeremy Kemper2009-12-281-4/+4
* Add Model.readonly and association_collection#readonly finder methodPratik Naik2009-12-281-16/+17
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-6/+6
* Move tests to casesJeremy Kemper2008-01-181-0/+107