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
/
named_scope_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent overwriting of table name in merging SQL conditions [#2949 state:reso...
Tristan Dunn
2009-08-10
1
-0
/
+6
*
always sort lists by id before comparison to avoid errors because of differen...
Raimonds Simanovskis
2009-08-06
1
-1
/
+2
*
Revert "Methods invoked within named scope Procs should respect the scope sta...
Jeremy Kemper
2009-07-29
1
-4
/
+0
*
Add missing models and fixtures [#2673 state:resolved]
Emilio Tagua
2009-05-19
1
-1
/
+3
*
Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...
Chris Kampmeier
2009-05-17
1
-0
/
+34
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-1
/
+2
*
Returning nil from named scope lambda is equivalent to an empty hash [#1773 s...
Elijah Miller
2009-03-12
1
-0
/
+6
*
Ensure ActiveRecord::Base.find_in_batches fires doesnt fire an extra query un...
Pratik Naik
2009-03-11
1
-1
/
+1
*
Add NamedScope#find_each tests [#2201 state:resolved]
Pratik Naik
2009-03-11
1
-1
/
+15
*
Ensure nested with_scope merges conditions inside out [#2193 state:resolved]
Manfred Stienstra
2009-03-10
1
-8
/
+14
*
Methods invoked within named scope Procs should respect the scope stack. [#12...
jvoorhis
2009-03-06
1
-0
/
+4
*
Fixed bug that makes named_scopes _forgot_ current scope
Diego Algorta
2009-02-25
1
-0
/
+9
*
Make sure inner scope conditions get a preference over the outer ones
Pratik Naik
2009-01-24
1
-0
/
+20
*
Fix named scope tests for sqlite3 [#1667 state:resolved]
Mike Gunderloy
2008-12-30
1
-1
/
+1
*
Introduce dynamic scopes for ActiveRecord: you can now use class methods like...
Yaroslav Markin
2008-12-28
1
-0
/
+20
*
Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...
Pivotal Labs
2008-09-24
1
-0
/
+6
*
Make NamedScope#size behave identically to AssociationCollection#size. [#933 ...
Tom Stuart
2008-08-29
1
-0
/
+15
*
Fix parentheses warnings
Michael Koziarski
2008-08-29
1
-1
/
+1
*
Fix NamedScope regex so methods containing "an" get delegated to proxy_found....
Jan De Poorter
2008-08-29
1
-0
/
+4
*
Fix incorrect signature for NamedScope#respond_to? [#852 state:resolved]
Tom Lea
2008-08-21
1
-0
/
+5
*
Fix generated WHERE IN query for named scopes. [#583 state:resolved]
Philip Hallstrom
2008-08-21
1
-0
/
+5
*
Support find_all on named scopes. [#730 state:resolved]
Ryan Bates
2008-08-21
1
-0
/
+4
*
Fix ActiveRecord::NamedScope::Scope#respond_to? [#818 state:resolved]
Eloy Duran
2008-08-13
1
-0
/
+6
*
fixing "test_any_should_not_load_results" so it doesn't depend on latest vers...
Ryan Bates
2008-08-08
1
-3
/
+4
*
Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved]
Jan De Poorter
2008-07-23
1
-0
/
+22
*
Ensure NamedScope#build/create/create!/new works as expected when named scope...
Daniel Guettler
2008-07-09
1
-0
/
+26
*
Add extra hash conditions tests for named_scope
Pratik Naik
2008-06-28
1
-0
/
+4
*
Fix column collision with named_scope and :joins. [#46 state:resolved]
Mark Catley
2008-06-22
1
-1
/
+20
*
Fixed that scopes defined with a string name could not be composed
Tarmo Tänav
2008-06-22
1
-0
/
+6
*
Ensure named_scope#empty? uses count query. [#262 state:resolved]
Ryan Bates
2008-05-28
1
-0
/
+8
*
Add first/last methods to associations/named_scope. [#226 state:resolved]
Ryan Bates
2008-05-20
1
-0
/
+28
*
Fixing test for named_scope through a has_many :through
Rodrigo Kochenburger
2008-05-15
1
-2
/
+2
*
Add test for named_scope#proxy_options. [#97 state:resolved]
Duncan Beevers
2008-05-11
1
-0
/
+6
*
Change tests against all scope to base scope as all is now used as a finder a...
David Heinemeier Hansson
2008-04-30
1
-14
/
+14
*
Ruby 1.9 compat. Trailing whitespace.
Jeremy Kemper
2008-03-30
1
-29
/
+28
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-0
/
+116