aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Fix method name in `validate_constraint` doc [ci skip]yuuji.yaginuma2017-12-021-1/+1
| * | | | | | | | | Merge pull request #27756 from travisofthenorth/validate-foreign-keysMatthew Draper2017-12-028-1/+152
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-018-1/+152
| * | | | | | | | | Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-014-4/+32
| |/ / / / / / / /
| * | | | | | | | Remove unpaired `}` [ci skip]Ryuta Kamizono2017-12-011-2/+1
| * | | | | | | | Tweaks CHANGELOGs [ci skip]Ryuta Kamizono2017-12-012-3/+3
| * | | | | | | | Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...Matthew Draper2017-12-019-20/+115
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-309-20/+115
| * | | | | | | | | Merge pull request #31241 from matthewd/no-after-forkMatthew Draper2017-12-011-23/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Drop the before_fork/on_worker_boot adviceMatthew Draper2017-11-271-23/+1
| * | | | | | | | | | Remove unnecessary scopingRyuta Kamizono2017-12-011-1/+1
| * | | | | | | | | | Class level `update` and `destroy` checks all the records exist before making...Ryuta Kamizono2017-12-012-13/+41
| * | | | | | | | | | Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4
| * | | | | | | | | | Maintain raising `RecordNotFound` for class level `update` and` destroy`Ryuta Kamizono2017-12-012-6/+21
| * | | | | | | | | | Merge pull request #31293 from ydakuka/fix-gemfile-guidesYuji Yaginuma2017-12-0111-28/+28
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Cosmetic changes [ci skip]Yauheni Dakuka2017-11-3011-28/+28
| * | | | | | | | | | | Merge pull request #31296 from dixitp012/configuration_update_linksRyuta Kamizono2017-12-011-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [ci skip] Updated links for uncorn which redirect & added https for nginx linkDixit Patel2017-11-301-3/+3
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #31292 from noahd1/patch-1Rafael França2017-11-301-0/+22
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Keep current Code Climate behavior before upgradeNoah Davis2017-11-291-0/+22
| | |/ / / / / / / / / /
| * | | | | | | | | | | Add changelog entry for 9d6e28eileencodes2017-11-301-0/+12
| * | | | | | | | | | | Merge pull request #31300 from aried3r/ar/move_test_dependencies_to_test_groupEileen M. Uchitelle2017-11-301-7/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Move system test dependencies to test groupAnton Rieder2017-11-301-7/+10
| |/ / / / / / / / / /
* | | | | | | | | | | Incorporate latest round of feedbackJeffrey Guenther2017-12-041-57/+67
* | | | | | | | | | | Change info to noteJeffrey Guenther2017-11-301-1/+9
* | | | | | | | | | | Adds Javan's event exampleJeffrey Guenther2017-11-301-2/+98
* | | | | | | | | | | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-11-30172-676/+2670
|\| | | | | | | | | |
| * | | | | | | | | | Do not overwrite by default if credentials already existsyuuji.yaginuma2017-11-302-2/+12
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Add :nodoc: to `StatementPool` which is internal used [ci skip]Ryuta Kamizono2017-11-302-4/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Build the root folder before specific filesRafael Mendonça França2017-11-291-8/+8
| * | | | | | | | Make screenshots default to "simple" formateileencodes2017-11-292-10/+13
| * | | | | | | | Merge pull request #31214 from chopraanmol1/bug_fix_has_one_inverse_owner_rel...Eileen M. Uchitelle2017-11-293-0/+17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Inverse instance should not be reloaded during autosave if called in validationAnmol Chopra2017-11-273-0/+17
| * | | | | | | | | Merge pull request #31272 from y-yagi/use_credentials_instead_of_keyfile_in_gcsGeorge Claghorn2017-11-295-21/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-295-21/+23
| * | | | | | | | | | Mention about Ruby 2.4 Unicode case mappings in `mb_chars` example [ci skip] ...Ryuta Kamizono2017-11-291-1/+3
| * | | | | | | | | | Fix tests: Remove ogx mime type from testsGuillermo Iguaran2017-11-291-1/+1
| * | | | | | | | | | Fix typo in mime type registeringGuillermo Iguaran2017-11-291-1/+1
| * | | | | | | | | | Restore mpeg mime type, delete less common mime typesGuillermo Iguaran2017-11-291-9/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Register "audio/mp4" mime type with :m4a symbolGuillermo Iguaran2017-11-291-1/+1
| * | | | | | | | | Merge pull request #31274 from dixitp012/correct_output_for_upcaseRyuta Kamizono2017-11-291-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ci skip] Correct output for UpcaseDixit Patel2017-11-291-1/+1
| * | | | | | | | | | Merge pull request #31251 from rails/preload_link_tagGuillermo Iguaran2017-11-297-8/+128
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Update send_file headers test to use mp4 as example instead of mpgGuillermo Iguaran2017-11-281-1/+1
| | * | | | | | | | | Register most popular audio/video/font mime types supported by modern browsersGuillermo Iguaran2017-11-283-7/+29
| | * | | | | | | | | Add preload_link_tag helper.Guillermo Iguaran2017-11-283-0/+98
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #31268 from tjschuck/refactor_prev_next_occurringRafael França2017-11-283-26/+32
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-283-26/+32
| * | | | | | | | | Merge pull request #31270 from tjschuck/deprecation_example_code_formattingYuji Yaginuma2017-11-292-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Formatting fix for example codeT.J. Schuck2017-11-282-2/+2
| |/ / / / / / / /