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
/
scoping
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix named scope + class method example
Carlos Antonio da Silva
2013-01-07
1
-3
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-2
/
+2
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
2
-4
/
+2
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
2
-2
/
+4
*
update AR::Scoping documentation [ci skip]
Francesco Rodriguez
2012-09-21
2
-91
/
+77
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-5
/
+1
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-11
/
+8
*
remove :nodoc: of AR::Scoping#unscoped [ci skip]
Francesco Rodriguez
2012-07-01
1
-4
/
+4
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-1
/
+1
*
extract deprecated code
Jon Leighton
2012-04-25
1
-4
/
+2
*
Extract deprecated code
Jon Leighton
2012-04-25
1
-9
/
+8
*
extract to active_record_deprecated_finders
Jon Leighton
2012-04-25
1
-6
/
+5
*
giving a hash to default scope should not be deprecated (well, not for this r...
Jon Leighton
2012-04-25
1
-1
/
+1
*
Corrected grammatical errors in schema_dumper and scoping/default
dcurtis
2012-04-10
1
-1
/
+1
*
Removes caching from ActiveRecord::Core::ClassMethods#relation
Benedikt Deicke
2012-04-03
1
-2
/
+2
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
2
-12
/
+31
*
Avoid obscure &Proc.new thing
Jon Leighton
2012-03-21
1
-2
/
+2
*
Remove valid_scope_name? check - use ruby
Jon Leighton
2012-03-21
1
-11
/
+1
*
no need for cast
Jon Leighton
2012-03-21
1
-1
/
+0
*
no need for lvar
Jon Leighton
2012-03-21
1
-3
/
+1
*
app code in general wants Time.current, not Time.now
Xavier Noria
2011-12-28
1
-3
/
+3
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-12-20
1
-6
/
+8
|
\
|
*
Improve doc for ActiveRecord::Base.unscoped.
Hendy Tanata
2011-12-18
1
-6
/
+8
*
|
call scope within unscoped to prevent duplication of where values
Sergey Nartimov
2011-12-17
1
-1
/
+1
|
/
*
Move DefaultScope and NamedScope under Scoping
Jon Leighton
2011-12-15
2
-0
/
+342