Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge pull request #35934 from YuezhiLi/patch-1 | Ryuta Kamizono | 2019-04-11 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove outdated debugging plugins | Clivia | 2019-04-11 | 1 | -7/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #35924 from soartec-lab/update_guide_engine_generator_result | Ryuta Kamizono | 2019-04-11 | 1 | -14/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update the result of generate command [skip ci] | soartec-lab | 2019-04-11 | 1 | -14/+6 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #35916 from soartec-lab/delete_not_use_method | Ryuta Kamizono | 2019-04-11 | 1 | -15/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Delete not user method for plugin_generator | soartec-lab | 2019-04-09 | 1 | -15/+0 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Adding type option example to the documentation [ci skip] (#35917) | Roberto Miranda | 2019-04-10 | 1 | -0/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | 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 | |
| | |_|/ / / / / / | |/| | | | | | | |