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
/
method_scoping_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
minor cleaning with new api method
Vishnu Atrai
2011-05-11
1
-11
/
+11
*
Deprecated support for passing hashes and relations to default_scope, in favo...
Jon Leighton
2011-04-12
1
-6
/
+6
*
Remove Relation#& alias for Relation#merge
Ernie Miller
2011-02-12
1
-1
/
+1
*
stop calling deprecated apis
Aaron Patterson
2010-12-26
1
-4
/
+4
*
adding tests for #5234 and #5184. Tests were from Akira Matsuda. Thanks Akira!
Aaron Patterson
2010-10-30
1
-0
/
+6
*
Set attributes properly for model built from association with conditions [#55...
Marcelo Giorgi
2010-09-28
1
-1
/
+1
*
specific number of spaces should not be enforced
Aaron Patterson
2010-09-10
1
-1
/
+1
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-1
/
+1
*
do not rely on arel class structure
Aaron Patterson
2010-08-06
1
-0
/
+7
*
removing unused models from tests
Subba Rao Pasupuleti
2010-07-21
1
-2
/
+1
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-202
/
+5
*
with_exclusive_scope does not work properly if ARel is passed. It does work n...
Neeraj Singh
2010-06-29
1
-0
/
+6
*
Support for multiple selects added
Neeraj Singh and Santiago Pastorino
2010-06-25
1
-3
/
+5
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Remove Model.clear_default_scope
Pratik Naik
2010-05-18
1
-12
/
+0
*
Modified default_scope to merge with any pre-existing default_scope
David Chelimsky + Brian Tatnall
2010-05-15
1
-2
/
+29
*
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
Aaron Patterson
2010-03-15
1
-1
/
+1
*
Fix a bug where default_scope was overriding attributes given on model initia...
Henry Hsu
2010-02-26
1
-0
/
+10
*
Make default_scope work with Relations
Pratik Naik
2010-01-23
1
-1
/
+7
*
Remove Relation#where_clause
Pratik Naik
2010-01-19
1
-4
/
+4
*
Get rid of Relation#order_clauses
Pratik Naik
2010-01-18
1
-3
/
+3
*
Make merging of order values consistent
Pratik Naik
2010-01-17
1
-4
/
+4
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
1
-33
/
+32
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-87
/
+87
*
Moved relation's test to relation_test.
Emilio Tagua
2009-10-05
1
-2
/
+2
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-0
/
+1
|
\
|
*
Oracle generates different ORDER BY fragment
Raimonds Simanovskis
2009-08-06
1
-1
/
+2
*
|
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-2
/
+2
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-18
1
-0
/
+10
|
\
|
|
*
Make sure default_scope#create checks for options[:conditions] [#2181 state:r...
Pratik Naik
2009-05-18
1
-0
/
+10
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-02
1
-3
/
+3
|
\
|
|
*
Default scope :order should be overridden by named scopes.
Alexander Podgorbunsky
2009-05-01
1
-3
/
+3
*
|
construct_finder_sql now use Arel
Emilio Tagua
2009-04-24
1
-1
/
+1
|
/
*
Fix models load order to be able to run unit tests.
Emilio Tagua
2009-04-23
1
-1
/
+1
*
Don't duplicate :order from scope and options, it makes mysql do extra work
Jeremy Kemper
2009-03-10
1
-2
/
+4
*
Ensure nested with_scope merges conditions inside out [#2193 state:resolved]
Manfred Stienstra
2009-03-10
1
-5
/
+33
*
update the default scope test to take the model's default scope into account
rick
2009-02-25
1
-1
/
+1
*
Ensure whitespaces are stripped when merging string joins. [#1297 state:resol...
Filip H.F. "FiXato" Slagter
2009-01-28
1
-0
/
+10
*
Ensure Model#last doesn't affects order for another finders inside the same s...
Daniel Luz
2008-12-21
1
-0
/
+18
*
Fix default_scope to work in combination with named scopes
Tom Stuart
2008-11-17
1
-3
/
+9
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
Pratik Naik
2008-11-16
1
-0
/
+61
*
Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...
David Heinemeier Hansson
2008-11-16
1
-38
/
+0
*
Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)
David Heinemeier Hansson
2008-11-16
1
-0
/
+38
*
Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...
Pivotal Labs
2008-09-24
1
-0
/
+30
*
Merge scoped :joins together instead of overwriting them. May expose scoping ...
Andrew White
2008-08-28
1
-2
/
+79
*
Added missing fixtures for tests which fail to run independently if run after...
Tarmo Tänav
2008-08-04
1
-1
/
+1
*
Fix column collision with named_scope and :joins. [#46 state:resolved]
Mark Catley
2008-06-22
1
-0
/
+10
*
Ensure :select passed in options overrides the one from the scope. [#239 stat...
Andrew White
2008-05-29
1
-0
/
+16
[next]