index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
readonly_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-6
/
+6
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-22
/
+22
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
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