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
/
lib
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge pull request #32865 from yahonda/another_31988
Rafael França
2018-05-22
1
-5
/
+10
|
\
\
\
|
*
|
|
Disable foreign keys during `alter_table` for sqlite3 adapter
Yasuo Honda
2018-05-22
1
-5
/
+10
*
|
|
|
Exception wording change
Cory Becker
2018-05-21
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38
Ryuta Kamizono
2018-05-21
3
-13
/
+12
|
\
\
\
|
*
|
|
Bump minimum SQLite version to 3.8
Yasuo Honda
2018-05-21
3
-13
/
+12
*
|
|
|
Enable `Lint/StringConversionInInterpolation` rubocop rule
Ryuta Kamizono
2018-05-21
1
-1
/
+1
|
/
/
/
*
|
|
`SqlTypeMetadata` is :nodoc: class [ci skip]
Ryuta Kamizono
2018-05-21
1
-0
/
+1
*
|
|
Rollback correctly restore initial record id after double save
Ryuta Kamizono
2018-05-19
1
-1
/
+1
*
|
|
Finalize transaction record state after real transaction
Eugene Kenny
2018-05-19
2
-15
/
+25
*
|
|
Don't expose `SingularAssociation#replace` which is internal API
Ryuta Kamizono
2018-05-16
3
-47
/
+44
*
|
|
Remove :nodoc: from the methods which is added the doc [ci skip]
Ryuta Kamizono
2018-05-15
1
-4
/
+4
*
|
|
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
*
|
|
|
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
1
-7
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Don't clear transaction state after manual rollback
Eugene Kenny
2018-05-10
1
-7
/
+1
*
|
|
|
`becomes` should clear the mutation tracker which is created in `after_initia...
Ryuta Kamizono
2018-05-11
2
-2
/
+2
|
/
/
/
*
|
|
Fix ActiveRecord::AttributeMethods::Dirty documentation [ci skip]
Kieran Trezona-le Comte
2018-05-07
1
-20
/
+58
*
|
|
Fix logic on disabling commit callbacks
Brian Durand
2018-05-04
1
-1
/
+1
*
|
|
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
2
-4
/
+8
*
|
|
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
*
|
|
Ensure that `ids_reader` respects dirty target whether target is loaded or not
Ryuta Kamizono
2018-04-27
1
-1
/
+3
*
|
|
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
1
-1
/
+3
*
|
|
`get_value` needs to be a public method
Graham Turner
2018-04-25
1
-4
/
+5
*
|
|
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
*
|
|
|
Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...
Ryuta Kamizono
2018-04-22
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Fix .new with multiple through associations
Sam DeCesare
2018-04-09
1
-1
/
+5
*
|
|
|
|
`target` in `CollectionAssociation` is always an array
Ryuta Kamizono
2018-04-21
1
-2
/
+2
*
|
|
|
|
Fix typo in the `touch_all` doc [ci skip]
Ryuta Kamizono
2018-04-21
1
-4
/
+4
*
|
|
|
|
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-10
/
+15
*
|
|
|
|
Merge pull request #31513 from fatkodima/relation-touch_all
Rafael França
2018-04-20
2
-10
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
Add `touch_all` method to `ActiveRecord::Relation`
fatkodima
2018-04-13
2
-10
/
+47
*
|
|
|
|
|
Merge pull request #32667 from yahonda/mod_empty_insert_statement_value
Rafael França
2018-04-20
3
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Allow `primary_key` argument to `empty_insert_statement_value`
Yasuo Honda
2018-04-20
3
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #32650 from bogdanvlviv/return_back_slash_and_use___dir__
Rafael França
2018-04-19
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Return back "/" to the end of RAILS_GEM_ROOT
bogdanvlviv
2018-04-20
1
-1
/
+1
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Don't expose `Relation#preload_associations` in the doc
Ryuta Kamizono
2018-04-20
1
-1
/
+1
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Fix relation merging with skip_query_cache!
James Williams
2018-04-19
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Remove unused attr_writer :joinable on Transaction
Eugene Kenny
2018-04-17
1
-1
/
+0
*
|
|
|
|
Add missing `require "benchmark"`
r7kamura
2018-04-15
1
-0
/
+1
*
|
|
|
|
Fix broken nodocs
Chris Arcand
2018-04-13
2
-2
/
+2
|
/
/
/
/
*
|
|
|
Fix database.yml merging
eileencodes
2018-04-12
1
-1
/
+1
*
|
|
|
don't check for immutability when setting skip_preloading as it doesn't effec...
Lachlan Sylvester
2018-04-12
1
-2
/
+3
|
/
/
/
*
|
|
Don't create namespaced tasks if single db application
eileencodes
2018-04-09
1
-2
/
+7
*
|
|
Allow schema/structure load for multiple databases
eileencodes
2018-04-09
1
-3
/
+3
[prev]
[next]