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
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-01
1
-3
/
+3
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-12-01
1
-1
/
+1
|
*
Fix Calculations#pluck doc to mention several attributes can be selected [ci ...
Florent Guilleux
2012-12-01
1
-3
/
+3
*
|
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
1
-32
/
+100
*
|
Mark Relation mutators as :nodoc:
Jon Leighton
2012-11-30
2
-48
/
+23
|
/
*
Deprecate Relation#sum with a block.
Carlos Antonio da Silva
2012-11-21
1
-0
/
+6
*
Revert "Yield only one argument instead of splatting."
Carlos Antonio da Silva
2012-11-21
1
-14
/
+3
*
Remove not used require and some useless test comments
Carlos Antonio da Silva
2012-11-17
1
-2
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
5
-15
/
+15
|
\
|
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
5
-15
/
+15
*
|
arel columns can be used for grouping so that "weird" column names are usable
Aaron Patterson
2012-11-15
1
-0
/
+4
*
|
stop hardcoding FrontBase adapter conditionals
Aaron Patterson
2012-11-15
1
-1
/
+1
*
|
stop passing *args to generate aliases
Aaron Patterson
2012-11-15
1
-4
/
+2
*
|
create fewer relation objects
Aaron Patterson
2012-11-15
1
-3
/
+6
*
|
`#pluck` can be used on a relation with `select` clause.
Yves Senn
2012-11-12
1
-1
/
+3
*
|
Make ActiveRecord::Delegation#method_missing threadsafe
Jon Leighton
2012-11-10
1
-3
/
+21
*
|
Remove not used indifferent_access requires from Base and FinderMethods
Carlos Antonio da Silva
2012-11-07
1
-2
/
+0
*
|
Use cached quoted_table_name instead of going through the connection
Carlos Antonio da Silva
2012-11-07
1
-1
/
+1
*
|
Remove block given check from private find_with_ids
Carlos Antonio da Silva
2012-11-07
1
-2
/
+0
*
|
Use flat_map when building AR order
Carlos Antonio da Silva
2012-11-04
1
-6
/
+4
|
/
*
Fix find_in_batches against string IDs when start option is not specified.
Alexis Bernard
2012-10-31
1
-2
/
+2
*
ActiveRecord::Relation#none! method.
Juanjo Bazán
2012-10-28
1
-0
/
+5
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
2
-4
/
+4
*
use columns hash to look up the column for the count field
Aaron Patterson
2012-10-17
1
-1
/
+1
*
ActiveRecord: sum expression returns string '0' for no records, fixed
Tim Macfarlane
2012-10-15
1
-1
/
+1
*
buckets hash isn't public, so use symbol keys to avoid string
Aaron Patterson
2012-10-15
1
-8
/
+8
*
performance improvements to joins!
Aaron Patterson
2012-10-12
2
-5
/
+13
*
Speed up relation merging by reducing calls to Array#-
Aaron Patterson
2012-10-12
1
-3
/
+5
*
trailling whitespace cleanup in query_methods.rb
Yves Senn
2012-10-12
1
-12
/
+12
*
learn ActiveRecord::QueryMethods#order work with hash arguments
Tima Maslyuchenko
2012-10-12
1
-4
/
+47
*
Fix typo: 'this also mean' -> 'this also means'
Jeffrey Hardy
2012-10-08
1
-1
/
+1
*
start could be a string
Santiago Pastorino
2012-09-21
1
-1
/
+1
*
Revert "Fix find_in_batches with customized primary_key"
Santiago Pastorino
2012-09-21
1
-7
/
+6
*
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-1
/
+1
*
fix querying with an empty hash
Damien Mathieu
2012-09-19
1
-2
/
+6
*
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
1
-6
/
+7
*
Pass in the model class rather than engine
Jon Leighton
2012-09-13
2
-6
/
+6
*
Refactor to remove some duplication
Jon Leighton
2012-09-12
1
-37
/
+20
*
Fix nested association references
Jon Leighton
2012-09-12
1
-3
/
+4
*
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
2
-4
/
+66
*
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2012-09-05
1
-1
/
+1
*
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
[next]