| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -18/+18 |
* | Further fix failing tests caused by #21350 | Sean Griffin | 2015-08-24 | 1 | -0/+1 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 1 | -0/+1 |
* | Merge pull request #17541 from OpenSourceProjects/meaninful_message | Yves Senn | 2014-11-07 | 1 | -3/+9 |
|\ |
|
| * | Print out a meaningful error when ActiveRecord::ReadOnlyRecord is raised | Franky W | 2014-11-06 | 1 | -3/+6 |
|/ |
|
* | `implicit_readonly` is being removed in favor of calling `readonly` explicitly | Yves Senn | 2013-05-27 | 1 | -10/+8 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -1/+1 |
* | Deprecate Relation#all. | Jon Leighton | 2012-07-27 | 1 | -4/+4 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -4/+4 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -2/+2 |
* | Don't destroy readonly models | Johannes Barre | 2012-05-17 | 1 | -0/+1 |
* | remove calls to find(:first), find(:last) and find(:all) | Jon Leighton | 2012-04-26 | 1 | -2/+2 |
* | remove tests for #with_scope (it's now deprecated) | Jon Leighton | 2012-04-25 | 1 | -4/+4 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Removed support for accessing attributes on a has_and_belongs_to_many join ta... | Jon Leighton | 2011-01-16 | 1 | -9/+0 |
* | Let AssociationCollection#find use #scoped to do its finding. Note that I am ... | Jon Leighton | 2011-01-03 | 1 | -7/+8 |
* | Verify that there is no unwanted implicit readonly set on Model.has_many_thro... | oleg dashevskii | 2010-12-23 | 1 | -1/+13 |
* | Don't publicize with_scope for tests since it may shadow public misuse | Jeremy Kemper | 2009-12-28 | 1 | -4/+4 |
* | Add Model.readonly and association_collection#readonly finder method | Pratik Naik | 2009-12-28 | 1 | -16/+17 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -2/+2 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -6/+6 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+107 |