aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Change Active Storage destroy callbackskami-zh2018-01-092-2/+8
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Add 'Referrer-Policy' header to default headers setGuillermo Iguaran2018-01-083-3/+10
* | | | | | | | | | | | | | Rebuild activestorage.jsJavan Makhmali2018-01-081-1/+1
* | | | | | | | | | | | | | Work around Firefox's refusal to dispatch events on disabled elements. Fixes ...Javan Makhmali2018-01-081-1/+10
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fix attaching blobs to optimistically-locked recordsGeorge Claghorn2018-01-081-2/+2
* | | | | | | | | | | | | Merge pull request #31650 from rosa/masterGeorge Claghorn2018-01-082-4/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Allow overriding filename in `Blob#service_url`Rosa Gutierrez2018-01-082-4/+15
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #31648 from dixitp012/rubocop_active_support_testRyuta Kamizono2018-01-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix rubocop space before commaDixit Patel2018-01-081-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Remove meaningless checkyuuji.yaginuma2018-01-081-1/+1
* | | | | | | | | | | | | Merge pull request #31547 from eugeneius/use_authenticated_message_encryption...Yuji Yaginuma2018-01-083-8/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-073-8/+34
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Fix the desc for image_alt change [ci skip]Prathamesh Sonpatki2018-01-071-1/+1
* | | | | | | | | | | | | Added deprecation and removal notes for Action View [ci skip]Prathamesh Sonpatki2018-01-071-2/+5
* | | | | | | | | | | | | Added deprecations and removals notes for Action Pack [ci skip]Prathamesh Sonpatki2018-01-072-3/+6
* | | | | | | | | | | | | Added release notes for Action Cable [ci skip]Prathamesh Sonpatki2018-01-071-1/+10
* | | | | | | | | | | | | Merge pull request #31610 from prathamesh-sonpatki/improve-deprecation-msg-pr...Eileen M. Uchitelle2018-01-073-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-073-3/+3
* | | | | | | | | | | | | | Fix deleting through records when using has_many through with `source_type`Ryuta Kamizono2018-01-082-20/+29
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Document automatic width-height swapping [ci skip]George Claghorn2018-01-071-0/+2
* | | | | | | | | | | | | Remove redundant sentences [ci skip]George Claghorn2018-01-072-4/+2
* | | | | | | | | | | | | Simply use `scope.delete_all` instead of constructing delete managerRyuta Kamizono2018-01-071-8/+1
* | | | | | | | | | | | | Tweak engine for readabilityGeorge Claghorn2018-01-071-11/+13
* | | | | | | | | | | | | Make `find_nth_from_last` more performant when using reversible orderRyuta Kamizono2018-01-071-6/+5
* | | | | | | | | | | | | 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