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
*
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
1
-1
/
+0
*
Fix typo in comment
Cade Truitt
2014-07-02
1
-1
/
+1
*
Encapsulate knowledge of type objects on `ActiveRecord::Result`
Sean Griffin
2014-06-22
1
-10
/
+1
*
Don't use `Column` for type casting in Relation calculations
Sean Griffin
2014-06-18
1
-12
/
+8
*
[ci skip] add API doc for AR Group.
Aditya Kapoor
2014-06-17
1
-1
/
+9
*
Pluck should work with columns of the same name from different tables
Sean Griffin
2014-06-11
1
-3
/
+1
*
ActiveRecord::FinderMethods.find passes proc parameter #15382
James Yang
2014-06-10
1
-1
/
+1
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-2
/
+2
*
reuse available belongs_to? method
eileencodes
2014-06-03
1
-1
/
+1
*
Remove unused `initialize_attributes` method
Sean Griffin
2014-06-02
1
-1
/
+1
*
Merge pull request #14834 from al2o3cr/issue14155
Aaron Patterson
2014-05-27
1
-1
/
+10
|
\
|
*
WIP: pass existing joins to construct_join_dependency
Matt Jones
2014-05-16
1
-1
/
+10
*
|
Allow empty arrays in where predicates
Sean Griffin
2014-05-26
1
-0
/
+2
*
|
Merge pull request #15300 from arthurnn/refactor_reflections
Rafael Mendonça França
2014-05-26
2
-3
/
+3
|
\
\
|
*
|
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
2
-3
/
+3
*
|
|
Refactor the handling of arrays in where predicates
Sean Griffin
2014-05-26
1
-11
/
+14
|
/
/
*
|
Remove duplicated parameter check on #where!
Sergey Alekseev
2014-05-23
1
-8
/
+4
*
|
Removed not-used code
Paul Nikitochkin
2014-05-22
1
-1
/
+0
|
/
*
Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master
Rafael Mendonça França
2014-05-14
1
-1
/
+1
|
\
|
*
Make filter_binds filter out symbols that are equal to strings
Nat Budin
2014-05-14
1
-1
/
+1
*
|
docs, explain usage of `count` + `select`. Closes #15065. [ci skip]
Yves Senn
2014-05-13
1
-0
/
+8
|
/
*
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
push up bind params on "simple" subquery calculations
Aaron Patterson
2014-05-02
1
-2
/
+4
*
Give real privacy to class methods in AR::PredicateBuilder
Hector Satre
2014-05-01
1
-7
/
+8
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
4
-5
/
+25
|
\
|
*
reset `@arel` when modifying a Relation in place.
Yves Senn
2014-04-24
1
-0
/
+12
|
*
Fix a typo in the doc of forty_two AR FinderMethod
Eric Bouchut
2014-04-24
1
-1
/
+1
|
*
Merge pull request #14757 from estsauver/14752
Rafael Mendonça França
2014-04-22
3
-4
/
+12
|
|
\
|
|
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
3
-4
/
+12
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
1
-1
/
+1
|
\
|
|
|
*
|
Make sure the column_name is different from 'all'.
Lauro Caetano
2014-04-14
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-14
1
-14
/
+22
|
\
|
|
*
don't bother with an offset if the offset is zero
Aaron Patterson
2014-04-12
1
-6
/
+9
|
*
only add the offset and index when we need to
Aaron Patterson
2014-04-12
1
-8
/
+9
|
*
remove branching logic from calls to find_nth
Aaron Patterson
2014-04-12
1
-6
/
+10
*
|
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
[next]