aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CSP copy boolean directives (#31326)Simon Dawson2017-12-052-5/+10
* Merge pull request #31279 from ttanimichi/tests-for-webpack-optionGuillermo Iguaran2017-12-041-0/+14
|\
| * Add tests for the `--webpack` optionTsukuru Tanimichi2017-12-041-0/+14
* | `current_version` should catch `NoDatabaseError` from `get_all_versions`Ryuta Kamizono2017-12-041-12/+5
* | Merge pull request #31322 from bogdanvlviv/update-active_record_querying-guideSean Griffin2017-12-031-9/+9
|\ \
| * | Update "Active Record Query Interface" guide [ci skip]bogdanvlviv2017-12-041-9/+9
* | | Embrace the instantiation in loving parens <3Kasper Timm Hansen2017-12-031-1/+2
* | | Merge pull request #31146 from mikeycgto/actiondispatch-cookie-store-test-upd...Kasper Timm Hansen2017-12-031-41/+83
|\ \ \
| * | | Update cookie_store_test to use encrypted cookiesMichael Coyne2017-11-271-41/+83
* | | | Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s...Kasper Timm Hansen2017-12-034-3/+43
|\ \ \ \
| * | | | Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-034-3/+43
| | |/ / | |/| |
* | | | Fix instrumention name: delete_prefixed like the others.Kasper Timm Hansen2017-12-031-1/+1
* | | | SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)Ryuta Kamizono2017-12-032-5/+18
* | | | Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-036-13/+9
* | | | `change_column_default` should be executed after type changingRyuta Kamizono2017-12-033-16/+20
* | | | Purge variants with their blobsGeorge Claghorn2017-12-0210-31/+107
* | | | Merge pull request #31314 from claudiob/fix-typoYuji Yaginuma2017-12-031-1/+1
|\ \ \ \
| * | | | Fix typo in test error messageclaudiob2017-12-021-1/+1
* | | | | Fix `s/klass.connection/connection/`Ryuta Kamizono2017-12-031-1/+1
* | | | | Fix `test_add_column_with_timestamp_type` failureRyuta Kamizono2017-12-032-7/+8
| |/ / / |/| | |
* | | | Extract duplicated index column options normalization as `options_for_index_c...Ryuta Kamizono2017-12-035-46/+34
* | | | Fix warning: assigned but unused variable - tRyuta Kamizono2017-12-031-1/+1
* | | | Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-039-33/+67
|/ / /
* | | Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-036-61/+107
|\ \ \
| * | | Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-026-61/+107
* | | | Merge pull request #31312 from willnet/add-a-missing-space-before-closing-cur...Yuji Yaginuma2017-12-021-1/+1
|\ \ \ \
| * | | | [ci skip] Add a missing space before closing curly braceswillnet2017-12-021-1/+1
|/ / / /
* | | | Fix method name in `validate_constraint` doc [ci skip]yuuji.yaginuma2017-12-021-1/+1
* | | | Merge pull request #27756 from travisofthenorth/validate-foreign-keysMatthew Draper2017-12-028-1/+152
|\ \ \ \
| * | | | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-018-1/+152
* | | | | Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-014-4/+32
|/ / / /
* | | | Remove unpaired `}` [ci skip]Ryuta Kamizono2017-12-011-2/+1
* | | | Tweaks CHANGELOGs [ci skip]Ryuta Kamizono2017-12-012-3/+3
* | | | Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...Matthew Draper2017-12-019-20/+115
|\ \ \ \
| * | | | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-309-20/+115
* | | | | Merge pull request #31241 from matthewd/no-after-forkMatthew Draper2017-12-011-23/+1
|\ \ \ \ \
| * | | | | Drop the before_fork/on_worker_boot adviceMatthew Draper2017-11-271-23/+1
* | | | | | Remove unnecessary scopingRyuta Kamizono2017-12-011-1/+1
* | | | | | Class level `update` and `destroy` checks all the records exist before making...Ryuta Kamizono2017-12-012-13/+41
* | | | | | Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4
* | | | | | Maintain raising `RecordNotFound` for class level `update` and` destroy`Ryuta Kamizono2017-12-012-6/+21
* | | | | | Merge pull request #31293 from ydakuka/fix-gemfile-guidesYuji Yaginuma2017-12-0111-28/+28
|\ \ \ \ \ \
| * | | | | | Cosmetic changes [ci skip]Yauheni Dakuka2017-11-3011-28/+28
* | | | | | | Merge pull request #31296 from dixitp012/configuration_update_linksRyuta Kamizono2017-12-011-3/+3
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Updated links for uncorn which redirect & added https for nginx linkDixit Patel2017-11-301-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #31292 from noahd1/patch-1Rafael França2017-11-301-0/+22
|\ \ \ \ \ \ \
| * | | | | | | Keep current Code Climate behavior before upgradeNoah Davis2017-11-291-0/+22
| |/ / / / / /
* | | | | | | Add changelog entry for 9d6e28eileencodes2017-11-301-0/+12
* | | | | | | Merge pull request #31300 from aried3r/ar/move_test_dependencies_to_test_groupEileen M. Uchitelle2017-11-301-7/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Move system test dependencies to test groupAnton Rieder2017-11-301-7/+10
|/ / / / / /