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
/
models
/
car.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `touch` option to behave consistently with `Persistence#touch` method
Ryuta Kamizono
2018-06-18
1
-0
/
+2
*
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
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-4
/
+4
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
1
-0
/
+2
*
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
1
-0
/
+1
*
Improve consistency of counter caches updating in memory
Sean Griffin
2015-01-26
1
-1
/
+1
*
Make AR::Base#touch fire the after_commit and after_rollback callbacks
Harry Brundage
2014-01-16
1
-1
/
+0
*
Raise `RecordNotDestroyed` when children can't be replaced
Brian Thomas Storti
2013-11-25
1
-0
/
+1
*
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-0
/
+1
*
More unused associations in AR test models
Akira Matsuda
2013-09-10
1
-3
/
+0
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-0
/
+3
*
More unused associations in AR test models
Akira Matsuda
2013-07-25
1
-3
/
+0
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
1
-0
/
+1
*
Convert association macros to the new syntax
Jon Leighton
2012-07-20
1
-3
/
+3
*
remove deprecated scope stuff
Jon Leighton
2012-04-26
1
-1
/
+0
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-6
/
+6
*
Test polymorphic record with optimistic locking and counter cache should be d...
Dmitry Polushkin
2011-09-09
1
-1
/
+1
*
Ensure we are not comparing a string with a symbol in HasManyAssociation#inve...
Jon Leighton
2011-09-06
1
-1
/
+1
*
Don't use mass-assignment protection when setting foreign keys or association...
Jon Leighton
2011-05-12
1
-0
/
+3
*
Add test to specify that attributes from an association's conditions should b...
Jon Leighton
2011-05-10
1
-0
/
+2
*
Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...
Jon Leighton
2011-04-18
1
-6
/
+2
*
Deprecated support for passing hashes and relations to default_scope, in favo...
Jon Leighton
2011-04-12
1
-2
/
+7
*
expanding the test to include both type of order declaration
Neeraj Singh
2010-09-18
1
-2
/
+9
*
order should always be concatenated.
Neeraj Singh
2010-09-05
1
-0
/
+5
*
While creating a new record using has_many create method default scope of chi...
Neeraj Singh
2010-08-19
1
-0
/
+1
*
Ensure we can nest include calls [#5285 state:resolved]
Neeraj Singh
2010-08-12
1
-0
/
+5
*
reset_counter should work with non-traditional belongs_to and polymorphic bel...
Neeraj Singh
2010-07-08
1
-0
/
+4