aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | When skipping duplicates in bulk insert on MySQL, avoid assigning id when not...Bob Lail2019-04-083-4/+42
| | |_|/ / | |/| | |
* | | | | Merge pull request #35883 from alexcameron89/add_ar_release_notesप्रथमेश Sonpatki2019-04-081-0/+227
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] Add 6.0 Release Notes for Active RecordAlex Kitchens2019-04-081-0/+227
| | |/ / | |/| |
* | | | Fix GROUP BY with calculate longer name field to respect `table_alias_length`Ryuta Kamizono2019-04-086-11/+30
| |/ / |/| |
* | | depend on Zeitwerk 2Xavier Noria2019-04-076-7/+28
|/ /
* | Don't repeat same expression in SELECT and GROUP BY clausesRyuta Kamizono2019-04-061-26/+20
* | There is no need to check `null_relation?` in `empty_scope?`Ryuta Kamizono2019-04-063-1/+8
* | Association loading isn't to be affected by null relation scopingRyuta Kamizono2019-04-063-3/+31
* | Merge pull request #35868 from kamipo/association_isnt_to_be_affected_by_scop...Ryuta Kamizono2019-04-064-8/+48
|\ \
| * | Association loading isn't to be affected by scoping consistentlyRyuta Kamizono2019-04-054-8/+48
* | | The default value without loading railtie is false [ci skip] (#35881)प्रथमेश Sonpatki2019-04-051-1/+1
* | | Merge pull request #35873 from prathamesh-sonpatki/enqueuing-fixesEileen M. Uchitelle2019-04-052-2/+2
|\ \ \
| * | | Fix the deprecation warning about `config.active_job.return_false_on_aborted_...Prathamesh Sonpatki2019-04-052-2/+2