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
/
lib
/
active_record
/
named_scope.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Methods invoked within named scope Procs should respect the scope sta...
Jeremy Kemper
2009-07-29
1
-6
/
+1
*
uses Object#metaclass and Object#class_eval in a few spots
Xavier Noria
2009-06-12
1
-1
/
+2
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...
Chris Kampmeier
2009-05-17
1
-1
/
+10
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+3
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-5
/
+4
*
Default scope :order should be overridden by named scopes.
Alexander Podgorbunsky
2009-05-01
1
-2
/
+2
*
Returning nil from named scope lambda is equivalent to an empty hash [#1773 s...
Elijah Miller
2009-03-12
1
-0
/
+1
*
Ensure nested with_scope merges conditions inside out [#2193 state:resolved]
Manfred Stienstra
2009-03-10
1
-2
/
+2
*
Methods invoked within named scope Procs should respect the scope stack. [#12...
jvoorhis
2009-03-06
1
-1
/
+6
*
Update rdoc: all is not a named_scope [#1959 state:committed]
Zack Hobson
2009-02-27
1
-2
/
+3
*
Fixed bug that makes named_scopes _forgot_ current scope
Diego Algorta
2009-02-25
1
-2
/
+11
*
Merge docrails
Pratik Naik
2009-01-18
1
-1
/
+1
*
Merge docrails
Pratik Naik
2008-09-03
1
-13
/
+13
*
Make NamedScope#size behave identically to AssociationCollection#size. [#933 ...
Tom Stuart
2008-08-29
1
-1
/
+5
*
1.9: methods need to be coerced into strings
Joshua Peek
2008-08-29
1
-1
/
+1
*
Use a set for the named scope methods not a big regexp.
Michael Koziarski
2008-08-29
1
-2
/
+2
*
Fix NamedScope regex so methods containing "an" get delegated to proxy_found....
Jan De Poorter
2008-08-29
1
-1
/
+1
*
Fix incorrect signature for NamedScope#respond_to? [#852 state:resolved]
Tom Lea
2008-08-21
1
-2
/
+2
*
Support find_all on named scopes. [#730 state:resolved]
Ryan Bates
2008-08-21
1
-1
/
+1
*
Fix ActiveRecord::NamedScope::Scope#respond_to? [#818 state:resolved]
Eloy Duran
2008-08-13
1
-1
/
+5
*
Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved]
Jan De Poorter
2008-07-23
1
-1
/
+9
*
Ensure NamedScope#build/create/create!/new works as expected when named scope...
Daniel Guettler
2008-07-09
1
-1
/
+2
*
Fixed that scopes defined with a string name could not be composed
Tarmo Tänav
2008-06-22
1
-0
/
+1
*
Ensure named_scope#empty? uses count query. [#262 state:resolved]
Ryan Bates
2008-05-28
1
-1
/
+5
*
Merge docrails.
Pratik Naik
2008-05-25
1
-4
/
+2
*
Add first/last methods to associations/named_scope. [#226 state:resolved]
Ryan Bates
2008-05-20
1
-1
/
+23
*
- Updated tzinfo to use Rational() instead of Rational.new! due to "private m...
Nate Wiger
2008-05-19
1
-2
/
+2
*
Add test for named_scope#proxy_options. [#97 state:resolved]
Duncan Beevers
2008-05-11
1
-0
/
+12
*
Let Base.all use conditions etc like first/last
David Heinemeier Hansson
2008-04-28
1
-1
/
+0
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-0
/
+128