aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 5.2 developmentMatthew Draper2017-03-2234-2447/+90
* Merge pull request #28056 from sngeth/wrap_store_accessors_in_paramsRafael França2017-03-212-1/+18
|\
| * Wrap store accessors in parametersSid Ngeth2017-03-212-1/+18
* | Fix test assertionRafael Mendonça França2017-03-211-1/+1
* | Fix test that was asserting the wrong thingRafael Mendonça França2017-03-211-1/+1
|/
* Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-212-15/+5
* Merge pull request #28450 from adamgamble/bug_fix/fix_typo_in_actionviewRafael França2017-03-211-1/+1
|\
| * Fix typo in actionview error messageadamgamble2017-03-171-1/+1
* | Merge pull request #28497 from jhawthorn/unscope_specific_where_valueAndrew White2017-03-212-2/+10
|\ \
| * | Fix where_clause#except with specific where valueJohn Hawthorn2017-03-202-2/+10
* | | Remove 5.0.0 entry from 5.1.0 CHANGELOG [ci skip]claudiob2017-03-201-4/+0
* | | Merge pull request #28498 from Erol/fix-typo-in-caching-guideJon Moss2017-03-201-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in Caching with Rails Guide [skip ci]Erol Fornoles2017-03-211-1/+1
|/ /
* | Update the maintenance policy [ci skip]Rafael Mendonça França2017-03-201-3/+3
* | Default to yielding a `form` variable.Kasper Timm Hansen2017-03-202-12/+12
* | Merge pull request #28406 from chukitow/feature/user-form-with-instead-of-for...Kasper Timm Hansen2017-03-201-1/+1
|\ \
| * | disable remote submitsIvan Velasquez2017-03-141-1/+1
| * | user form with instead of form for in scaffold generatorIvan Velasquez2017-03-131-1/+1
* | | Merge pull request #28474 from kamipo/fix_extension_with_darty_targetKasper Timm Hansen2017-03-203-2/+12
|\ \ \
| * | | Fix extension method with dirty target in has_many associationsRyuta Kamizono2017-03-203-2/+12
* | | | Merge pull request #28487 from kamipo/remove_duplicated_columns_definitionRafael França2017-03-202-11/+5
|\ \ \ \
| * | | | Remove duplicated `columns` definitionRyuta Kamizono2017-03-202-11/+5
| |/ / /
* | | | Fix the blog post template headerRafael Mendonça França2017-03-201-1/+1
* | | | Merge pull request #28486 from y-yagi/add_app_update_for_rails_engineRafael França2017-03-205-1/+51
|\ \ \ \
| * | | | Add `app:update` task to enginesyuuji.yaginuma2017-03-205-1/+51
| |/ / /
* | | | Merge pull request #28473 from kamipo/delegate_uniq_to_recordsRafael França2017-03-204-20/+20
|\ \ \ \
| * | | | Use `load` rather than `collect` for force loadingRyuta Kamizono2017-03-194-20/+20
* | | | | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_bindsRafael França2017-03-202-1/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix `select_all` with legacy `binds`Ryuta Kamizono2017-02-122-1/+14
* | | | | Merge pull request #28481 from y-yagi/fix_warningKasper Timm Hansen2017-03-201-3/+3
|\ \ \ \ \
| * | | | | Fix `warning: character class has duplicated range`yuuji.yaginuma2017-03-201-3/+3
* | | | | | Merge pull request #28479 from kamipo/evaluate_default_block_only_when_necessaryKasper Timm Hansen2017-03-203-4/+4
|\ \ \ \ \ \
| * | | | | | Evaluate the default block only when necessaryRyuta Kamizono2017-03-202-3/+3
| | |_|/ / / | |/| | | |
| * | | | | Delegate `uniq` to `records`Ryuta Kamizono2017-03-181-1/+1
* | | | | | Merge pull request #28482 from y-yagi/fix_changelog_entry_about_transaction_e...Richard Schneeman2017-03-191-1/+1
|\ \ \ \ \ \
| * | | | | | Fix changelog entry about transaction error classes [ci skip]yuuji.yaginuma2017-03-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #28475 from y-yagi/correctly_check_whether_key_is_definedMatthew Draper2017-03-203-4/+16
|\ \ \ \ \ \
| * | | | | | Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-193-4/+16
| |/ / / / /
* | | | | | Merge pull request #28477 from spdawson/patch-3Jon Moss2017-03-191-1/+1
|\ \ \ \ \ \
| * | | | | | Remove stray back-end from ActiveJob Basics guideSimon Dawson2017-03-191-1/+1
| |/ / / / /
* | | | | | Merge pull request #28476 from spdawson/patch-2Jon Moss2017-03-191-13/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Minor grammar fixes for Rails 5.1 release notesSimon Dawson2017-03-191-13/+15
|/ / / / /
* | | | | Update some jquery-ujs references to rails-ujsJon Moss2017-03-183-10/+10
* | | | | Add link to rails-ujs/dropping jQuery PRJon Moss2017-03-181-0/+2
* | | | | Add link to Webpack/Webpacker PRJon Moss2017-03-181-0/+2
* | | | | Second pass on 5.1 release notesJon Moss2017-03-181-5/+5
* | | | | First pass on 5.1 release notesJon Moss2017-03-181-14/+18
* | | | | Merge pull request #28446 from y-yagi/move_new_changelog_entry_to_the_topJon Moss2017-03-181-7/+7
|\ \ \ \ \
| * | | | | Move new CHANGELOG entry to the top [ci skip]yuuji.yaginuma2017-03-161-7/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #28467 from baerjam/improve-caching-guidesJon Moss2017-03-181-1/+15
|\ \ \ \ \