aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-156-2/+77
* Add Rails::Application#config_forRafael Mendonça França2014-07-153-0/+134
* Add ability to extend `rails server` command options parserAndrey Chernih2014-07-111-7/+11
* Merge pull request #16132 from tgxworld/fix_test_not_unsubscribingSantiago Pastorino2014-07-111-2/+2
|\
| * Fix incorrect unsubscription.Guo Xiang Tan2014-07-111-2/+2
* | Synced 4.2 release notes with the latest commits.Godfrey Chan2014-07-111-1/+1
|/
* Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-2/+4
|\
| * Upgraded rackJarmo Isotalo2014-05-191-2/+4
* | Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-061-1/+1
* | Merge pull request #16057 from akshay-vishnoi/doc_changeZachary Scott2014-07-061-1/+1
|\ \
| * | [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-061-1/+1
* | | Merge pull request #16046 from grosser/grosser/cleangenRafael Mendonça França2014-07-041-2/+1
|\ \ \
| * | | remove bundler magicgrosser2014-07-031-2/+1
* | | | Display notice in index.html pages in scaffolded generated viewsArun Agrawal2014-07-043-1/+11
| |/ / |/| |
* | | Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-021-90/+1
* | | Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-012-10/+10
* | | Add configuration to enable mail previewsLeonard Garvey2014-07-013-2/+38
|/ /
* | Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-0/+38
|\ \
| * | Improvements per code review.Rafael Chacón2014-06-271-0/+25
| * | Add always_permitted_parameters as an option.Rafael Chacón2014-06-261-0/+13
* | | Talk about config.assts.version move tooRafael Mendonça França2014-06-271-1/+1
* | | Add a test for db:migrate:status to check missing file scenarioViktar Basharymau2014-06-271-0/+15
* | | Require shellwords since it is dependecy of this fileRafael Mendonça França2014-06-261-0/+2
* | | Merge pull request #15885 from lucasmazza/lm-skip-routesRafael Mendonça França2014-06-242-2/+13
|\ \ \
| * | | Add a '--skip-routes' flag for the Controller generator.Lucas Mazza2014-06-242-2/+13
* | | | `:nodoc: all` does not remove the constants from the API. [ci skip]Yves Senn2014-06-241-2/+2
|/ / /
* | | Titling the model name in views generated by scaffold.Amit Suryavanshi2014-06-183-3/+3
* | | Deprecate Rails::Rack::LogTailerRafael Mendonça França2014-06-172-0/+8
* | | initialize the right variableRafael Mendonça França2014-06-171-1/+1
* | | :scissors:Rafael Mendonça França2014-06-171-8/+8
* | | Add a generic --skip-gems options to generatorRafael Mendonça França2014-06-173-10/+19
* | | Merge pull request #15716 from schuetzm/skip-turbolinksRafael Mendonça França2014-06-172-2/+21
|\ \ \
| * | | Add an option to skip installation of TurbolinksMarc Schütz2014-06-142-2/+21
* | | | allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-151-0/+32
* | | | [ci-skip] correct wikipedia MVC linkAditya Kapoor2014-06-141-1/+1
|/ / /
* | | Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-...Yves Senn2014-06-121-1/+90
|\ \ \
| * | | Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-121-2/+52
| * | | Added missing test case for migrations when using sql structureWojciech Wnętrzak2014-06-011-1/+40
* | | | remove unnused method from testFabian Rodriguez2014-06-111-10/+0
* | | | [ci skip] Fix capitalizationAkshay Vishnoi2014-06-071-4/+4
* | | | remove rubyforge.org that was shut down [ci skip]Gaurav Sharma2014-06-062-4/+2
* | | | Emit suggested generator names when not foundschneems2014-06-043-9/+63
* | | | File.exist? instead of File.exists? in bin/setupDavid Jones2014-06-021-1/+1
* | | | Feature requests should be made on the mailing list, not submitted toZachary Scott2014-06-011-1/+5
* | | | Merge pull request #14881 from robin850/patch-19Yves Senn2014-06-011-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Swallow bundler exceptions when running testsRobin Dupret2014-04-271-5/+8
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-011-0/+5
|\ \ \ \
| * | | | document generators hidden_namespacesschneems2014-05-291-0/+5
* | | | | bin/setup uses `bundle check || bundle install` to improve performance.Yves Senn2014-05-301-1/+1