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
/
test
/
cases
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...
Sean Griffin
2016-02-17
1
-1
/
+13
|
\
|
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
1
-1
/
+13
*
|
Show proper error message when a non-relation object is passed to AR::Relatio...
Prathamesh Sonpatki
2016-02-17
1
-0
/
+6
|
/
*
Typos in AR tests
Akira Matsuda
2016-02-04
1
-2
/
+2
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-0
/
+4
*
Properly include the `from` clause when merging relations
Sean Griffin
2016-01-14
1
-0
/
+7
*
Improve error message for #or when it is structurally incompatible
Rafael Mendonça França
2016-01-13
1
-1
/
+3
*
Revert "Change `WhereClause#merge` to same named columns on diff tables"
Sean Griffin
2016-01-12
1
-15
/
+2
*
Change `WhereClause#merge` to same named columns on diff tables
Sean Griffin
2016-01-12
1
-2
/
+15
*
Ensure `Relation` responds to `shuffle`
Sean Griffin
2015-12-01
1
-1
/
+1
*
Remove blanket array delegation from `Relation`
Sean Griffin
2015-11-23
1
-6
/
+0
*
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-0
/
+4
*
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-1
/
+1
*
Suppress warnings of `assigned but unused variable`
yui-knk
2015-10-17
1
-2
/
+0
*
`where` raises ArgumentError on unsupported types.
Jake Worth
2015-10-16
1
-0
/
+6
*
Fix AC::Parameters not being sanitized for query methods.
Guo Xiang Tan
2015-10-02
1
-0
/
+26
*
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-3
/
+4
*
Add test to 57daaef
Rafael Mendonça França
2015-05-28
1
-1
/
+1
*
Remove unused variable
Arun Agrawal
2015-05-26
1
-1
/
+1
*
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-4
/
+13
*
Add `config.active_record.warn_on_records_fetched_greater_than` option
Jason Nochlin
2015-03-25
1
-0
/
+28
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-1
/
+37
*
Post.all.or(anything) == Post.all
Sean Griffin
2015-01-29
2
-5
/
+5
*
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
2
-3
/
+26
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+81
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-2
/
+2
*
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
2
-19
/
+8
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
2
-102
/
+27
*
Move where grouping into `WhereClause`
Sean Griffin
2015-01-27
1
-0
/
+33
*
Move the `from` bind logic to a `FromClause` class
Sean Griffin
2015-01-26
1
-3
/
+3
*
Remove `Relation#bind_values=`
Sean Griffin
2015-01-26
1
-1
/
+1
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
2
-39
/
+39
*
Move `where_unscoping` logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+14
*
Move `where.not` logic into `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+26
*
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
1
-0
/
+5
*
Move where merging logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+42
*
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+41
*
Fix bind value copying from subqueried relations
Sean Griffin
2015-01-19
1
-0
/
+8
*
Whether a column exists or not doesn't affect whether we can use binds
Sean Griffin
2015-01-19
1
-1
/
+1
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
1
-1
/
+1
*
Properly copy nested bind values from subqueried relations
Sean Griffin
2015-01-09
1
-9
/
+21
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-2
/
+2
*
Fix failing tests
Sean Griffin
2014-12-29
1
-8
/
+4
*
Inform Arel we don't need additional type casting in tests
Sean Griffin
2014-12-26
2
-3
/
+3
*
Eagerly cast array values passed to the predicate builder
Sean Griffin
2014-12-26
1
-2
/
+6
*
Perform casting of single values within the predicate builder
Sean Griffin
2014-12-26
1
-1
/
+1
*
Fix new warning in ruby 2.2
Sean Griffin
2014-12-26
1
-2
/
+2
*
Change `PredicateBuilder` handler methods to instance methods
Sean Griffin
2014-12-26
1
-1
/
+3
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+1
*
Remove deprecated behavior allowing nested arrays as query values
Melanie Gilman
2014-12-04
1
-6
/
+0
[next]