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
*
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
*
|
|
Make `AR::SpawnMethods#merge!` to check an arg is a Proc
yui-knk
2015-11-12
1
-3
/
+5
*
|
|
docs, get rid of artifact in `RecordFetchWarning` docs.
Yves Senn
2015-11-07
1
-0
/
+2
|
/
/
*
|
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-5
/
+1
*
|
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-0
/
+2
*
|
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-1
/
+39
|
\
\
|
*
|
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-1
/
+39
*
|
|
Merge pull request #13008 from ktheory/sanitize_order
Sean Griffin
2015-10-29
1
-0
/
+7
|
\
\
\
|
*
|
|
Support SQL sanitization in AR::QueryMethods#order
Aaron Suggs
2013-11-22
1
-0
/
+7
*
|
|
|
Do not omit parentheses [ci skip]
Ryuta Kamizono
2015-10-25
1
-1
/
+1
*
|
|
|
Refactor Calculations#execute_grouped_calculation and clean AR test case
Rafael Sales
2015-10-22
1
-10
/
+4
*
|
|
|
Fix generated projection fields in group by query
Rafael Sales
2015-10-22
1
-1
/
+2
*
|
|
|
Merge pull request #20653 from repinel/allow-arel-select-count
Sean Griffin
2015-10-20
1
-1
/
+3
|
\
\
\
\
[next]