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 #29653 from kamipo/fix_test_copying_migrations_preserving_...
Rafael França
2017-07-04
1
-4
/
+6
|
\
|
*
Fix `test_copying_migrations_preserving_magic_comments`
Ryuta Kamizono
2017-07-02
1
-4
/
+6
*
|
Remove database specific JSON types
Ryuta Kamizono
2017-07-05
3
-14
/
+0
*
|
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
25
-98
/
+154
|
\
\
|
*
|
Fix removed version 5.2 to 6.0 in the deprecation message
Ryuta Kamizono
2017-07-02
1
-1
/
+1
|
*
|
Apply record state based on parent transaction state
eileencodes
2017-07-01
2
-3
/
+16
|
*
|
Deprecate and replace `set_state` method
eileencodes
2017-07-01
1
-6
/
+27
|
|
/
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
237
-237
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
237
-0
/
+237
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
237
-0
/
+237
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
14
-27
/
+26
|
|
\
\
|
|
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
14
-27
/
+26
|
*
|
|
Merge pull request #29631 from kamipo/should_be_clear_association_ids
Matthew Draper
2017-07-01
1
-2
/
+11
|
|
\
\
\
|
|
*
|
|
Should be clear `@association_ids` when joined newly associated record
Ryuta Kamizono
2017-06-30
1
-2
/
+11
|
*
|
|
|
Merge pull request #29634 from kamipo/dont_cache_queries_for_schema_statements
Matthew Draper
2017-07-01
10
-55
/
+70
|
|
\
\
\
\
|
|
*
|
|
|
Don't cache queries for schema statements
Ryuta Kamizono
2017-06-30
10
-55
/
+70
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge pull request #28808 from fschwahn/fix-polymorphic-automic-inverse
Matthew Draper
2017-07-01
1
-4
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
Remove :polymorphic from INVALID_AUTOMATIC_INVERSE_OPTIONS
Fabian Schwahn
2017-04-20
1
-4
/
+3
|
*
|
|
|
|
Merge pull request #29536 from nickrivadeneira/fix-yaml
Matthew Draper
2017-07-01
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Ensure `false` is preserved in attr serialization
Nick Rivadeneira
2017-06-22
1
-1
/
+1
*
|
|
|
|
|
|
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
34
-133
/
+133
|
/
/
/
/
/
/
*
|
|
/
/
/
Delete stale comment for `AR::Associations::Builder::CollectionAssociation`
fatkodima
2017-07-01
1
-2
/
+0
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #29623 from kamipo/should_use_same_connection_in_query_cache
Rafael França
2017-06-29
2
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Should use the same connection in using query cache
Ryuta Kamizono
2017-06-29
2
-4
/
+4
*
|
|
|
|
|
Fix the next version of Rails from 5.3 to 6.0
Ryuta Kamizono
2017-06-29
1
-2
/
+2
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+2
*
|
|
|
|
Merge pull request #29616 from kamipo/remove_unused_aliased_table_name
Rafael França
2017-06-29
1
-8
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Remove unused `aliased_table_name` in `Association`
Ryuta Kamizono
2017-06-29
1
-8
/
+0
*
|
|
|
|
|
Merge pull request #29569 from kamipo/fix_to_scoping_is_correctly_restored
Rafael França
2017-06-29
2
-4
/
+5
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix to scoping is correctly restored
Ryuta Kamizono
2017-06-29
2
-4
/
+5
*
|
|
|
|
|
Merge pull request #28932 from kamipo/remove_method_missing_in_relation_deleg...
Rafael França
2017-06-28
1
-10
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove `method_missing` in `Relation::Delegation`
Ryuta Kamizono
2017-04-30
1
-10
/
+0
*
|
|
|
|
|
|
Merge pull request #29612 from kamipo/use_quote_method_rather_than_single_quote
Rafael França
2017-06-28
5
-13
/
+12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Use `quote` method rather than single quotes to identifiers in SQL
Ryuta Kamizono
2017-06-29
5
-13
/
+12
*
|
|
|
|
|
|
|
Merge pull request #29129 from kamipo/prevent_extra_through_scope
Rafael França
2017-06-28
1
-2
/
+4
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Prevent extra `through_scope`
Ryuta Kamizono
2017-05-18
1
-2
/
+4
*
|
|
|
|
|
|
|
Merge pull request #29301 from kamipo/receiver_in_scope_should_be_relation
Rafael França
2017-06-28
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
The receiver in a scope should be a `relation`
Ryuta Kamizono
2017-06-01
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge pull request #29076 from kamipo/use_timestamp_attributes_for_update_in_...
Rafael França
2017-06-28
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Use `timestamp_attributes_for_update_in_model` rather than `timestamp_attribu...
Ryuta Kamizono
2017-05-14
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
Merge pull request #28928 from kamipo/remove_habtm_initialize
Rafael França
2017-06-28
1
-4
/
+0
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Remove `HasAndBelongsToManyReflection#initialize`
Ryuta Kamizono
2017-04-29
1
-4
/
+0
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #29405 from kamipo/locked_should_not_build_arel
Rafael França
2017-06-28
5
-9
/
+6
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Remove delegating to arel in a relation
Ryuta Kamizono
2017-06-29
4
-8
/
+5
|
*
|
|
|
|
|
|
|
|
`Relation#locked?` should not build arel
Ryuta Kamizono
2017-06-20
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
Merge pull request #29601 from kamipo/fix_eager_loading_to_respect_store_full...
Rafael Mendonça França
2017-06-28
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
Fix eager loading to respect `store_full_sti_class` setting
Ryuta Kamizono
2017-06-29
1
-1
/
+1
|
|
|
_
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge pull request #29610 from kamipo/dont_passing_klass_connection_to_associ...
Rafael França
2017-06-28
4
-7
/
+7
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
Don't passing `klass.connection` to `AssociationScope`
Ryuta Kamizono
2017-06-29
4
-7
/
+7
*
|
|
|
|
|
|
|
|
|
|
Merge pull request #29609 from tsukasaoishi/query_cache_from_beginning
Rafael França
2017-06-28
1
-6
/
+6
|
\
\
\
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
[next]