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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazy sync with transaction state on destroy
Ryuta Kamizono
2019-04-10
3
-8
/
+10
*
Revert "Remove unused callbacks in the `Topic` model"
Ryuta Kamizono
2019-04-10
1
-0
/
+4
*
Remove unused callbacks in the `Topic` model
Ryuta Kamizono
2019-04-10
1
-4
/
+0
*
Merge pull request #28155 from lcreid/belongs_to
Ryuta Kamizono
2019-04-10
7
-2
/
+72
|
\
|
*
Fix circular `autosave: true`
Larry Reid
2018-07-23
7
-2
/
+75
*
|
Accidentally lost `comment` in `Column#==` and `Column#hash`
Ryuta Kamizono
2019-04-10
1
-2
/
+4
*
|
Exclude all `node_modules` from the RuboCop check
yuuji.yaginuma
2019-04-10
1
-1
/
+1
*
|
Add assertions for lazy sync transaction state
Ryuta Kamizono
2019-04-10
1
-36
/
+49
*
|
Remove unused `sequence_name` in `sql_for_insert`
Ryuta Kamizono
2019-04-10
2
-3
/
+3
*
|
There is no need to create `QueryAttribute` to just type cast a value
Ryuta Kamizono
2019-04-10
2
-4
/
+2
*
|
Merge pull request #35875 from Shopify/alloc-free-comparisons
Rafael França
2019-04-09
4
-32
/
+38
|
\
\
|
*
|
Improve == and hash methods on various schema cache structs to be allocation ...
Jean Boussier
2019-04-09
4
-32
/
+38
*
|
|
Merge pull request #35912 from dgfitch/master
Rafael França
2019-04-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Clarify exists check in logs
Dan Fitch
2019-04-09
1
-1
/
+1
*
|
|
|
Merge pull request #35913 from baweaver/baweaver/actionpack/named_captures
Rafael França
2019-04-09
2
-0
/
+13
|
\
\
\
\
|
*
|
|
|
Adds named_captures to MatchData to emulate Regex
Brandon Weaver
2019-04-09
2
-0
/
+13
|
|
/
/
/
*
|
|
|
Merge pull request #35905 from BatedUrGonnaDie/dont-override-job-seed-adapter
Rafael França
2019-04-09
3
-2
/
+25
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Only override async adapter when seeding
BatedUrGonnaDie
2019-04-09
3
-2
/
+25
*
|
|
|
Merge pull request #35909 from simi/alias-postgresql-adapter
Ryuta Kamizono
2019-04-10
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Bring back postgresql_version as an alias.
Josef Šimánek
2019-04-09
1
-0
/
+1
*
|
|
|
|
Remove duplicated attribute alias resolution in `_select!`
Ryuta Kamizono
2019-04-09
2
-6
/
+4
*
|
|
|
|
Better spread out the railties tests
Matthew Draper
2019-04-09
1
-2
/
+39
*
|
|
|
|
`get_database_version` is not public API [ci skip]
Ryuta Kamizono
2019-04-09
1
-1
/
+1
*
|
|
|
|
Merge pull request #35904 from xrav3nz/fix/action-mailbox/test-helper-args
George Claghorn
2019-04-09
1
-6
/
+6
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
FIX: ActionMailbox test helper argument list
Kyle Zhao
2019-04-09
1
-6
/
+6
*
|
|
|
|
cleanup up constant in test suite
Xavier Noria
2019-04-09
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
depend on Zeitwerk 2.1.0
Xavier Noria
2019-04-09
6
-25
/
+83
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #35903 from ryohashimoto/fix_upsert_method_comment
प्रथमेश Sonpatki
2019-04-09
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix upsert method comment
Ryo Hashimoto
2019-04-09
1
-1
/
+1
|
/
/
*
|
s/Travis/Buildkite/
Matthew Draper
2019-04-09
4
-8
/
+8
*
|
Merge pull request #34800 from mqchau/mysqlCountDeleteRowInLock
Matthew Draper
2019-04-09
2
-1
/
+31
|
\
\
|
*
|
Wrap Mysql count of deleted rows in lock block to avoid conflict in test
Quan Chau
2019-04-08
2
-1
/
+31
*
|
|
Merge pull request #35887 from kamipo/argument_error
Ryuta Kamizono
2019-04-09
10
-18
/
+40
|
\
\
\
|
*
|
|
Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...
Ryuta Kamizono
2019-04-07
10
-18
/
+40
*
|
|
|
Merge pull request #35890 from kamipo/except_table_name_from_column
Ryuta Kamizono
2019-04-09
7
-49
/
+48
|
\
\
\
\
|
*
|
|
|
Except `table_name` from column objects
Ryuta Kamizono
2019-04-08
7
-49
/
+48
*
|
|
|
|
Merge pull request #35888 from lxxxvi/documentation_change_foreign_keys_to_bi...
Eileen M. Uchitelle
2019-04-08
1
-8
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
change `t.integer` to `t.bigint` where applicable
lxxxvi
2019-04-07
1
-8
/
+8
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #35892 from ryohashimoto/bulk_insert_logs
Eileen M. Uchitelle
2019-04-08
2
-1
/
+53
|
\
\
\
\
\
|
*
|
|
|
|
Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ...
Ryo Hashimoto
2019-04-08
2
-1
/
+53
*
|
|
|
|
|
Merge pull request #35897 from soartec-lab/update_guide_engine
Rafael França
2019-04-08
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Update configuration of `app` directory and use oxford comma [skip ci]
soartec-lab
2019-04-09
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #35854 from boblail/fix-bug-with-insert_all-on-mysql
Ryuta Kamizono
2019-04-08
3
-4
/
+42
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
When skipping duplicates in bulk insert on MySQL, avoid assigning id when not...
Bob Lail
2019-04-08
3
-4
/
+42
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #35883 from alexcameron89/add_ar_release_notes
प्रथमेश Sonpatki
2019-04-08
1
-0
/
+227
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[ci skip] Add 6.0 Release Notes for Active Record
Alex Kitchens
2019-04-08
1
-0
/
+227
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix GROUP BY with calculate longer name field to respect `table_alias_length`
Ryuta Kamizono
2019-04-08
6
-11
/
+30
|
|
/
/
/
|
/
|
|
|
*
|
|
|
depend on Zeitwerk 2
Xavier Noria
2019-04-07
6
-7
/
+28
|
/
/
/
*
|
|
Don't repeat same expression in SELECT and GROUP BY clauses
Ryuta Kamizono
2019-04-06
1
-26
/
+20
*
|
|
There is no need to check `null_relation?` in `empty_scope?`
Ryuta Kamizono
2019-04-06
3
-1
/
+8
[next]