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
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
3
-4
/
+4
*
Ignore AR tests of index comment when using Oracle
Koichi ITO
2017-04-05
1
-5
/
+9
*
Merge pull request #28057 from eugeneius/clear_active_connections
Matthew Draper
2017-04-04
1
-0
/
+8
|
\
|
*
Clear active connections after initialization
Eugene Kenny
2017-02-17
1
-0
/
+8
*
|
Merge pull request #28029 from koic/empty_insert_statement_value_not_supported
Matthew Draper
2017-04-04
2
-0
/
+4
|
\
\
|
*
|
Raise NotImplementedError when using empty_insert_statement_value with Oracle
Koichi ITO
2017-02-17
2
-0
/
+4
|
|
/
*
|
Revert "Merge pull request #28598 from wnadeau/patch-1"
Rafael Mendonça França
2017-04-03
1
-1
/
+1
*
|
Remove CHANGELOG.md entry that appears in 5-1-stable
Jon Moss
2017-04-01
1
-9
/
+0
*
|
Merge pull request #28621 from koic/fix_failed_test_when_running_with_oracle
Eileen M. Uchitelle
2017-03-31
1
-0
/
+2
|
\
\
|
*
|
Fix a failed AR test when running with OracleAdapter
Koichi ITO
2017-03-31
1
-0
/
+2
*
|
|
Add missing backtick to deprecation message
yuuji.yaginuma
2017-03-31
1
-1
/
+1
|
/
/
*
|
Fix example usage of ActiveRecord::Base.establish_connection
Simon Dawson
2017-03-30
1
-1
/
+1
*
|
Merge pull request #28592 from htanata/ar_relation_inspect_should_not_load_al...
Rafael França
2017-03-29
3
-1
/
+18
|
\
\
|
*
|
Load only needed records on ActiveRecord::Relation#inspect
Hendy Tanata
2017-03-28
3
-1
/
+18
*
|
|
FinderMethods#fourty_two docs cite proper source
Winfred Nadeau
2017-03-29
1
-1
/
+1
*
|
|
Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemas
Andrew White
2017-03-29
2
-10
/
+9
|
\
\
\
|
*
|
|
Fix `primary_keys` across multiple schemas
Ryuta Kamizono
2017-03-20
2
-10
/
+9
*
|
|
|
Merge pull request #28052 from kamipo/make_internal_methods_to_private
Rafael França
2017-03-28
12
-185
/
+181
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Make internal methods to private
Ryuta Kamizono
2017-03-27
12
-185
/
+181
*
|
|
|
Merge pull request #28488 from kamipo/preprocess_association_query_handling
Rafael França
2017-03-27
1
-13
/
+8
|
\
\
\
\
|
*
|
|
|
Always need to extract `value.bound_attributes` if `value.is_a?(Relation)`
Ryuta Kamizono
2017-03-25
1
-3
/
+1
|
*
|
|
|
Preprocess association query handling in predicate builder
Ryuta Kamizono
2017-03-20
1
-11
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #27636 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-03-27
24
-98
/
+182
|
\
\
\
\
|
*
|
|
|
Load :author_addresses
Yasuo Honda
2017-03-26
1
-1
/
+1
|
*
|
|
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
23
-97
/
+181
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fixes #28359
Philippe Guay
2017-03-26
3
-3
/
+16
|
/
/
/
*
|
|
Move comment to inside the method [ci skip]
Fumiaki MATSUSHIMA
2017-03-23
1
-1
/
+1
*
|
|
Remove `CollectionProxy#uniq`
Ryuta Kamizono
2017-03-23
1
-4
/
+0
*
|
|
Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds
Rafael França
2017-03-22
3
-77
/
+77
|
\
\
\
|
*
|
|
Fix `LogSubscriber` to allow legacy `binds`
Ryuta Kamizono
2017-03-23
3
-77
/
+77
*
|
|
|
Merge pull request #28531 from yahonda/suppress_pg_warning
Matthew Draper
2017-03-23
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Suppress `WARNING: nonstandard use of \\ in a string literal` warning
Yasuo Honda
2017-03-22
1
-0
/
+1
|
|
/
/
/
*
/
/
/
[PostgreSQL]: Replace deprecated PG constants.
Lars Kanis
2017-03-22
7
-21
/
+21
|
/
/
/
*
|
|
Start Rails 5.2 development
Matthew Draper
2017-03-22
3
-774
/
+7
*
|
|
Fix where_clause#except with specific where value
John Hawthorn
2017-03-20
2
-2
/
+10
*
|
|
Merge pull request #28474 from kamipo/fix_extension_with_darty_target
Kasper Timm Hansen
2017-03-20
3
-2
/
+12
|
\
\
\
|
*
|
|
Fix extension method with dirty target in has_many associations
Ryuta Kamizono
2017-03-20
3
-2
/
+12
|
|
/
/
*
|
|
Merge pull request #28487 from kamipo/remove_duplicated_columns_definition
Rafael França
2017-03-20
2
-11
/
+5
|
\
\
\
|
*
|
|
Remove duplicated `columns` definition
Ryuta Kamizono
2017-03-20
2
-11
/
+5
|
|
/
/
*
|
|
Merge pull request #28473 from kamipo/delegate_uniq_to_records
Rafael França
2017-03-20
4
-20
/
+20
|
\
\
\
|
*
|
|
Use `load` rather than `collect` for force loading
Ryuta Kamizono
2017-03-19
4
-20
/
+20
*
|
|
|
Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds
Rafael França
2017-03-20
2
-1
/
+14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix `select_all` with legacy `binds`
Ryuta Kamizono
2017-02-12
2
-1
/
+14
*
|
|
|
Merge pull request #28479 from kamipo/evaluate_default_block_only_when_necessary
Kasper Timm Hansen
2017-03-20
3
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
2
-3
/
+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Delegate `uniq` to `records`
Ryuta Kamizono
2017-03-18
1
-1
/
+1
*
|
|
|
Fix changelog entry about transaction error classes [ci skip]
yuuji.yaginuma
2017-03-20
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #28191 from eugeneius/string_assoc_order
Rafael França
2017-03-17
2
-2
/
+30
|
\
\
\
|
*
|
|
Allow order to be given expressions as hash keys
Eugene Kenny
2017-02-27
2
-2
/
+30
*
|
|
|
Merge pull request #28154 from aripollak/remove-comments-from-structure-sql
Rafael Mendonça França
2017-03-17
3
-3
/
+43
|
\
\
\
\
[next]