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
*
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
5
-7
/
+7
*
Add methods to array delegation from `Relation`
Kevin Dougherty
2016-02-19
1
-1
/
+2
*
Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...
Sean Griffin
2016-02-17
3
-4
/
+70
|
\
|
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
3
-4
/
+70
*
|
Show proper error message when a non-relation object is passed to AR::Relatio...
Prathamesh Sonpatki
2016-02-17
1
-0
/
+4
|
/
*
Remove the method already overridden by private method
Mehmet Emin İNAÇ
2016-02-14
1
-13
/
+0
*
Merge pull request #23377 from bogdan/last-with-sql
Eileen M. Uchitelle
2016-02-13
2
-9
/
+21
|
\
|
*
Make ActiveRecord::Relation#last to reverse SQL order
Bogdan Gusiev
2016-02-13
2
-9
/
+21
*
|
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
|
/
*
remove warnings from FinderMethods
yuuji.yaginuma
2016-02-11
1
-4
/
+4
*
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
1
-12
/
+12
*
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
1
-0
/
+32
*
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
5
-11
/
+11
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
5
-23
/
+13
*
Revert "Merge pull request #16400 from bogdan/last-with-sql"
Sean Griffin
2016-02-01
1
-17
/
+22
*
Reworked ActiveRecord::Relation#last to always use SQL
Bogdan Gusiev
2016-01-28
1
-22
/
+17
*
Merge pull request #23303 from Empact/find-nth-deprecation
Rafael França
2016-01-28
1
-11
/
+10
|
\
|
*
Consistently warn that passing an offset to `find_nth` is deprecated
Ben Woosley
2016-01-27
1
-11
/
+10
*
|
Introduce ActiveRecord::IrreversibleOrderError
Bogdan Gusiev
2016-01-27
1
-2
/
+16
*
|
Use bind parameters for ranges in where clauses
Sean Griffin
2016-01-21
2
-2
/
+36
*
|
Changed options for find_each and variants to have options start/finish inste...
Vipul A M
2016-01-18
2
-47
/
+32
*
|
Properly include the `from` clause when merging relations
Sean Griffin
2016-01-14
1
-0
/
+3
*
|
Improve error message for #or when it is structurally incompatible
Rafael Mendonça França
2016-01-13
1
-6
/
+8
*
|
Revert "Change `WhereClause#merge` to same named columns on diff tables"
Sean Griffin
2016-01-12
1
-10
/
+11
*
|
Change `WhereClause#merge` to same named columns on diff tables
Sean Griffin
2016-01-12
1
-11
/
+10
*
|
activerecord: reuse immutable objects
Tamir Duberstein
2016-01-04
3
-12
/
+14
*
|
activerecord: allocate fewer arrays in `RecordFetchWarning`
Tamir Duberstein
2016-01-04
1
-6
/
+4
*
|
Merge pull request #22877 from kamipo/refactor_case_sensitive_comparison
Rafael França
2016-01-01
1
-0
/
+1
|
\
\
|
*
|
Refactor `case_{sensitive|insensitive}_comparison`
Ryuta Kamizono
2016-01-01
1
-0
/
+1
|
|
/
*
/
Improve example of #or to use different column values in the where clauses
Tim Sandberg
2015-12-30
1
-2
/
+2
|
/
*
Fix `first(limit)` to take advantage of `loaded?` records if available
Ben Woosley
2015-12-24
1
-5
/
+20
*
Deprecate passing `offset` to `find_nth`
Ben Woosley
2015-12-24
1
-8
/
+16
*
Merge pull request #22653 from matthewd/find_array_ordered
Matthew Draper
2015-12-18
1
-0
/
+17
|
\
|
*
Implement limit & offset for ourselves
Matthew Draper
2015-12-18
1
-6
/
+19
|
*
using order_values method instead of relying on ActiveRecord::Relation @value...
Miguel Grazziotin
2015-06-19
1
-2
/
+2
|
*
WIP: fixing the limit bug and introducing new tests (failing for now) on .fin...
Miguel Grazziotin
2015-06-19
1
-3
/
+5
|
*
do not change the order of the result if the object was already ordered by th...
Miguel Grazziotin
2015-06-05
1
-0
/
+1
|
*
[#20338] improving implementation, fixing and adding some more specs
Miguel Grazziotin
2015-06-03
1
-5
/
+2
|
*
[#20338] WIP: first basic implementation and specs
Miguel Grazziotin
2015-05-29
1
-1
/
+5
*
|
remove extra spaces from deprecation message
yuuji.yaginuma
2015-12-15
1
-1
/
+2
*
|
Revert "Perform a more efficient query in `Relation#any?`"
Sean Griffin
2015-12-14
1
-7
/
+2
*
|
Perform a more efficient query in `Relation#any?`
Sean Griffin
2015-12-14
1
-2
/
+7
*
|
Use a bind param for `LIMIT` and `OFFSET`
Sean Griffin
2015-12-14
1
-4
/
+30
*
|
Deprecate limit strings with commas
Sean Griffin
2015-12-14
1
-0
/
+6
*
|
Ensure `Relation` responds to `shuffle`
Sean Griffin
2015-12-01
1
-1
/
+1
*
|
Docs: ActiveRecord::QueryMethods#joins
Jared Beck
2015-11-25
1
-2
/
+22
*
|
Merge pull request #21000 from twalpole/find_or_parameter_issues
Sean Griffin
2015-11-23
1
-0
/
+4
|
\
\
|
*
|
Update and fix forbidden attributes tests
Thomas Walpole
2015-11-03
1
-0
/
+4
*
|
|
Remove blanket array delegation from `Relation`
Sean Griffin
2015-11-23
1
-14
/
+2
*
|
|
Raise ArgumentError when passing a truthy value to merge
Andrew White
2015-11-17
1
-1
/
+3
[next]