aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30645 from yhirano55/use_application_job_instead_of_activ...Ryuta Kamizono2017-09-181-1/+1
|\
| * Use ApplicationJob instead of ActiveJob::Base in guide [ci skip]Yoshiyuki Hirano2017-09-181-1/+1
|/
* Merge pull request #30643 from gerardc/gerardc/guides-add-active-job-retrying...Ryuta Kamizono2017-09-181-0/+19
|\
| * add section to guides for discarding and retrying active jobs [ci skip]Gerard Cahill2017-09-181-0/+19
|/
* Merge pull request #30642 from ydakuka/quotesRyuta Kamizono2017-09-183-7/+7
|\
| * Fix quotes [ci skip]Yauheni Dakuka2017-09-183-7/+7
* | Merge pull request #30641 from ydakuka/js-upcaseRyuta Kamizono2017-09-181-2/+2
|\ \ | |/ |/|
| * Upcase js [ci skip]Yauheni Dakuka2017-09-181-2/+2
|/
* Merge pull request #30640 from ydakuka/patch-1Ryuta Kamizono2017-09-181-1/+1
|\
| * Remove "the" [ci skip]Yauheni Dakuka2017-09-181-1/+1
|/
* Merge pull request #26707 from jcoleman/add_attribute_names_cache_busting_specRyuta Kamizono2017-09-181-0/+2
|\
| * Add test validating that Model.attribute_names cache is bustedJames Coleman2016-10-041-0/+2
* | Remove unused delegation to `reflection.options` in `Preloader::Association`Ryuta Kamizono2017-09-182-4/+1
* | The name of the key on the associated record is abstracted as `reflection.joi...Ryuta Kamizono2017-09-185-23/+14
* | The name of the key on the owner is abstracted as `reflection.join_foreign_key`Ryuta Kamizono2017-09-184-17/+5
* | Extract `associate_records_to_owner` to refactor `Preloader::Association`Ryuta Kamizono2017-09-183-20/+14
* | Merge pull request #30639 from yhirano55/remove_unused_require_in_activestora...George Claghorn2017-09-171-2/+0
|\ \
| * | Remove unused require in ActiveStorage::VariationYoshiyuki Hirano2017-09-181-2/+0
* | | Fix collided sequence name detectionRyuta Kamizono2017-09-182-1/+44
* | | Remove the code that swapping `scope` and `options`Ryuta Kamizono2017-09-182-8/+3
|/ /
* | `id` (primary key) is not only an integer [ci skip]Ryuta Kamizono2017-09-181-1/+1
* | Ensure returning affected objects for class level `update` and `destroy`Ryuta Kamizono2017-09-182-12/+14
* | Place class level `update`, `destroy`, and `delete` in `Persistence::ClassMet...Ryuta Kamizono2017-09-183-95/+93
* | Early return if `records.empty?` in `Preloader#preload`Ryuta Kamizono2017-09-181-3/+3
* | Don't pass `reflection_scope` to `preload_scope` if `reflection.scope` isn't ...Ryuta Kamizono2017-09-181-1/+3
* | Return `through_scope` only if the scope is not empty scopeRyuta Kamizono2017-09-181-4/+2
* | Remove useless condition in `reset_association`Ryuta Kamizono2017-09-181-2/+1
* | Merge pull request #30637 from bogdanvlviv/add_round_bracket_in_5_1_release_n...Ryuta Kamizono2017-09-181-1/+1
|\ \
| * | Add missing round bracket in "Ruby on Rails 5.1 Release Notes" guidebogdanvlviv2017-09-171-1/+1
* | | Merge pull request #30633 from yhirano55/add_mini_magick_to_app_generatorRyuta Kamizono2017-09-182-0/+7
|\ \ \
| * | | Add `mini_magick` to default `Gemfile` as commentYoshiyuki Hirano2017-09-172-0/+7
* | | | Merge pull request #30632 from dixpac/fix_migration_rollback_docsRyuta Kamizono2017-09-181-2/+2
|\ \ \ \
| * | | | Fix docs describing rollback [ci skip]dixpac2017-09-171-2/+2
* | | | | Merge pull request #30630 from ydakuka/patch-1Ryuta Kamizono2017-09-171-1/+1
|\ \ \ \ \
| * | | | | Update plugins.md [ci skip]Yauheni Dakuka2017-09-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #30628 from yhirano55/add_local_option_to_message_formRyuta Kamizono2017-09-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add local option to Message form [ci skip]Yoshiyuki Hirano2017-09-171-1/+1
* | | | | Merge pull request #30626 from yhirano55/fix_activestorage_readmeKasper Timm Hansen2017-09-173-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix file missing in activestorage's example code [ci skip]Yoshiyuki Hirano2017-09-173-3/+3
| |/ / /
* | | | Merge pull request #30609 from y-yagi/add_tests_for_credentials_commandKasper Timm Hansen2017-09-171-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Add tests for credentials commandyuuji.yaginuma2017-09-151-0/+19
* | | | Merge pull request #30625 from y-yagi/remove_frozen_string_literal_from_templ...Ryuta Kamizono2017-09-1712-24/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-1712-24/+0
| |/ /
* | | Merge pull request #30617 from y-yagi/dont_expose_activestorage_routesGeorge Claghorn2017-09-162-33/+18
|\ \ \
| * | | Don't expose Active Storage routesyuuji.yaginuma2017-09-162-33/+18
| |/ /
* | | Merge pull request #30618 from y-yagi/fix_credentailsRyuta Kamizono2017-09-161-3/+3
|\ \ \
| * | | Fix typo: `credentails` -> `credentials` [ci skip]yuuji.yaginuma2017-09-161-3/+3
| |/ /
* | | Merge pull request #30608 from yhirano55/add_local_option_to_form_withKasper Timm Hansen2017-09-151-4/+4
|\ \ \ | |/ / |/| |
| * | Update Getting Started with Rails [ci skip]Yoshiyuki Hirano2017-09-151-4/+4
|/ /
* | Remove stopgap_13632 entirely for now: it doesn't support 2.2.8Matthew Draper2017-09-151-3/+0