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
*
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
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
Pratik Naik
2008-11-16
1
-0
/
+12
*
Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...
David Heinemeier Hansson
2008-11-16
1
-12
/
+0
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
David Heinemeier Hansson
2008-11-16
1
-0
/
+12
*
Fix generated WHERE IN query for named scopes. [#583 state:resolved]
Philip Hallstrom
2008-08-21
1
-0
/
+2
*
Disable validations for associated belongs_to record by default
Pratik Naik
2008-06-11
1
-2
/
+2
*
Add :validate option to associations. [#301 state:resolved]
Jan De Poorter
2008-06-11
1
-0
/
+1
*
Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...
Andreas Neuhaus
2008-05-08
1
-0
/
+4
*
move assets and models
Jeremy Kemper
2008-01-18
1
-0
/
+72