aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-1812-43/+43
* Add task to test the release preparationRafael Mendonça França2015-12-182-2/+5
* Merge pull request #22668 from ryohashimoto/151219_receiveKasper Timm Hansen2015-12-181-1/+1
|\
| * Fix `receive` spellingRyo Hashimoto2015-12-191-1/+1
* | Merge pull request #22658 from greysteil/handle-specified-schema-in-index-removeMatthew Draper2015-12-192-3/+30
|\ \
| * | Handle specified schemas when removing a Postgres indexGrey Baker2015-12-182-3/+30
* | | Merge pull request #22667 from akshay-vishnoi/base_test_caseRafael França2015-12-181-0/+22
|\ \ \ | |_|/ |/| |
| * | [ActionCable] Test invalid action on channelAkshay Vishnoi2015-12-181-0/+22
* | | Fix `receive` spelling and add whitespaceKasper Timm Hansen2015-12-181-3/+3
|/ /
* | Merge pull request #22666 from akshay-vishnoi/base_test_caseRafael França2015-12-181-1/+11
|\ \
| * | [ActionCable] test perform action with default actionAkshay Vishnoi2015-12-181-1/+11
* | | Fix test that fails in isolationeileencodes2015-12-181-0/+1
* | | Delete duplicate testeileencodes2015-12-181-8/+0
* | | Don't need to use `Array.wrap`Rafael Mendonça França2015-12-182-2/+2
|/ /
* | Merge pull request #22650 from derekprior/dp-actionpack-warningsRafael França2015-12-181-0/+5
|\ \
| * | Fix "instance variable not initialized" in testsDerek Prior2015-12-171-0/+5
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-186-14/+14
|\ \ \
| * | | Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-156-14/+14
* | | | Merge pull request #22660 from y-yagi/add_line_break_between_methodsRafael França2015-12-181-1/+1
|\ \ \ \
| * | | | add line break between method of generated channel jsyuuji.yaginuma2015-12-181-1/+1
* | | | | Merge pull request #22665 from akshay-vishnoi/base_test_caseRafael França2015-12-181-0/+4
|\ \ \ \ \
| * | | | | [ActionCable] Test available actions on ChannelAkshay Vishnoi2015-12-181-0/+4
* | | | | | Do not check the version anymoreRafael Mendonça França2015-12-181-2/+2
* | | | | | Merge pull request #22657 from matthewd/loosen-versionRafael Mendonça França2015-12-184-3/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow normal version updates within a release seriesMatthew Draper2015-12-184-3/+32
* | | | | | Same gemspec formats everywhereDavid Heinemeier Hansson2015-12-182-2/+2
* | | | | | Stray lineDavid Heinemeier Hansson2015-12-181-1/+2
* | | | | | SimplifyDavid Heinemeier Hansson2015-12-181-9/+2
* | | | | | Now available in action_cableDavid Heinemeier Hansson2015-12-181-2/+2
* | | | | | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-1816-40/+40
* | | | | | Explain reason for eager loadingDavid Heinemeier Hansson2015-12-181-0/+1
* | | | | | Explain Redis' role in Action CableDavid Heinemeier Hansson2015-12-181-0/+1
* | | | | | [ci skip] Revert most of ff851017Kasper Timm Hansen2015-12-181-2/+2
* | | | | | Merge pull request #22656 from akshay-vishnoi/fix-typosKasper Timm Hansen2015-12-183-5/+5
|\ \ \ \ \ \
| * | | | | | [ci skip] Fix grammarAkshay Vishnoi2015-12-183-5/+5
* | | | | | | Bring comment in line with rest of initializersDavid Heinemeier Hansson2015-12-181-2/+2
* | | | | | | Explain the concept of config initializers for backwards compatibilityDavid Heinemeier Hansson2015-12-183-2/+5
* | | | | | | Fix spacingDavid Heinemeier Hansson2015-12-181-1/+1
* | | | | | | These options are not changed nearly often enough to warrant inclusion like t...David Heinemeier Hansson2015-12-181-8/+0
* | | | | | | Better explanationDavid Heinemeier Hansson2015-12-181-2/+6
* | | | | | | Use the rails command, not rake, for all rails commandsDavid Heinemeier Hansson2015-12-182-6/+6
* | | | | | | README.md in the app is now used to describe the app itself, not RailsDavid Heinemeier Hansson2015-12-181-1/+0
* | | | | | | More sensible ordering with the more important options firstDavid Heinemeier Hansson2015-12-181-12/+12
* | | | | | | List the major frameworks you can remove togetherDavid Heinemeier Hansson2015-12-181-3/+3
* | | | | | | Revert "Use Thread.current.thread_variable_set/get insetad of the direct acce...David Heinemeier Hansson2015-12-181-4/+4
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #22659 from y-yagi/fix_indent_in_controller_testKasper Timm Hansen2015-12-182-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fix indentation of generated controller testyuuji.yaginuma2015-12-182-3/+3
|/ / / / /
* / / / / Ignore Byebug command history fileAkira Matsuda2015-12-181-0/+3
|/ / / /
* | | | Use released rackRafael Mendonça França2015-12-183-14/+3
* | | | Merge pull request #22649 from derekprior/dp-redirect-back-docsKasper Timm Hansen2015-12-181-2/+8
|\ \ \ \