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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-4
/
+4
*
Merge pull request #26182 from bogdan/remove-relation-metaprogramming
Rafael França
2016-08-23
1
-1
/
+2
|
\
|
*
Remove over meta programming in AR::Relation
Bogdan Gusiev
2016-08-23
1
-1
/
+2
*
|
Fix count which would sometimes force a DISTINCT
Maxime Lapointe
2016-08-16
1
-2
/
+2
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-11
/
+11
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-29
/
+29
*
activerecord: reuse immutable objects
Tamir Duberstein
2016-01-04
1
-2
/
+6
*
Remove FIXME comments about the `Arel::Nodes::Quoted` [ci skip]
Ryuta Kamizono
2016-01-03
1
-3
/
+0
*
Raise ArgumentError when passing a truthy value to merge
Andrew White
2015-11-17
1
-4
/
+7
*
Make `AR::SpawnMethods#merge!` to check an arg is a Proc
yui-knk
2015-11-12
1
-0
/
+4
*
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-0
/
+4
*
Green version of moving the handling of supported arguments to `where`
yui-knk
2015-10-18
1
-7
/
+4
*
Skip the test added in 9cc324a on buggy versions of SQlite
Sean Griffin
2015-09-21
1
-7
/
+22
*
Skip test that fails from outdated sqlite3 on travis
Sean Griffin
2015-06-02
1
-7
/
+9
*
Ensure symbols passed to `select` are always quoted
Sean Griffin
2015-05-30
1
-0
/
+22
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Raise ArgumentError when passing nil to Relation#merge
Rafael Mendonça França
2015-02-06
1
-0
/
+16
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
1
-2
/
+2
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
1
-4
/
+4
*
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
1
-8
/
+2
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-6
/
+6
*
Inform Arel that we don't need type casting in tests
Sean Griffin
2014-12-26
1
-6
/
+9
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-25
/
+25
*
Consolidate testing of update_all type casting
Sean Griffin
2014-06-26
1
-0
/
+28
*
Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548
Rafael Mendonça França
2014-04-10
1
-0
/
+4
|
\
|
*
Fix insertion of records for hmt association with scope, fix #3548
Ivan Antropov
2013-11-17
1
-0
/
+4
*
|
Improve tests to use only public API
Rafael Mendonça França
2013-12-31
1
-3
/
+2
*
|
Make outer joins on proper parent
Washington Luiz
2013-12-31
1
-1
/
+11
|
/
*
Merge pull request #12129 from Empact/deprecate-array-bang-delegation
Rafael Mendonça França
2013-09-12
1
-144
/
+0
|
\
|
*
Pull the RelationMutationTests from cases/relation_test to cases/relation/mut...
Ben Woosley
2013-09-03
1
-135
/
+0
*
|
Relation#merge should not lose readonly(false) flag.
thedarkone
2013-09-11
1
-0
/
+8
*
|
Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args
Yves Senn
2013-09-04
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Extracted from `order` processing of arguments, and use it for `reorder` to b...
Paul Nikitochkin
2013-09-04
1
-0
/
+9
*
|
move the cache to the AR models and populate it on inherited
Aaron Patterson
2013-08-30
1
-4
/
+19
|
/
*
stop relying on side effects of const_missing
Aaron Patterson
2013-07-23
1
-0
/
+6
*
reorder bind parameters when merging relations
Aaron Patterson
2013-07-15
1
-1
/
+8
*
use arel rather than slapping together SQL strings
Aaron Patterson
2013-07-15
1
-3
/
+6
*
Blacklist->whitelist for reference scans in order!
Ernie Miller
2013-07-14
1
-0
/
+7
*
flatten merged join_values before building the joins
Neeraj Singh
2013-06-22
1
-1
/
+8
*
Merge pull request #10495 from senny/postgres_test_cleanup
Rafael Mendonça França
2013-05-28
1
-1
/
+1
|
\
|
*
cleanup, assert on warning from postgres adapter
Yves Senn
2013-05-08
1
-1
/
+1
*
|
include bind values from the default scope
Aaron Patterson
2013-05-17
1
-4
/
+1
|
/
*
if singletons belong to the contract, test them
Xavier Noria
2013-04-20
1
-1
/
+4
*
fix respond_to? for non selected column
Neeraj Singh
2013-04-19
1
-0
/
+5
[next]