aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typos [ci skip]Tobias Fankhänel2017-04-251-2/+2
* Add missing `action_view` section of config flagJon Moss2017-04-241-1/+1
* Merge pull request #28861 from koic/unify_names_of_githubVipul A M2017-04-251-1/+1
|\
| * Unify the name of GitHub [ci skip]Koichi ITO2017-04-251-1/+1
* | Merge pull request #28860 from y-yagi/add_form_with_generates_remote_forms_to...Vipul A M2017-04-251-0/+2
|\ \ | |/ |/|
| * Add `form_with_generates_remote_forms` to configuring guide [ci skip]yuuji.yaginuma2017-04-251-0/+2
* | Fix regexp in the doc [ci skip]Ryuta Kamizono2017-04-241-1/+1
* | secrets.yml --> config/secrets.ymlJon Moss2017-04-231-1/+1
* | Add Action View info to 5.1 release notesJon Moss2017-04-231-0/+23
* | Use parameters, not paramsJon Moss2017-04-231-2/+2
* | Small grammar fixesJon Moss2017-04-231-7/+6
* | Remove unused headingJon Moss2017-04-231-2/+0
* | Add more Railties notable changesJon Moss2017-04-231-0/+8
* | Add Railties info to 5.1 release notesJon Moss2017-04-231-0/+36
* | Add Active Model info to 5.1 release notesJon Moss2017-04-231-1/+12
* | Remove unused headingsJon Moss2017-04-231-4/+0
* | Finish Action Cable section in release notesJon Moss2017-04-231-0/+6
* | Finish Action Mailer section in release notesJon Moss2017-04-231-4/+4
* | Add Active Job info to 5.1 release notesJon Moss2017-04-231-1/+12
* | Merge pull request #28841 from pendletons/upgrade-doc-typoJon Moss2017-04-231-1/+1
|\ \ | |/ |/|
| * [ci_skip] Fix typo in Rails 5.1 upgrade notesShanthi Pendleton2017-04-231-1/+1
|/
* Merge pull request #28829 from y-yagi/follow_up_128b804Rafael França2017-04-222-2/+32
|\
| * Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-222-2/+32
|/
* Add note about #26929 in the upgrade guideRafael Mendonça França2017-04-211-0/+17
* Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-213-0/+61
* Add test case to make sure we can implicit convert a Parameters to a HashRafael Mendonça França2017-04-201-0/+7
* Merge pull request #28432 from marksiemers/masterRafael França2017-04-201-1/+1
|\
| * Update 'Building Complex Forms' with `inverse_of`marksiemers2017-03-151-1/+1
* | Merge pull request #28818 from y-yagi/add_requireRafael França2017-04-201-0/+1
|\ \
| * | Add missing requireyuuji.yaginuma2017-04-211-0/+1
* | | Merge pull request #28596 from betesh/fix-double-habtm-insertRafael Mendonça França2017-04-203-0/+32
|\ \ \
| * | | Don't attempt to create a new record that was already created.Isaac Betesh2017-04-203-0/+32
|/ / /
* | | Merge pull request #28640 from kamipo/prevent_double_firing_before_save_callbackRafael França2017-04-205-54/+70
|\ \ \ | |/ / |/| |
| * | Prevent double firing the before save callback of new object when the parent ...Ryuta Kamizono2017-04-215-54/+70
* | | Add commaJon Moss2017-04-201-1/+1
|/ /
* | Merge pull request #28681 from runephilosof/fix-mysql-grantRafael Mendonça França2017-04-203-2/+6
|\ \
| * | Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-203-2/+6
* | | Merge pull request #28582 from sbull/activejob-error-loggingRafael França2017-04-205-4/+26
|\ \ \
| * | | Add error logging to Active JobSteven Bull2017-03-275-4/+26
* | | | Merge pull request #28815 from joshnuss/fix/hash-from-xml-nokogiriRafael França2017-04-205-13/+9
|\ \ \ \
| * | | | Fixes Hash.from_xml with frozen strings for all backendsJosh Nussbaum2017-04-205-13/+9
|/ / / /
* | | | Merge pull request #28814 from halfbyte/fix_error_pages_for_turbolinksRafael França2017-04-204-18/+25
|\ \ \ \
| * | | | Namespace CSS selectors on error pagesJan Krutisch2017-04-204-18/+25
|/ / / /
* | | | Merge pull request #28807 from oiorain/oiorain-callbackChain-commentKasper Timm Hansen2017-04-201-1/+0
|\ \ \ \
| * | | | Remove outdated commentMarion Bouguet2017-04-201-1/+0
|/ / / /
* | | | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0Rafael França2017-04-193-10/+12
|\ \ \ \
| * | | | Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-173-10/+12
* | | | | Merge pull request #28776 from kamipo/respect_limit_for_cache_keyRafael França2017-04-192-8/+44
|\ \ \ \ \
| * | | | | `cache_key` respects the limit in a relation even if a relation is not loadedRyuta Kamizono2017-04-172-8/+44
| |/ / / /
* | | | | Merge pull request #28708 from y-yagi/dont_generate_system_test_filesRafael França2017-04-192-0/+15
|\ \ \ \ \