aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix `last` with `offset` to behave consistently with loaded relationRyuta Kamizono2018-01-072-9/+5
* Fix `pluck` with eager loading to respect `offset`Ryuta Kamizono2018-01-072-1/+6
* Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379Ryuta Kamizono2018-01-072-9/+4
* Merge pull request #31639 from rosa/masterGeorge Claghorn2018-01-055-2/+36
|\
| * Force content disposition to attachment for specific content typesRosa Gutierrez2018-01-055-2/+36
|/
* Consolidate `queue_adapter=` and `interpret_adapter`Ryuta Kamizono2018-01-051-18/+12
* Merge pull request #31637 from wagenet/patch-1George Claghorn2018-01-041-0/+1
|\
| * Add missing require for `strip_heredoc`Peter Wagenet2018-01-041-0/+1
|/
* Remove passing argument to singular and collection association readersRyuta Kamizono2018-01-051-2/+2
* Move the options for deliver_later up near to the example [ci skip]Prathamesh Sonpatki2018-01-041-12/+12
* Partial revert the changing default value of `readonly_value`Ryuta Kamizono2018-01-052-15/+3
* Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-042-3/+12
|\
| * Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-172-3/+12
* | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-043-6/+24
|\ \
| * | `assert_changes` should always assert some changeDaniel Ma2017-11-133-5/+22
* | | Fix newly added reflection order when redefining associationRyuta Kamizono2018-01-043-4/+5
* | | Merge pull request #31594 from yuki24/refactor-request-testEileen M. Uchitelle2018-01-041-89/+75
|\ \ \
| * | | Use more realistic setup rather than stubbingYuki Nishijima2017-12-291-89/+75
* | | | Deprecate `valid_alter_table_type?` in sqlite3 adapterRyuta Kamizono2018-01-042-7/+16
* | | | Configure previewer/analyzer command paths centrallyGeorge Claghorn2018-01-035-23/+15
* | | | Correctly handle infinity value in PostgreSQL range typeyuuji.yaginuma2018-01-043-2/+22
* | | | Merge pull request #31632 from fatkodima/configuring.md-fixRyuta Kamizono2018-01-041-2/+2
|\ \ \ \
| * | | | Move `config.action_view.cache_template_loading` to proper section in configu...fatkodima2018-01-031-2/+2
|/ / / /
* | | | Exclude ActiveStorage::SetBlob from API docs [ci skip]George Claghorn2018-01-021-1/+1
* | | | Merge pull request #31331 from dinahshi/postgresql_bulk_updateMatthew Draper2018-01-034-13/+68
|\ \ \ \
| * | | | Add bulk alter support for PostgreSQLDinah Shi2017-12-064-13/+68
* | | | | Merge pull request #25456 from ojab/masterRyuta Kamizono2018-01-032-4/+2
|\ \ \ \ \
| * | | | | Remove dormant checkojab2016-06-211-3/+1
* | | | | | Remove undefined `track_deletion` callback [ci skip]Ryuta Kamizono2018-01-031-3/+0
* | | | | | Merge pull request #27561 from fishbrain/count-all-in-has-many-associationRyuta Kamizono2018-01-034-1/+16
|\ \ \ \ \ \
| * | | | | | Use `count(:all)` in HasManyAssociation#count_recordsKlas Eskilson2017-02-074-1/+16
* | | | | | | Merge pull request #29018 from willbryant/missing_attributes_after_saveRyuta Kamizono2018-01-032-0/+11
|\ \ \ \ \ \ \
| * | | | | | | fix the dirty tracking code's save hook overwriting missing attributes with i...Will Bryant2017-05-102-0/+11
* | | | | | | | Restore support for the -layers transformationGeorge Claghorn2018-01-023-14/+22
* | | | | | | | Avoid Minitest 5.11.0 for nowyuuji.yaginuma2018-01-022-1/+3
* | | | | | | | Revert unintentional change in 41e3bbdJavan Makhmali2018-01-011-1/+1
* | | | | | | | Improve `preventDefault` fix for rails-ujsJavan Makhmali2018-01-011-6/+11
* | | | | | | | Active Record: Bump license years for 2018 [ci skip]Ryuta Kamizono2018-01-011-1/+1
* | | | | | | | Refactor to `Array(options[:on])` only once in defining validationsRyuta Kamizono2018-01-012-11/+13
* | | | | | | | Add test case for `collection_singular_ids` with symbol primary keysRyuta Kamizono2018-01-012-1/+9
* | | | | | | | Remove `association_primary_key_type` from `AssociationReflection` and `Throu...Ryuta Kamizono2018-01-013-19/+2
* | | | | | | | Added Railties deprecations in 5.2 release notes [ci skip]Prathamesh Sonpatki2018-01-011-2/+13
* | | | | | | | Refactor delegating `join_primary_key` instead of `join_keys` and `associatio...Ryuta Kamizono2018-01-014-6/+5
* | | | | | | | Merge pull request #31606 from yhirano55/bump_license_years_for_2018Arun Agrawal2017-12-3121-21/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump license years for 2018Yoshiyuki Hirano2017-12-3121-21/+21
* | | | | | | | | Expose ActiveStorage::Analyzer#logger in API docs [ci skip]George Claghorn2017-12-311-1/+1
* | | | | | | | | Expose ActiveStorage::Previewer#logger in API docs [ci skip]George Claghorn2017-12-311-2/+2
* | | | | | | | | Suppress noise from drawing command invocationsGeorge Claghorn2017-12-311-1/+1
* | | | | | | | | Merge pull request #31575 from bogdan/bugfix-has-many-reattachmentRyuta Kamizono2018-01-013-13/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bugfix foreign key replacement in inverse associationBogdan Gusiev2017-12-273-13/+17