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
*
Escape table name so that it can be used in regular expression
Aidan Haran
2018-10-04
1
-1
/
+1
*
Remove Rubocop's comments from Rails code base
bogdanvlviv
2018-07-26
1
-1
/
+1
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-1
/
+1
*
Child joins should be aliased when merging relations
Chalo Fernandez
2018-06-06
1
-1
/
+26
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
don't check for immutability when setting skip_preloading as it doesn't effec...
Lachlan Sylvester
2018-04-12
1
-0
/
+8
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-4
/
+4
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-2
/
+2
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-25
/
+25
*
Partial revert the changing default value of `readonly_value`
Ryuta Kamizono
2018-01-05
1
-2
/
+1
*
Fix `scope_for_create` to do not lose polymorphic associations
Ryuta Kamizono
2017-12-08
1
-1
/
+1
*
Properly cast input in `update_all`
Sean Griffin
2017-11-13
1
-1
/
+6
*
Relation merging should keep joining order
Ryuta Kamizono
2017-11-11
1
-0
/
+9
*
Remove unused explicit delegation to `klass` in `relation`
Ryuta Kamizono
2017-09-14
1
-5
/
+0
*
`Relation::Merger` should not fill `values` with empty values
Ryuta Kamizono
2017-07-25
1
-0
/
+8
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
1
-10
/
+2
*
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-4
/
+3
*
Use `where(id: 10)` rather than `where(relation.table[:id].eq(10))`
Ryuta Kamizono
2017-07-16
1
-5
/
+5
*
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
1
-19
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove unused variable
yuuji.yaginuma
2017-06-22
1
-1
/
+1
*
Keep INNER JOIN when merging relations
Maxime Lapointe
2017-06-20
1
-2
/
+21
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
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
[next]