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
*
adding a reader for loaded, initializing @loaded to false
Aaron Patterson
2010-07-20
1
-1
/
+1
*
Make use of redefine_method, removed some more redefining warnings
Łukasz Strzałkowski
2010-07-19
1
-1
/
+1
*
Make relation a private method.
José Valim
2010-07-01
1
-1
/
+1
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-11
/
+22
*
All scopes are now cross-referenced.
Rizwan Reza
2010-06-21
1
-4
/
+4
*
Adds backslash to scope for cross-references.
Rizwan Reza
2010-06-16
1
-1
/
+1
*
Adds title and minor changes.
Rizwan Reza
2010-06-16
1
-4
/
+7
*
STI should not ignore type condition while applying scopes from parent class ...
Neeraj Singh
2010-05-15
1
-5
/
+1
*
moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...
Xavier Noria
2010-04-05
1
-1
/
+1
*
Improve scope docs
Pratik Naik
2010-04-03
1
-30
/
+14
*
Improve named scope lambda
Pratik Naik
2010-04-03
1
-13
/
+4
*
Remove unnecessary argument for creating scopes
Pratik Naik
2010-04-03
1
-4
/
+4
*
Goodbye ActiveRecord::NamedScope::Scope
Pratik Naik
2010-04-02
1
-35
/
+17
*
Make Relation#first and Relation#last behave like named scope's
Pratik Naik
2010-04-02
1
-16
/
+0
*
Scope#method_missing can safely rely on Relation#method_missing
Pratik Naik
2010-04-02
1
-10
/
+0
*
Scope#current_scoped_methods_when_defined is no longer needed
Pratik Naik
2010-04-02
1
-13
/
+2
*
Add Relation extensions
Pratik Naik
2010-04-02
1
-5
/
+2
*
Named scopes shouldn't test equality using to_a if it's not an Array, this wa...
Emilio Tagua
2010-03-30
1
-1
/
+8
*
defining a named_scope which overwrites an existing method is now allowed we ...
Matthew Rudy Jacobs
2010-03-28
1
-1
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
removing spawn from SpawnMethods
Aaron Patterson
2010-03-10
1
-1
/
+1
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-2
/
+2
*
Fix AP's AR integration tests warning
Pratik Naik
2010-01-20
1
-1
/
+1
*
Scope#find is no longer needed now that Relation#find handles all the cases
Pratik Naik
2010-01-20
1
-12
/
+0
*
Named scopes dont need count() now that Relation#count handles all the cases
Pratik Naik
2010-01-20
1
-5
/
+0
*
Fix the named scope equality check
Pratik Naik
2010-01-19
1
-1
/
+1
*
Cleanup deprecation notices.
Joshua Peek
2010-01-18
1
-4
/
+4
*
Forgot to change named_scope to scope in an ArgumentError raise exception for...
Paco Guzman
2010-01-18
1
-1
/
+1
*
Fix the named_scope deprecation notice
Pratik Naik
2010-01-18
1
-1
/
+1
*
Rename named_scope to scope
Pratik Naik
2010-01-18
1
-7
/
+12
*
Inherit named scope class Scope from Relation
Pratik Naik
2010-01-18
1
-76
/
+42
*
Ensure that Scope#proxy_scope is always klass. Rename proxy_scope to klass too.
Pratik Naik
2010-01-18
1
-22
/
+16
*
Make relations work as scopes
Pratik Naik
2010-01-17
1
-5
/
+21
*
Make sure named_scope names are not used as method names already
Pratik Naik
2010-01-17
1
-0
/
+5
*
Use relations to build scope for named scopes
Pratik Naik
2010-01-17
1
-2
/
+7
*
Simplify Model.scoped definition
Pratik Naik
2010-01-17
1
-7
/
+1
*
Rename Model.active_relation to Model.unscoped
Pratik Naik
2010-01-17
1
-1
/
+1
*
Make sure Model#active_relation always adds STI conditions if needed
Pratik Naik
2010-01-16
1
-1
/
+1
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
1
-2
/
+4
*
Get rid of Model.construct_finder_arel_with_includes. Use construct_finder_ar...
Pratik Naik
2010-01-03
1
-1
/
+1
*
Rename Model.arel_table to Model.active_relation
Pratik Naik
2010-01-02
1
-1
/
+1
*
Rename Model.engine to active_relation_engine. Cache arel_table and the metho...
Pratik Naik
2010-01-02
1
-1
/
+1
*
Make Model.find_by_* and Model.find_all_by_* use relations and remove dynamic...
Pratik Naik
2009-12-27
1
-15
/
+3
*
Ensure Model.scoped adds type conditions for STI models
Pratik Naik
2009-12-27
1
-0
/
+1
*
Add Model.select/group/order/limit/joins/conditions/preload/eager_load class ...
Pratik Naik
2009-12-26
1
-1
/
+20
*
Model.scoped now returns a relation if invoked without any arguments
Pratik Naik
2009-12-26
1
-11
/
+19
*
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
[next]