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
*
Models should be equals even after destroyed
Santiago Pastorino
2010-11-16
1
-1
/
+1
*
scopes can take an object that responds to `call`
Aaron Patterson
2010-10-19
1
-0
/
+6
*
Cleanup deprecation warnings in active record
Carlos Antonio da Silva
2010-09-06
1
-4
/
+0
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-2
/
+2
*
Dynamic finder method like scoped_by_* create methods so that
Neeraj Singh
2010-08-03
1
-0
/
+6
*
renaming tests by removing proxy_options from names
Neeraj Singh
2010-07-21
1
-5
/
+5
*
Push a failing test for issues [#4994] and [#5003].
José Valim
2010-06-29
1
-0
/
+6
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-2
/
+2
*
removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...
Xavier Noria
2010-06-05
1
-1
/
+1
*
Properly cache association_collection#scopes calls having arguments
Pratik Naik
2010-06-04
1
-0
/
+13
*
Change on Array extension from rand => random_element [#4555 state:committed]
Santiago Pastorino
2010-05-16
1
-1
/
+1
*
STI should not ignore type condition while applying scopes from parent class ...
Neeraj Singh
2010-05-15
1
-0
/
+5
*
Reset named scope cache whenever the @target is reset
Pratik Naik
2010-04-07
1
-0
/
+10
*
Memoize association.named_scope calls
Pratik Naik
2010-04-05
1
-0
/
+9
*
Named scopes shouldn't test equality using to_a if it's not an Array, this wa...
Emilio Tagua
2010-03-30
1
-3
/
+9
*
defining a named_scope which overwrites an existing method is now allowed we ...
Matthew Rudy Jacobs
2010-03-28
1
-2
/
+15
*
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
Aaron Patterson
2010-03-15
1
-2
/
+2
*
Allow calling class methods on a Relation
Pratik Naik
2010-01-22
1
-0
/
+9
*
Give preference to to_a over arel from Relation#method_missing
Pratik Naik
2010-01-19
1
-0
/
+6
*
Rename named_scope to scope
Pratik Naik
2010-01-18
1
-1
/
+5
*
Inherit named scope class Scope from Relation
Pratik Naik
2010-01-18
1
-11
/
+6
*
Ensure that Scope#proxy_scope is always klass. Rename proxy_scope to klass too.
Pratik Naik
2010-01-18
1
-4
/
+4
*
Make sure named_scope names are not used as method names already
Pratik Naik
2010-01-17
1
-5
/
+11
*
Add new finder methods to association collection.
Pratik Naik
2009-12-27
1
-2
/
+2
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-0
/
+6
|
\
|
*
Prevent overwriting of table name in merging SQL conditions [#2949 state:reso...
Tristan Dunn
2009-08-10
1
-0
/
+6
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-1
/
+2
|
\
|
|
*
always sort lists by id before comparison to avoid errors because of differen...
Raimonds Simanovskis
2009-08-06
1
-1
/
+2
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-31
1
-4
/
+0
|
\
|
|
*
Revert "Methods invoked within named scope Procs should respect the scope sta...
Jeremy Kemper
2009-07-29
1
-4
/
+0
*
|
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-4
/
+4
|
/
*
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
[next]