aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/readonly_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-6/+6
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-22/+22
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-18/+18
* Further fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Merge pull request #17541 from OpenSourceProjects/meaninful_messageYves Senn2014-11-071-3/+9
|\
| * Print out a meaningful error when ActiveRecord::ReadOnlyRecord is raisedFranky W2014-11-061-3/+6
|/
* `implicit_readonly` is being removed in favor of calling `readonly` explicitlyYves Senn2013-05-271-10/+8
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-1/+1
* Deprecate Relation#all.Jon Leighton2012-07-271-4/+4
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-4/+4
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-2/+2
* Don't destroy readonly modelsJohannes Barre2012-05-171-0/+1
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-2/+2
* remove tests for #with_scope (it's now deprecated)Jon Leighton2012-04-251-4/+4
* 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