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
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Model.select takes a variable list of arguments.
Isaac Sanders
2012-08-23
1
-11
/
+12
*
Fix "last equality wins" logic in relation merge
Ernie Miller
2012-08-19
1
-10
/
+5
*
Fix merge error when Equality LHS is non-attribute
Ernie Miller
2012-08-17
1
-2
/
+5
*
Allow Relation#merge to take a proc.
Jon Leighton
2012-08-03
1
-2
/
+13
*
load active_support/core_ext/module/delegation 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
6
-6
/
+0
*
AR::Relation#order: make new order prepend old one
Bogdan Gusiev
2012-07-31
2
-3
/
+3
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-1
/
+2
*
Changelog and doc updates for the previous changes.
Jon Leighton
2012-07-27
1
-6
/
+6
*
Deprecate Relation#all.
Jon Leighton
2012-07-27
2
-15
/
+2
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
improve NullRelation docs [ci skip]
Vijay Dev
2012-07-21
1
-4
/
+4
*
minor copy edits [ci skip]
Vijay Dev
2012-07-21
1
-1
/
+1
*
Add nodocs to delegation module and docs for merge!
Oscar Del Ben
2012-07-17
2
-1
/
+2
*
Update batches docs
Oscar Del Ben
2012-07-17
1
-6
/
+6
*
Add nodoc to HashMerger and Merger
Oscar Del Ben
2012-07-17
1
-2
/
+2
*
Typo
Oscar Del Ben
2012-07-16
1
-1
/
+0
*
Add documentation for query_methods bang methods
Oscar Del Ben
2012-07-16
1
-1
/
+20
*
Add nodoc to create_with_value
Oscar Del Ben
2012-07-16
1
-1
/
+1
*
Add documentation for arel and build_arel
Oscar Del Ben
2012-07-16
1
-0
/
+2
*
Add documentation for create_with
Oscar Del Ben
2012-07-16
1
-1
/
+19
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-07-15
1
-2
/
+39
|
\
|
*
Add docs for having, lock and readonly
Oscar Del Ben
2012-07-07
1
-0
/
+12
|
*
Add doc for joins and improve includes doc
Oscar Del Ben
2012-07-07
1
-2
/
+17
|
*
Add docs for eager_laod and preload
Oscar Del Ben
2012-07-07
1
-0
/
+10
*
|
fix association :extend option
Jon Leighton
2012-07-13
1
-1
/
+1
*
|
support relations created with a table alias
Jon Leighton
2012-07-13
1
-1
/
+1
|
/
*
minor text change [ci skip]
Vijay Dev
2012-07-07
1
-1
/
+1
*
Revert "Add nodoc to relation methods"
Vijay Dev
2012-07-07
1
-22
/
+24
*
Add nodoc to relation methods
Oscar Del Ben
2012-07-06
1
-24
/
+22
*
Add order docs
Oscar Del Ben
2012-07-05
1
-0
/
+10
*
Add group documentation
Oscar Del Ben
2012-07-05
1
-0
/
+12
*
Add documentation for includes
Oscar Del Ben
2012-07-05
1
-0
/
+11
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-30
1
-5
/
+7
|
\
|
*
update AR::FinderMethods#exists?(false) example [ci skip]
Francesco Rodriguez
2012-06-28
1
-5
/
+7
*
|
fixing typo in from documentation
Subba Rao Pasupuleti
2012-06-28
1
-2
/
+2
*
|
Use args.flatten! in query methods when applicable
Carlos Antonio da Silva
2012-06-25
1
-7
/
+12
*
|
Merge pull request #6544 from flexoid/issue-6431
Piotr Sarnacki
2012-06-25
1
-6
/
+6
|
\
\
|
*
|
exists?(false) returns false
Egor Lynko
2012-06-25
1
-6
/
+6
*
|
|
Ensure Arel columns are typecasted properly when grouping with calculation
Carlos Antonio da Silva
2012-06-25
1
-6
/
+6
|
/
/
*
/
Stop assuming strings for grouped calculations
Ernie Miller
2012-06-24
1
-6
/
+17
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-22
1
-3
/
+15
|
\
|
*
fixes a few mistakes in api docs [ci skip]
Vijay Dev
2012-06-22
1
-4
/
+2
|
*
Add documentation for ActiveRecord::QueryMethods#reverse_order [ci skip]
Florent Guilleux
2012-06-16
1
-0
/
+3
|
*
Add documentation for ActiveRecord::QueryMethods#offset [ci skip]
Ulises Cabanillas
2012-06-16
1
-0
/
+7
|
*
Add documentation for ActiveRecord::QueryMethods#limit [ci skip]
Florent Guilleux
2012-06-16
1
-3
/
+7
*
|
Add changelog entry and guide updates for pluck with multiple columns
Carlos Antonio da Silva
2012-06-22
1
-0
/
+1
*
|
Refactor pluck with multiple columns
Carlos Antonio da Silva
2012-06-22
1
-26
/
+13
*
|
ActiveRecord#pluck now accepts multiple columns
jeroeningen
2012-06-22
1
-15
/
+35
*
|
disallow mutating a relation once loaded
Jon Leighton
2012-06-22
1
-18
/
+20
[next]