aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Correct routing test spelling mistake.Philip Tolton2017-12-061-1/+1
|/ / / / /
* | | | | Merge pull request #31344 from kamipo/use_string_instead_of_textRyuta Kamizono2017-12-072-32/+43
|\ \ \ \ \
| * | | | | Address `ActiveRecord::NotNullViolation: OCIError: ORA-01400` for Oracle data...Yasuo Honda2017-12-071-6/+14
| * | | | | Use `:string` instead of `:text` for `JsonAttributeTest`Ryuta Kamizono2017-12-062-5/+10
| * | | | | Revert "Merge pull request #31341 from yahonda/skip_json_attribute_test"Ryuta Kamizono2017-12-061-24/+22
* | | | | | Merge pull request #27790 from domcleal/ac-params-each-yieldsRafael França2017-12-062-1/+17
|\ \ \ \ \ \
| * | | | | | Yield array from AC::Parameters#each for block with one argDominic Cleal2017-12-062-1/+17
|/ / / / / /
* | | | | | Merge pull request #31345 from yhirano55/add_assert_in_epsilon_to_testing_guideEileen M. Uchitelle2017-12-061-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add `assert_in_epsilon` to Testing guide [ci skip]Yoshiyuki Hirano2017-12-061-0/+2
* | | | | | Merge pull request #31341 from yahonda/skip_json_attribute_testSean Griffin2017-12-051-22/+24
|\ \ \ \ \ \
| * | | | | | Execute `JsonAttributeTest` only if `supports_json?` returns `true`Yasuo Honda2017-12-051-22/+24
* | | | | | | Merge pull request #31339 from lostapathy/speedup_travisGeorge Claghorn2017-12-051-4/+1
|\ \ \ \ \ \ \
| * | | | | | | only install ffmpeg and mupdf on activestorage buildsJoe Francis2017-12-051-4/+1
* | | | | | | | Merge pull request #31335 from ttanimichi/more-tests-for-webpack-optionGuillermo Iguaran2017-12-051-3/+24
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add more tests for the `--webpack` optionTsukuru Tanimichi2017-12-051-0/+19
| * | | | | | | Modify `test_webpack_option`Tsukuru Tanimichi2017-12-051-3/+5
* | | | | | | | Add missing requireyuuji.yaginuma2017-12-051-0/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #31334 from yhirano55/fix_example_code_in_active_jobRyuta Kamizono2017-12-051-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Fix example code in ActiveJob::Core [ci skip]Yoshiyuki Hirano2017-12-051-4/+10
| |/ / / / / /
* / / / / / / 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
|/ / / / / /