aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Prepare for RC: un-wip release notes [ci skip]Godfrey Chan2014-11-251-1/+0
* | | | | | | | | | | | | We shouldn't be linking to edgeapi [ci skip]Godfrey Chan2014-11-251-1/+1
* | | | | | | | | | | | | Prepare for RC: link to the 4-2-stable [ci skip]Godfrey Chan2014-11-252-3/+3
* | | | | | | | | | | | | Cross link to upgrade guide [ci skip]Godfrey Chan2014-11-251-1/+2
* | | | | | | | | | | | | Merge branch 'nil_script_name'Santiago Pastorino2014-11-252-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add regression test case to ensure script_name as nil is not used anymore in ...Santiago Pastorino2014-11-251-0/+7
| * | | | | | | | | | | | | sets script_name to always be a string.JONBRWN2014-11-251-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Final sync with CHANGELOGs [ci skip]Godfrey Chan2014-11-251-2/+7
* | | | | | | | | | | | | :scissors: TODOGodfrey Chan2014-11-251-4/+3
* | | | | | | | | | | | | The default hasn't changed, so this is not an incompatibility [ci skip]Godfrey Chan2014-11-251-16/+0
* | | | | | | | | | | | | Simplify section on adequate record [ci skip]Godfrey Chan2014-11-251-14/+14
* | | | | | | | | | | | | Added tests for log_level deprecationGodfrey Chan2014-11-251-13/+18
* | | | | | | | | | | | | Set the test_order in the basic app as well, see 58e8b48Godfrey Chan2014-11-252-0/+26
* | | | | | | | | | | | | Set the default log_level to info in all testsGodfrey Chan2014-11-251-0/+1
* | | | | | | | | | | | | Merge pull request #17763 from kamipo/fix_out_of_range_error_messageGodfrey Chan2014-11-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix out of range error messageRyuta Kamizono2014-11-251-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #17757 from zzak/railties-default-to-debug-log_levelGodfrey Chan2014-11-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Always default the log_level to :info for RailtiesZachary Scott2014-11-241-0/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Mention log_level deprecation in upgrade guides [ci skip]Godfrey Chan2014-11-251-0/+12
* | | | | | | | | | | | | Merge pull request #17755 from zzak/changelog-for-16622Godfrey Chan2014-11-252-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add Release Note for #16622 [ci skip]Zachary Scott2014-11-241-0/+3
| * | | | | | | | | | | | Add a CHANGELOG entry for #16622 and a6de6f5 [ci skip]Zachary Scott2014-11-241-0/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | let the AM test suite pass in 1.9Xavier Noria2014-11-241-2/+2
* | | | | | | | | | | | Merge pull request #17760 from zzak/release-not-for-17743Sean Griffin2014-11-241-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add release note for #17743 [ci skip]Zachary Scott2014-11-241-0/+13
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17687 from fabiolnm/masterRafael Mendonça França2014-11-252-20/+52
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add perform_enqueued_jobsFábio Luiz Nery de Miranda2014-11-252-20/+52
|/ / / / / / / / / / / /
* | | | | | | | | | | | Changelog formatSean Griffin2014-11-241-2/+3
* | | | | | | | | | | | Merge branch 'deprecate-string-options-in-url-helpers'Sean Griffin2014-11-243-1/+43
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Deprecate string options in URL helpersMelanie Gilman2014-11-243-1/+43
* | | | | | | | | | | | | Merge pull request #17758 from tgxworld/mailer_generatorRafael Mendonça França2014-11-256-31/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Update docs to reflect changes to MailerGenerator.Guo Xiang Tan2014-11-252-22/+43
| * | | | | | | | | | | | Add missing CHANGELOG entry.Guo Xiang Tan2014-11-251-0/+7
| * | | | | | | | | | | | Generate mailer layouts even if no action is given.Guo Xiang Tan2014-11-252-4/+6
| * | | | | | | | | | | | MailerGenerator should inherit from Base.Guo Xiang Tan2014-11-251-3/+4
| * | | | | | | | | | | | Add tests which were incorrectly removed.Guo Xiang Tan2014-11-253-4/+10
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17646 from andyjeffries/html_layout_fixDavid Heinemeier Hansson2014-11-258-12/+54
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removing unnecessary File.join callsAndy Jeffries2014-11-242-2/+2
| * | | | | | | | | | | | Creates an ApplicationMailer and layout by default, including html and body t...Andy Jeffries2014-11-218-12/+54
* | | | | | | | | | | | | let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-247-12/+107
* | | | | | | | | | | | | allow types to be passed in for USING castsAaron Patterson2014-11-241-0/+3
* | | | | | | | | | | | | oops, forgot to add the real assertion!Aaron Patterson2014-11-241-0/+1
* | | | | | | | | | | | | allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-242-1/+28
* | | | | | | | | | | | | Merge pull request #17682 from ReneB/docs/update_allRafael Mendonça França2014-11-241-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Reword documentation for update_allRené van den Berg2014-11-241-8/+1
| * | | | | | | | | | | | | Explain that default_scope also influences update_allRené van den Berg2014-11-201-5/+12
* | | | | | | | | | | | | | Merge pull request #17752 from arthurnn/fix_sprockets-rails-dependencyRafael Mendonça França2014-11-242-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix sprockets-rails dependency danceArthur Neves2014-11-242-3/+1
* | | | | | | | | | | | | | | Document `String#html_safe` [ci skip]Sean Griffin2014-11-241-0/+5
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #17747 from gsamokovarov/missing-template-backtraceDavid Heinemeier Hansson2014-11-243-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |