aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix loading `ActionMailbox::BaseController` when CSRF protection is disabledyuuji.yaginuma2019-04-111-1/+1
* Merge pull request #35934 from YuezhiLi/patch-1Ryuta Kamizono2019-04-111-7/+0
|\
| * Remove outdated debugging pluginsClivia2019-04-111-7/+0
|/
* Merge pull request #35924 from soartec-lab/update_guide_engine_generator_resultRyuta Kamizono2019-04-111-14/+6
|\
| * Update the result of generate command [skip ci]soartec-lab2019-04-111-14/+6
* | Merge pull request #35916 from soartec-lab/delete_not_use_methodRyuta Kamizono2019-04-111-15/+0
|\ \ | |/ |/|
| * Delete not user method for plugin_generatorsoartec-lab2019-04-091-15/+0
* | Adding type option example to the documentation [ci skip] (#35917)Roberto Miranda2019-04-101-0/+1
* | Revert "Remove unused callbacks in the `Topic` model"Ryuta Kamizono2019-04-101-0/+4
* | Remove unused callbacks in the `Topic` modelRyuta Kamizono2019-04-101-4/+0
* | Merge pull request #28155 from lcreid/belongs_toRyuta Kamizono2019-04-107-2/+72
|\ \
| * | Fix circular `autosave: true`Larry Reid2018-07-237-2/+75
* | | Accidentally lost `comment` in `Column#==` and `Column#hash`Ryuta Kamizono2019-04-101-2/+4
* | | Exclude all `node_modules` from the RuboCop checkyuuji.yaginuma2019-04-101-1/+1
* | | Add assertions for lazy sync transaction stateRyuta Kamizono2019-04-101-36/+49
* | | Remove unused `sequence_name` in `sql_for_insert`Ryuta Kamizono2019-04-102-3/+3
* | | There is no need to create `QueryAttribute` to just type cast a valueRyuta Kamizono2019-04-102-4/+2
* | | Merge pull request #35875 from Shopify/alloc-free-comparisonsRafael França2019-04-094-32/+38
|\ \ \
| * | | Improve == and hash methods on various schema cache structs to be allocation ...Jean Boussier2019-04-094-32/+38
* | | | Merge pull request #35912 from dgfitch/masterRafael França2019-04-091-1/+1
|\ \ \ \
| * | | | Clarify exists check in logsDan Fitch2019-04-091-1/+1
* | | | | Merge pull request #35913 from baweaver/baweaver/actionpack/named_capturesRafael França2019-04-092-0/+13
|\ \ \ \ \
| * | | | | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-092-0/+13
| |/ / / /
* | | | | Merge pull request #35905 from BatedUrGonnaDie/dont-override-job-seed-adapterRafael França2019-04-093-2/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only override async adapter when seedingBatedUrGonnaDie2019-04-093-2/+25
* | | | | Merge pull request #35909 from simi/alias-postgresql-adapterRyuta Kamizono2019-04-101-0/+1
|\ \ \ \ \
| * | | | | Bring back postgresql_version as an alias.Josef Šimánek2019-04-091-0/+1
* | | | | | Remove duplicated attribute alias resolution in `_select!`Ryuta Kamizono2019-04-092-6/+4
| |_|_|_|/ |/| | | |
* | | | | Better spread out the railties testsMatthew Draper2019-04-091-2/+39
* | | | | `get_database_version` is not public API [ci skip]Ryuta Kamizono2019-04-091-1/+1
* | | | | Merge pull request #35904 from xrav3nz/fix/action-mailbox/test-helper-argsGeorge Claghorn2019-04-091-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | FIX: ActionMailbox test helper argument listKyle Zhao2019-04-091-6/+6
* | | | | cleanup up constant in test suiteXavier Noria2019-04-091-0/+1
| |/ / / |/| | |
* | | | depend on Zeitwerk 2.1.0Xavier Noria2019-04-096-25/+83
| |/ / |/| |
* | | Merge pull request #35903 from ryohashimoto/fix_upsert_method_commentप्रथमेश Sonpatki2019-04-091-1/+1
|\ \ \ | |/ / |/| |
| * | Fix upsert method commentRyo Hashimoto2019-04-091-1/+1
|/ /
* | s/Travis/Buildkite/Matthew Draper2019-04-094-8/+8
* | Merge pull request #34800 from mqchau/mysqlCountDeleteRowInLockMatthew Draper2019-04-092-1/+31
|\ \
| * | Wrap Mysql count of deleted rows in lock block to avoid conflict in testQuan Chau2019-04-082-1/+31
* | | Merge pull request #35887 from kamipo/argument_errorRyuta Kamizono2019-04-0910-18/+40
|\ \ \
| * | | Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-0710-18/+40
* | | | Merge pull request #35890 from kamipo/except_table_name_from_columnRyuta Kamizono2019-04-097-49/+48
|\ \ \ \
| * | | | Except `table_name` from column objectsRyuta Kamizono2019-04-087-49/+48
* | | | | Merge pull request #35888 from lxxxvi/documentation_change_foreign_keys_to_bi...Eileen M. Uchitelle2019-04-081-8/+8
|\ \ \ \ \
| * | | | | change `t.integer` to `t.bigint` where applicablelxxxvi2019-04-071-8/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #35892 from ryohashimoto/bulk_insert_logsEileen M. Uchitelle2019-04-082-1/+53
|\ \ \ \ \
| * | | | | Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ...Ryo Hashimoto2019-04-082-1/+53
* | | | | | Merge pull request #35897 from soartec-lab/update_guide_engineRafael França2019-04-081-2/+2
|\ \ \ \ \ \
| * | | | | | Update configuration of `app` directory and use oxford comma [skip ci]soartec-lab2019-04-091-2/+2
* | | | | | | Merge pull request #35854 from boblail/fix-bug-with-insert_all-on-mysqlRyuta Kamizono2019-04-083-4/+42
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |