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' into adequaterecord
Aaron Patterson
2014-04-07
3
-6
/
+9
|
\
|
*
Build the reverse_order on its proper method.
Lauro Caetano
2014-04-07
2
-4
/
+3
|
*
Ignore order when doing count.
Lauro Caetano
2014-04-07
1
-1
/
+1
|
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-03-29
1
-1
/
+5
|
|
\
|
|
*
Update documentation on group method to indicate it takes an array
Earl St Sauver
2014-03-17
1
-0
/
+4
|
|
*
Fix misspelling in references docs
Steven Harman
2014-03-14
1
-1
/
+1
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-25
1
-0
/
+2
|
\
|
|
|
*
|
`where.not` adds `references` for `includes`.
Yves Senn
2014-03-17
1
-0
/
+2
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-13
1
-2
/
+13
|
\
|
|
|
*
|
passing an instance of an AR object to `find` is deprecated
Aaron Patterson
2014-03-13
1
-1
/
+5
|
*
|
passing an ActiveRecord object to `exists?` is deprecated.
Aaron Patterson
2014-03-13
1
-1
/
+8
|
|
/
*
|
`where` automatically uses bind values now
Aaron Patterson
2014-03-13
1
-5
/
+2
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-13
2
-18
/
+28
|
\
|
|
*
get rid of intermediate arrays.
Yves Senn
2014-03-05
1
-2
/
+3
|
*
we only need to support `asc` and `ASC`. No need for mixed cases. #14263
Yves Senn
2014-03-05
1
-13
/
+14
|
*
Merge pull request #14263 from robin850/allow_passing_string_to_order_hash
Yves Senn
2014-03-05
1
-3
/
+6
|
|
\
|
|
*
Allow string hash values on AR order method
Marcelo Casiraghi
2014-03-04
1
-3
/
+6
|
*
|
Make exists? use bound values.
Martin Schürrer
2014-03-04
1
-1
/
+6
|
|
/
|
*
[ci skip] correct select examples and doc, ref [522c0fd]
Kuldeep Aggarwal
2014-03-01
1
-4
/
+4
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-5
/
+3
|
\
|
|
*
Revert "Merge pull request #13344 from ccutrer/fix-from-default-select"
Rafael Mendonça França
2014-02-17
1
-2
/
+0
|
*
No need to use symbols
Rafael Mendonça França
2014-02-16
1
-3
/
+3
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
3
-37
/
+149
|
\
|
|
*
guarantee a list in the alias tracker so we can remove a conditional
Aaron Patterson
2014-02-14
1
-1
/
+9
|
*
Return sized enumerator from Batches#find_each
Marc-Andre Lafortune
2014-02-05
1
-1
/
+3
|
*
Return sized enumerator from Batches#find_in_batches
Marc-Andre Lafortune
2014-02-05
1
-4
/
+9
|
*
Make arel methods private API
Rafael Mendonça França
2014-02-01
1
-4
/
+3
|
*
Let `unscope` ignore non Arel scope.where_values
Washington Luiz
2014-01-30
1
-2
/
+0
|
*
Merge pull request #13878 from marcandre/leave_my_options_alone
Rafael Mendonça França
2014-01-30
1
-2
/
+2
|
|
\
|
|
*
find_in_batches should not mutate its argument
Marc-Andre Lafortune
2014-01-29
1
-2
/
+2
|
*
|
docs, `references` is only used with `includes`. Closes #13727.
Yves Senn
2014-01-30
1
-9
/
+14
|
|
/
|
*
Merge pull request #13201 from marcandre/find_in_batch_enumerator
Rafael Mendonça França
2014-01-29
1
-0
/
+9
|
|
\
|
|
*
`find_in_batches` now returns an `Enumerator` when called without a block, so...
Marc-Andre Lafortune
2013-12-06
1
-0
/
+9
|
*
|
Mention find_each in find_in_batches doc [ci skip]
Marc-Andre Lafortune
2014-01-29
1
-0
/
+2
|
*
|
Handle aliased attributes in AR::Relation#select, #order, etc.
Tsutomu Kuroda
2014-01-29
1
-1
/
+5
|
*
|
Display value when raising due to unscope() issues
Washington Luiz
2014-01-27
1
-1
/
+1
|
*
|
Fix `ActiveRecord::RecordNotFound` error message with custom primary key
Kuldeep Aggarwal
2014-01-25
1
-2
/
+2
|
*
|
Ensure AR #second, #third, etc. finders work through associations
Jason Meller
2014-01-21
1
-8
/
+8
|
*
|
prepend table name for `Relation#select` columns.
Yves Senn
2014-01-21
1
-1
/
+4
|
*
|
Fail early with "Primary key not included in the custom select clause" in fin...
Alexander Balashov
2014-01-21
1
-5
/
+2
|
*
|
Ensure #second acts like #first AR finder
Jason Meller
2014-01-20
1
-7
/
+87
*
|
|
Remove outdated comment.
Rafael Mendonça França
2014-01-17
1
-1
/
+0
*
|
|
use a params hash so we know what bind parameters are used
Aaron Patterson
2014-01-15
1
-1
/
+1
*
|
|
reorder bind indexes if joins produced bind values
Aaron Patterson
2014-01-14
1
-0
/
+9
*
|
|
take in to account existing bind parameters when building the bind list
Aaron Patterson
2014-01-14
1
-21
/
+20
*
|
|
unscoping a where should remove bind values
Aaron Patterson
2014-01-14
1
-0
/
+2
*
|
|
remove dead code
Aaron Patterson
2014-01-14
1
-2
/
+0
*
|
|
where needs to bring the bind params when creating a new relation
Aaron Patterson
2014-01-14
1
-0
/
+3
*
|
|
we should not be copying these. fixes test_find_all_using_where_with_relation...
Aaron Patterson
2014-01-14
1
-4
/
+0
*
|
|
fixing column alias resolution
Aaron Patterson
2014-01-13
1
-1
/
+1
[next]