Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Consolidate `queue_adapter=` and `interpret_adapter` | Ryuta Kamizono | 2018-01-05 | 1 | -18/+12 | |
* | | | | Merge pull request #31637 from wagenet/patch-1 | George Claghorn | 2018-01-04 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Add missing require for `strip_heredoc` | Peter Wagenet | 2018-01-04 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Remove passing argument to singular and collection association readers | Ryuta Kamizono | 2018-01-05 | 1 | -2/+2 | |
* | | | | Move the options for deliver_later up near to the example [ci skip] | Prathamesh Sonpatki | 2018-01-04 | 1 | -12/+12 | |
* | | | | Partial revert the changing default value of `readonly_value` | Ryuta Kamizono | 2018-01-05 | 2 | -15/+3 | |
* | | | | Merge pull request #31049 from gwincr11/cg-blank | Ryuta Kamizono | 2018-01-04 | 2 | -3/+12 | |
|\ \ \ \ | ||||||
| * | | | | Add support for multiple encodings in String.blank? | Cory Gwin @gwincr11 | 2017-11-17 | 2 | -3/+12 | |
* | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti... | Ryuta Kamizono | 2018-01-04 | 3 | -6/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | `assert_changes` should always assert some change | Daniel Ma | 2017-11-13 | 3 | -5/+22 | |
* | | | | | | Fix newly added reflection order when redefining association | Ryuta Kamizono | 2018-01-04 | 3 | -4/+5 | |
* | | | | | | Merge pull request #31594 from yuki24/refactor-request-test | Eileen M. Uchitelle | 2018-01-04 | 1 | -89/+75 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use more realistic setup rather than stubbing | Yuki Nishijima | 2017-12-29 | 1 | -89/+75 | |
* | | | | | | | Deprecate `valid_alter_table_type?` in sqlite3 adapter | Ryuta Kamizono | 2018-01-04 | 2 | -7/+16 | |
* | | | | | | | Configure previewer/analyzer command paths centrally | George Claghorn | 2018-01-03 | 5 | -23/+15 | |
* | | | | | | | Correctly handle infinity value in PostgreSQL range type | yuuji.yaginuma | 2018-01-04 | 3 | -2/+22 | |
* | | | | | | | Merge pull request #31632 from fatkodima/configuring.md-fix | Ryuta Kamizono | 2018-01-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move `config.action_view.cache_template_loading` to proper section in configu... | fatkodima | 2018-01-03 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Exclude ActiveStorage::SetBlob from API docs [ci skip] | George Claghorn | 2018-01-02 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #31331 from dinahshi/postgresql_bulk_update | Matthew Draper | 2018-01-03 | 4 | -13/+68 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add bulk alter support for PostgreSQL | Dinah Shi | 2017-12-06 | 4 | -13/+68 | |
* | | | | | | | | Merge pull request #25456 from ojab/master | Ryuta Kamizono | 2018-01-03 | 2 | -4/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove dormant check | ojab | 2016-06-21 | 1 | -3/+1 | |
* | | | | | | | | | Remove undefined `track_deletion` callback [ci skip] | Ryuta Kamizono | 2018-01-03 | 1 | -3/+0 | |
* | | | | | | | | | Merge pull request #27561 from fishbrain/count-all-in-has-many-association | Ryuta Kamizono | 2018-01-03 | 4 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use `count(:all)` in HasManyAssociation#count_records | Klas Eskilson | 2017-02-07 | 4 | -1/+16 | |
* | | | | | | | | | | Merge pull request #29018 from willbryant/missing_attributes_after_save | Ryuta Kamizono | 2018-01-03 | 2 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fix the dirty tracking code's save hook overwriting missing attributes with i... | Will Bryant | 2017-05-10 | 2 | -0/+11 | |
* | | | | | | | | | | | Restore support for the -layers transformation | George Claghorn | 2018-01-02 | 3 | -14/+22 | |
* | | | | | | | | | | | Avoid Minitest 5.11.0 for now | yuuji.yaginuma | 2018-01-02 | 2 | -1/+3 | |
* | | | | | | | | | | | Revert unintentional change in 41e3bbd | Javan Makhmali | 2018-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Improve `preventDefault` fix for rails-ujs | Javan Makhmali | 2018-01-01 | 1 | -6/+11 | |
* | | | | | | | | | | | Active Record: Bump license years for 2018 [ci skip] | Ryuta Kamizono | 2018-01-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Refactor to `Array(options[:on])` only once in defining validations | Ryuta Kamizono | 2018-01-01 | 2 | -11/+13 | |
* | | | | | | | | | | | Add test case for `collection_singular_ids` with symbol primary keys | Ryuta Kamizono | 2018-01-01 | 2 | -1/+9 | |
* | | | | | | | | | | | Remove `association_primary_key_type` from `AssociationReflection` and `Throu... | Ryuta Kamizono | 2018-01-01 | 3 | -19/+2 | |
* | | | | | | | | | | | Added Railties deprecations in 5.2 release notes [ci skip] | Prathamesh Sonpatki | 2018-01-01 | 1 | -2/+13 | |
* | | | | | | | | | | | Refactor delegating `join_primary_key` instead of `join_keys` and `associatio... | Ryuta Kamizono | 2018-01-01 | 4 | -6/+5 | |
* | | | | | | | | | | | Merge pull request #31606 from yhirano55/bump_license_years_for_2018 | Arun Agrawal | 2017-12-31 | 21 | -21/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 21 | -21/+21 | |
* | | | | | | | | | | | | Expose ActiveStorage::Analyzer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | Expose ActiveStorage::Previewer#logger in API docs [ci skip] | George Claghorn | 2017-12-31 | 1 | -2/+2 | |
* | | | | | | | | | | | | Suppress noise from drawing command invocations | George Claghorn | 2017-12-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #31575 from bogdan/bugfix-has-many-reattachment | Ryuta Kamizono | 2018-01-01 | 3 | -13/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Bugfix foreign key replacement in inverse association | Bogdan Gusiev | 2017-12-27 | 3 | -13/+17 | |
* | | | | | | | | | | | | | Merge pull request #31310 from kinnrot/duration-modulo | Ryuta Kamizono | 2018-01-01 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Empty duration inspect fix | Chen Kinnrot | 2017-12-13 | 2 | -1/+5 | |
* | | | | | | | | | | | | | | Append extension to tempfile name | George Claghorn | 2017-12-31 | 3 | -2/+23 | |
* | | | | | | | | | | | | | | Merge pull request #31607 from fatkodima/fix-sqlite-partial-indexes | Ryuta Kamizono | 2018-01-01 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix recreating partial indexes after alter table for sqlite | fatkodima | 2017-12-31 | 2 | -0/+18 | |
|/ / / / / / / / / / / / / |