Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #31365 from bogdanvlviv/add-headless_firefox-driver-to-sys... | Eileen M. Uchitelle | 2017-12-07 | 7 | -4/+42 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add headless firefox driver to System Tests | bogdanvlviv | 2017-12-07 | 7 | -4/+42 | |
* | | | | | | Fix `scope_for_create` to do not lose polymorphic associations | Ryuta Kamizono | 2017-12-08 | 3 | -3/+26 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite | Eileen M. Uchitelle | 2017-12-07 | 2 | -1/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix sqlite migrations with custom primary keys | Ashley Ellis Pierce | 2017-12-06 | 2 | -1/+23 | |
* | | | | | | Merge pull request #31358 from yhirano55/made_example_codes_inherit_applicati... | Andrew White | 2017-12-07 | 1 | -5/+5 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | [ci skip] Make Todo classes inherit ApplicationRecord | Yoshiyuki Hirano | 2017-12-07 | 1 | -5/+5 | |
* | | | | | | Merge pull request #31350 from ptolts/correct_test_spelling | Yuji Yaginuma | 2017-12-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Correct routing test spelling mistake. | Philip Tolton | 2017-12-06 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #31344 from kamipo/use_string_instead_of_text | Ryuta Kamizono | 2017-12-07 | 2 | -32/+43 | |
|\ \ \ \ \ | ||||||
| * | | | | | Address `ActiveRecord::NotNullViolation: OCIError: ORA-01400` for Oracle data... | Yasuo Honda | 2017-12-07 | 1 | -6/+14 | |
| * | | | | | Use `:string` instead of `:text` for `JsonAttributeTest` | Ryuta Kamizono | 2017-12-06 | 2 | -5/+10 | |
| * | | | | | Revert "Merge pull request #31341 from yahonda/skip_json_attribute_test" | Ryuta Kamizono | 2017-12-06 | 1 | -24/+22 | |
* | | | | | | Merge pull request #27790 from domcleal/ac-params-each-yields | Rafael França | 2017-12-06 | 2 | -1/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Yield array from AC::Parameters#each for block with one arg | Dominic Cleal | 2017-12-06 | 2 | -1/+17 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #31345 from yhirano55/add_assert_in_epsilon_to_testing_guide | Eileen M. Uchitelle | 2017-12-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add `assert_in_epsilon` to Testing guide [ci skip] | Yoshiyuki Hirano | 2017-12-06 | 1 | -0/+2 | |
* | | | | | | Merge pull request #31341 from yahonda/skip_json_attribute_test | Sean Griffin | 2017-12-05 | 1 | -22/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Execute `JsonAttributeTest` only if `supports_json?` returns `true` | Yasuo Honda | 2017-12-05 | 1 | -22/+24 | |
* | | | | | | | Merge pull request #31339 from lostapathy/speedup_travis | George Claghorn | 2017-12-05 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | only install ffmpeg and mupdf on activestorage builds | Joe Francis | 2017-12-05 | 1 | -4/+1 | |
* | | | | | | | | Merge pull request #31335 from ttanimichi/more-tests-for-webpack-option | Guillermo Iguaran | 2017-12-05 | 1 | -3/+24 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add more tests for the `--webpack` option | Tsukuru Tanimichi | 2017-12-05 | 1 | -0/+19 | |
| * | | | | | | | Modify `test_webpack_option` | Tsukuru Tanimichi | 2017-12-05 | 1 | -3/+5 | |
* | | | | | | | | Add missing require | yuuji.yaginuma | 2017-12-05 | 1 | -0/+2 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #31334 from yhirano55/fix_example_code_in_active_job | Ryuta Kamizono | 2017-12-05 | 1 | -4/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix example code in ActiveJob::Core [ci skip] | Yoshiyuki Hirano | 2017-12-05 | 1 | -4/+10 | |
| |/ / / / / / | ||||||
* / / / / / / | Fix CSP copy boolean directives (#31326) | Simon Dawson | 2017-12-05 | 2 | -5/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #31279 from ttanimichi/tests-for-webpack-option | Guillermo Iguaran | 2017-12-04 | 1 | -0/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add tests for the `--webpack` option | Tsukuru Tanimichi | 2017-12-04 | 1 | -0/+14 | |
* | | | | | | `current_version` should catch `NoDatabaseError` from `get_all_versions` | Ryuta Kamizono | 2017-12-04 | 1 | -12/+5 | |
* | | | | | | Merge pull request #31322 from bogdanvlviv/update-active_record_querying-guide | Sean Griffin | 2017-12-03 | 1 | -9/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update "Active Record Query Interface" guide [ci skip] | bogdanvlviv | 2017-12-04 | 1 | -9/+9 | |
* | | | | | | | Embrace the instantiation in loving parens <3 | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #31146 from mikeycgto/actiondispatch-cookie-store-test-upd... | Kasper Timm Hansen | 2017-12-03 | 1 | -41/+83 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update cookie_store_test to use encrypted cookies | Michael Coyne | 2017-11-27 | 1 | -41/+83 | |
* | | | | | | | | Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s... | Kasper Timm Hansen | 2017-12-03 | 4 | -3/+43 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make `Migrator.current_version` work without a current database | yuuji.yaginuma | 2017-12-03 | 4 | -3/+43 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Fix instrumention name: delete_prefixed like the others. | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+1 | |
* | | | | | | | | SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379) | Ryuta Kamizono | 2017-12-03 | 2 | -5/+18 | |
* | | | | | | | | Emulate JSON types for SQLite3 adapter (#29664) | Ryuta Kamizono | 2017-12-03 | 6 | -13/+9 | |
* | | | | | | | | `change_column_default` should be executed after type changing | Ryuta Kamizono | 2017-12-03 | 3 | -16/+20 | |
* | | | | | | | | Purge variants with their blobs | George Claghorn | 2017-12-02 | 10 | -31/+107 | |
* | | | | | | | | Merge pull request #31314 from claudiob/fix-typo | Yuji Yaginuma | 2017-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typo in test error message | claudiob | 2017-12-02 | 1 | -1/+1 | |
* | | | | | | | | | Fix `s/klass.connection/connection/` | Ryuta Kamizono | 2017-12-03 | 1 | -1/+1 | |
* | | | | | | | | | Fix `test_add_column_with_timestamp_type` failure | Ryuta Kamizono | 2017-12-03 | 2 | -7/+8 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Extract duplicated index column options normalization as `options_for_index_c... | Ryuta Kamizono | 2017-12-03 | 5 | -46/+34 | |
* | | | | | | | | Fix warning: assigned but unused variable - t | Ryuta Kamizono | 2017-12-03 | 1 | -1/+1 | |
* | | | | | | | | Refactor `length`, `order`, and `opclass` index options dumping | Ryuta Kamizono | 2017-12-03 | 9 | -33/+67 | |
|/ / / / / / / |