aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the same version of Rubocop as Code Climateyuuji.yaginuma2018-11-091-3/+3
* Deprecate `t.indexes = [...]` which is not by designRyuta Kamizono2018-11-091-2/+5
* Refactor to initialize `TableDefinition` by kwargsRyuta Kamizono2018-11-092-4/+14
* Test prepared statement cache only if prepared statements is enabledRyuta Kamizono2018-11-091-1/+1
* PostgreSQL: Properly quote all `Infinity` and `NaN`Ryuta Kamizono2018-11-092-6/+26
* Merge pull request #31382 from fatkodima/create_table-if_not_existsAndrew White2018-11-085-4/+59
|\
| * Add an :if_not_exists option to create_tablefatkodima2018-11-085-4/+59
* | Merge pull request #34407 from bogdanvlviv/remove-extra-arg-expected_databaseRyuta Kamizono2018-11-081-5/+5
|\ \
| * | Remove unused argument `expected_database`bogdanvlviv2018-11-081-5/+5
| |/
* | Merge pull request #34406 from yahonda/use_rubocop_0_60_0Ryuta Kamizono2018-11-082-4/+1
|\ \ | |/ |/|
| * Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze`Yasuo Honda2018-11-082-4/+1
|/
* Compile packs for testyuuji.yaginuma2018-11-081-2/+4
* Merge pull request #34385 from christophemaximin/guard-enum-empty-keysRyuta Kamizono2018-11-083-0/+26
|\
| * Guard Enums against definitions with blank label namesChristophe Maximin2018-11-073-1/+27
* | Fix broken CHANGELOG markup [ci skip]Ryuta Kamizono2018-11-083-5/+5
|/
* Merge pull request #34181 from gmcgibbon/db_schema_cache_dump_and_clear_multi_dbEileen M. Uchitelle2018-11-074-5/+57
|\
| * Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-074-5/+57
|/
* Merge pull request #34393 from eugeneius/always_add_to_parent_transactionRyuta Kamizono2018-11-072-1/+12
|\
| * Always add records to parent of nested transactionEugene Kenny2018-11-072-1/+12
* | Merge pull request #34387 from yhirano55/rails_info_properties_jsonRyuta Kamizono2018-11-075-2/+37
|\ \ | |/ |/|
| * Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-075-2/+37
* | Merge pull request #34392 from gmcgibbon/gem_security_note_amendRafael França2018-11-0611-31/+31
|\ \
| * | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-0611-31/+31
* | | Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializerGuillermo Iguaran2018-11-062-0/+15
|\ \ \ | |/ / |/| |
| * | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-042-0/+15
* | | Merge pull request #34388 from gmcgibbon/gem_security_noteKasper Timm Hansen2018-11-0611-0/+35
|\ \ \ | |_|/ |/| |
| * | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-0611-0/+35
|/ /
* | Merge pull request #34384 from eugeneius/inspect_with_non_primary_key_id_attr...Ryuta Kamizono2018-11-065-3/+26
|\ \
| * | Fix inspect with non-primary key id attributeEugene Kenny2018-11-065-3/+26
|/ /
* | Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptionsEileen M. Uchitelle2018-11-051-1/+8
|\ \
| * | resque errors caused by Marshal dump failures and wrap exceptions in marshall...Lachlan Sylvester2018-10-091-1/+8
* | | Merge pull request #34377 from nickcoyne/nickcoyne-patch-1Vipul A M2018-11-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix typoNick Coyne2018-11-051-1/+1
|/ /
* | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | Move `resolve_sti_reflections` which is table row related code into `TableRow`Ryuta Kamizono2018-11-032-89/+78
* | Don't pass useless `table_name` to `ModelMetadata.new`Ryuta Kamizono2018-11-033-13/+4
* | Don't pass unused `connection` to `FixtureSet.new`Ryuta Kamizono2018-11-032-14/+11
* | Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-034-8/+24
* | Merge pull request #34177 from rmacklin/convert-actioncable-to-es2015Javan Makhmali2018-11-0222-479/+3054
|\ \
| * | Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-0216-302/+2748
| * | Refactor decaffeinate output to more natural/idiomatic javascriptRichard Macklin2018-11-026-279/+228
| * | Run decaffeinate on action_cable/*.jsRichard Macklin2018-11-026-401/+581
| * | Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-026-0/+0
|/ /
* | Merge pull request #34360 from weilandia/34359_hash_with_indifferent_access_t...Rafael França2018-11-013-0/+13
|\ \
| * | Make #to_options an alias for #symbolize_keysNick Weiland2018-11-013-0/+13
* | | Merge pull request #34361 from esparta/update_sample_callback_before_destroyRyuta Kamizono2018-11-011-1/+1
|\ \ \ | |/ / |/| |
| * | Updating sample code on ActiveRecord#before_destroy callback [ci skip]Espartaco Palma2018-10-311-1/+1
|/ /
* | Merge pull request #34356 from gmcgibbon/docs_i18n_with_locale_threadsafeRafael França2018-10-311-15/+23
|\ \
| * | Make i18n locale setting docs use around_actionGannon McGibbon2018-10-311-15/+23
* | | Fix "warning: shadowing outer local variable - role"Ryuta Kamizono2018-10-311-9/+13