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
*
Add `QueryingMethodsDelegationTest` to cover query methods delegation
Ryuta Kamizono
2018-03-22
1
-0
/
+28
*
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-1
/
+6
*
Merge pull request #31133 from mohsen-alizadeh/sanitize_empty_and_nil_paramet...
Matthew Draper
2018-02-11
1
-0
/
+15
|
\
|
*
add test case to relation select
Mohsen Alizadeh
2017-12-03
1
-0
/
+15
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
2
-4
/
+4
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
3
-7
/
+7
*
|
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
|
Fix relation merger issue with `left_outer_joins`
Mehmet Emin INAC
2018-01-15
1
-0
/
+6
*
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
|
/
*
Address random `test_or_with_bind_params` failures
Yasuo Honda
2017-09-13
1
-1
/
+1
*
Merge pull request #30377 from keepcosmos/delegate-missing-methods
Matthew Draper
2017-08-31
1
-2
/
+2
|
\
|
*
Delegate :rindex, :slice, :rotate to 'records'
keepcosmos
2017-08-24
1
-2
/
+2
*
|
Should be appear deprecation message for every call (#29649)
Ryuta Kamizono
2017-08-27
1
-0
/
+1
*
|
Remove unnecessary fixture loading
Ryuta Kamizono
2017-08-24
1
-5
/
+1
|
/
*
Load both `:authors` and `:author_addresses` to keep data integrity
Yasuo Honda
2017-08-22
1
-1
/
+1
*
Add test cases for `where.not` with polymorphic association
Ryuta Kamizono
2017-08-18
1
-0
/
+19
*
Currently if relation object are passed to where condition for has one or has...
chopraanmol1
2017-08-08
1
-0
/
+14
*
Edits following the reviews
Maxime Lapointe
2017-07-28
1
-21
/
+35
*
Avoid duplicate clauses when using #or
Maxime Lapointe
2017-07-25
1
-0
/
+33
*
Allow `Relation#or` to accept a relation with different `references`
Sean Griffin
2017-07-25
1
-0
/
+11
*
Fix failing tests
Sean Griffin
2017-07-25
1
-1
/
+1
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
4
-60
/
+52
*
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
9
-0
/
+18
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
9
-0
/
+18
*
|
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
2
-11
/
+19
|
/
*
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-1
/
+17
*
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
1
-33
/
+5
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-1
/
+6
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
9
-9
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
9
-0
/
+9
*
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+15
*
Merge pull request #29415 from kamipo/remove_unused_defined_association
Guillermo Iguaran
2017-06-16
1
-1
/
+1
|
\
|
*
Remove unused defined association
Ryuta Kamizono
2017-06-11
1
-1
/
+1
*
|
Don't require 'unscope' to be the same for both sides of a 'or' relation.
Dan Sherson
2017-06-15
1
-0
/
+25
|
/
*
Prevent making bind param if casted value is nil
Ryuta Kamizono
2017-05-31
1
-1
/
+5
*
Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitly
Matthew Draper
2017-05-28
1
-1
/
+1
|
\
|
*
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-1
/
+1
*
|
Remove unused `left_joins_values` generation
Ryuta Kamizono
2017-05-23
1
-1
/
+1
|
/
*
Remove unused `DelegationTest#call_method`
Ryuta Kamizono
2017-05-06
1
-27
/
+7
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
2
-18
/
+10
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
2
-3
/
+3
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
2
-3
/
+3
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-1
/
+1
*
Add a test case for #20802
Ryuta Kamizono
2017-04-13
1
-0
/
+5
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
2
-3
/
+3
*
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
1
-1
/
+1
*
Delegate `to_sentence` and `to_fomatted_s` to `records`
kenta-s
2017-02-04
1
-1
/
+2
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
[next]