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
/
developer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise error when has_many through is defined before through association
Chris Holmes
2017-01-04
1
-0
/
+6
*
Replace sleep with synchronization
Matthew Draper
2017-01-02
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-43
/
+43
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-51
/
+51
*
Fix merge conflicts for #19938
Sean Griffin
2015-10-20
1
-0
/
+2
|
\
|
*
Fix for activerecord join dependency instantiate bug
Mehmet Emin İNAÇ
2015-05-04
1
-0
/
+2
*
|
Fix regression in inverse_of on through associations
eileencodes
2015-09-26
1
-0
/
+3
*
|
Implement ActiveRecord::Base.ignored_columns
Jean Boussier
2015-09-24
1
-0
/
+5
*
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
1
-0
/
+1
|
/
*
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-0
/
+2
*
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-0
/
+2
*
test, inline `DeveloperWithAggregate`, which is used by a single test.
Yves Senn
2014-05-19
1
-6
/
+0
*
Fixed HABTM's CollectionAssociation size
Fred Wu
2014-05-08
1
-0
/
+2
*
Add tests for default scope behaviour change
Jon Leighton
2014-02-23
1
-0
/
+2
*
make sure cached table name is a string. fixes #12582
Aaron Patterson
2013-12-12
1
-0
/
+4
*
adding a test to demonstrate how to use STI subclasses on the far right
Aaron Patterson
2013-09-27
1
-0
/
+2
*
this code is dead, removing
Aaron Patterson
2013-08-01
1
-6
/
+0
*
Fix .update_all and .delete_all when using a condition on a joined table
Derek Kraan
2013-01-11
1
-0
/
+9
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-0
/
+5
*
Do not instantiate intermediate AR objects when eager loading.
Yves Senn
2012-12-04
1
-0
/
+10
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+6
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-4
/
+4
*
Convert association macros to the new syntax
Jon Leighton
2012-07-20
1
-11
/
+11
*
Remove some aggregation tests related to composed_of
Carlos Antonio da Silva
2012-06-28
1
-1
/
+0
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-5
/
+0
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-4
/
+4
*
remove unused method
Jon Leighton
2012-04-25
1
-6
/
+0
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-6
/
+0
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-16
/
+16
*
Fix default scope thread safety. Thanks @thedarkone for reporting.
Jon Leighton
2011-08-13
1
-0
/
+9
*
Apply the default scope earlier when doing calculations. Fixes #1682.
Jon Leighton
2011-06-23
1
-0
/
+6
*
Failing test for aggregating on default_scope with select
Erik Fonselius
2011-05-31
1
-0
/
+5
*
Fix infinite recursion where a lazy default scope references a scope. Fixes #...
Jon Leighton
2011-05-25
1
-0
/
+15
*
Failing tests for #1233.
Andrew White
2011-05-24
1
-0
/
+35
*
removed the default_scope deprecations and updated the docs and tests to refl...
Josh Kalderimis
2011-04-28
1
-6
/
+18
*
Bring back support for passing a callable object to the default_scope macro. ...
Jon Leighton
2011-04-18
1
-0
/
+17
*
Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...
Jon Leighton
2011-04-18
1
-52
/
+16
*
Evaluate default scopes at the last possible moment in order to avoid problem...
Jon Leighton
2011-04-12
1
-0
/
+2
*
Deprecated support for passing hashes and relations to default_scope, in favo...
Jon Leighton
2011-04-12
1
-4
/
+65
*
reorder removed in favor of except(:order).order
Santiago Pastorino
2010-10-11
1
-1
/
+0
*
failing test for reorder overriding default_scope
Nick Ragaz
2010-09-05
1
-1
/
+1
*
Change relation merging to always append select, group and order values
Pratik Naik
2010-08-31
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...
Vitalii Khustochka
2010-07-13
1
-0
/
+1
*
with_exclusive_scope does not work properly if ARel is passed. It does work n...
Neeraj Singh
2010-06-29
1
-1
/
+7
*
Fix a bug where default_scope was overriding attributes given on model initia...
Henry Hsu
2010-02-26
1
-0
/
+5
*
Rename named_scope to scope
Pratik Naik
2010-01-18
1
-2
/
+2
*
Make sure default_scope#create checks for options[:conditions] [#2181 state:r...
Pratik Naik
2009-05-18
1
-0
/
+10
*
Fix default_scope to work in combination with named scopes
Tom Stuart
2008-11-17
1
-7
/
+7
[next]