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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #32876 from wata727/add_available_transformations
George Claghorn
2018-05-13
1
-0
/
+3
|
\
|
*
Add available transformations to docs [ci skip]
wata_mac
2018-05-13
1
-0
/
+3
*
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
25
-91
/
+91
*
|
Merge pull request #32878 from eugeneius/rm_rollback_active_record_state
Ryuta Kamizono
2018-05-13
1
-14
/
+1
|
\
\
|
*
|
Remove ActiveRecord::Transactions#rollback_active_record_state!
Eugene Kenny
2018-05-13
1
-14
/
+1
|
|
/
*
|
Merge pull request #32862 from eugeneius/callback_rollback
Ryuta Kamizono
2018-05-13
2
-7
/
+13
|
\
\
|
|
/
|
/
|
|
*
Don't clear transaction state after manual rollback
Eugene Kenny
2018-05-10
2
-7
/
+13
*
|
`becomes` should clear the mutation tracker which is created in `after_initia...
Ryuta Kamizono
2018-05-11
4
-3
/
+14
|
/
*
Fix ActiveRecord::AttributeMethods::Dirty documentation [ci skip]
Kieran Trezona-le Comte
2018-05-07
1
-20
/
+58
*
Address CI failure due to non-deterministic query result
Ryuta Kamizono
2018-05-06
1
-1
/
+1
*
Fix logic on disabling commit callbacks
Brian Durand
2018-05-04
3
-1
/
+25
*
Remove unused `assert_like` from `Arel::Test`
Yasuo Honda
2018-05-02
1
-5
/
+0
*
Remove unnecessary require
yuuji.yaginuma
2018-05-02
1
-1
/
+0
*
Merge pull request #32784 from jpawlyn/allow-belongs-to-create-for-new-record
Ryuta Kamizono
2018-05-02
3
-4
/
+17
|
\
|
*
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
3
-4
/
+17
*
|
More exercise `test_remove_named_index`
Ryuta Kamizono
2018-05-02
1
-1
/
+4
*
|
Fix typo in ActiveRecord test method name
Takayoshi Nishida
2018-05-02
1
-1
/
+1
*
|
`require "active_support/test_case"` is not supported since 53e877f7
Ryuta Kamizono
2018-05-02
2
-2
/
+2
|
/
*
Make `Arel::Test` subclass of `ActiveSupport::TestCase`
Yasuo Honda
2018-05-01
8
-73
/
+84
*
Restore original merging order to enforce `if_exists: true`
Ryuta Kamizono
2018-04-29
1
-2
/
+1
*
Fix `Associations::ClassMethods` doc [ci skip]
Ryuta Kamizono
2018-04-29
1
-7
/
+7
*
Merge pull request #32727 from utilum/assert_dont_expects
Rafael França
2018-04-27
7
-147
/
+248
|
\
|
*
assert_called_with
utilum
2018-04-26
4
-85
/
+170
|
*
assert_called
utilum
2018-04-26
4
-28
/
+31
|
*
assert_not_called
utilum
2018-04-26
3
-34
/
+47
*
|
Ensure that `ids_reader` respects dirty target whether target is loaded or not
Ryuta Kamizono
2018-04-27
2
-3
/
+5
*
|
Merge pull request #32617 from tgturner/size-should-use-available-association
Ryuta Kamizono
2018-04-27
3
-1
/
+82
|
\
\
|
*
|
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
3
-1
/
+82
*
|
|
Add test case that assigning belongs_to on destroyed object raises frozen error
Ryuta Kamizono
2018-04-27
1
-0
/
+7
|
/
/
*
/
Remove math module from count
Nikolai B
2018-04-25
1
-2
/
+0
|
/
*
`get_value` needs to be a public method
Graham Turner
2018-04-25
3
-4
/
+15
*
Address `NameError: uninitialized constant Arel::Collectors::Bind`
Yasuo Honda
2018-04-25
1
-0
/
+1
*
Merge pull request #32097 from matthewd/arel
Matthew Draper
2018-04-25
144
-2
/
+11379
|
\
|
*
Arel: :nodoc: all
Matthew Draper
2018-02-24
81
-81
/
+81
|
*
Arel: rubocop -a
Matthew Draper
2018-02-24
142
-3074
/
+3179
|
*
Merge Arel into Active Record
Matthew Draper
2018-02-24
144
-2
/
+11274
*
|
Merge pull request #32646 from derekprior/dp-schema-dumper-documentation
Sean Griffin
2018-04-24
1
-5
/
+5
|
\
\
|
*
|
Update schema.rb documentation [CI SKIP]
Derek Prior
2018-04-24
1
-5
/
+5
*
|
|
`columns` is cached in the statement
Ryuta Kamizono
2018-04-24
1
-6
/
+3
*
|
|
Save a hash allocation in MySQL statement pool
Eugene Kenny
2018-04-23
2
-5
/
+2
*
|
|
Using existing models for building multiple has_one through tests
Ryuta Kamizono
2018-04-22
7
-54
/
+15
*
|
|
Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...
Ryuta Kamizono
2018-04-22
7
-1
/
+64
|
\
\
\
|
*
|
|
Fix .new with multiple through associations
Sam DeCesare
2018-04-09
7
-1
/
+64
*
|
|
|
`target` in `CollectionAssociation` is always an array
Ryuta Kamizono
2018-04-21
1
-2
/
+2
*
|
|
|
Add test case for `collection.size` with dirty target
Ryuta Kamizono
2018-04-21
1
-0
/
+10
*
|
|
|
Fix typo in the `touch_all` doc [ci skip]
Ryuta Kamizono
2018-04-21
1
-4
/
+4
*
|
|
|
Merge pull request #32674 from composerinteralia/relax-assertion
Ryuta Kamizono
2018-04-21
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Relax assertions in connection config tests
Daniel Colson
2018-04-20
1
-2
/
+2
*
|
|
|
|
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
4
-10
/
+51
*
|
|
|
|
Merge pull request #31513 from fatkodima/relation-touch_all
Rafael França
2018-04-20
4
-11
/
+101
|
\
\
\
\
\
[prev]
[next]