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
*
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
|
\
\
\
\
|
*
|
|
|
Allow select with Arel and count as well as calculations with Arel
Roque Pinel
2015-06-30
1
-1
/
+3
*
|
|
|
|
Qualify column names in calculation
Soutaro Matsumoto
2015-10-20
1
-1
/
+1
*
|
|
|
|
Green version of moving the handling of supported arguments to `where`
yui-knk
2015-10-18
2
-3
/
+3
*
|
|
|
|
Revert "Move the handling of supported arguments to `where`"
Rafael Mendonça França
2015-10-17
2
-1
/
+3
*
|
|
|
|
Move the handling of supported arguments to `where`
Sean Griffin
2015-10-16
2
-3
/
+1
*
|
|
|
|
`where` raises ArgumentError on unsupported types.
Jake Worth
2015-10-16
1
-0
/
+2
*
|
|
|
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
5
-55
/
+58
*
|
|
|
|
`private def` breaks RDoc. Move meathod to preserve the docs.
Yves Senn
2015-10-13
1
-6
/
+6
*
|
|
|
|
docs, :nodoc: `FromClause`, `QueryAttribute` and `WhereClauseFactory`.
Yves Senn
2015-10-13
3
-3
/
+3
[next]