aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | | `bin/setup` script to bootstrap applications.Yves Senn2014-05-303-0/+33
* | | | | Revert "Merge pull request #12778 from etehtsea/rake-default-fix"Yves Senn2014-05-282-5/+1
* | | | | Merge pull request #15269 from arunagw/aa-fixes-8930Rafael Mendonça França2014-05-272-0/+41
|\ \ \ \ \
| * | | | | rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-272-0/+41
* | | | | | Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-272-4/+4
* | | | | | Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotesYves Senn2014-05-273-11/+32
|\ \ \ \ \ \
| * | | | | | Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-263-11/+25
|/ / / / / /
* | | | | | Merge pull request #15333 from ShunsukeAida/update_ruby_versionRafael Mendonça França2014-05-261-1/+1
|\ \ \ \ \ \
| * | | | | | update the recommended ruby versionShunsukeAida2014-05-271-1/+1
* | | | | | | Merge pull request #15294 from schneems/schneems/generator-output-in-error2Rafael Mendonça França2014-05-262-14/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | print generators on failed generateschneems2014-05-262-14/+20
* | | | | | | simple solution that brings rake stats task to every kind of rails projectAndriy Tyurnikov2014-05-261-18/+22
* | | | | | | Merge pull request #15305 from tgxworld/remove_unnecessary_requireGuillermo Iguaran2014-05-242-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-242-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | integration tests do not need to load fixtures by handXavier Noria2014-05-251-3/+0
* | | | | | | Merge pull request #15299 from andriytyurnikov/engine_friendly_rake_statsRafael Mendonça França2014-05-242-19/+24
|\ \ \ \ \ \ \
| * | | | | | | rake stats for enginesAndriy Tyurnikov2014-05-242-19/+24
| |/ / / / / /
* | | | | | | Merge pull request #15298 from ShunsukeAida/fix_capitalizationRafael Mendonça França2014-05-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fixed capitalizationShunsukeAida2014-05-251-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Add FIXME note about the thor bugRafael Mendonça França2014-05-241-0/+2
* | | | | | | Merge pull request #9083 from bronson/patch-1Rafael Mendonça França2014-05-241-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | avoid using alias in generatorsScott Bronson2013-01-251-1/+4
* | | | | | | Revert "Merge pull request #15293 from schneems/schneems/generator-output-in-...Yves Senn2014-05-241-16/+12
* | | | | | | Merge pull request #15293 from schneems/schneems/generator-output-in-errorRichard Schneeman2014-05-241-12/+16
|\ \ \ \ \ \ \
| * | | | | | | print generators on failed generateschneems2014-05-241-12/+16
| | |/ / / / / | |/| | | | |
* / | | | | | Future port c8ddb61Zachary Scott2014-05-231-2/+1
|/ / / / / /
* | | | | / Default config.assets.digests to true in developmentDan Kang2014-05-174-14/+20
| |_|_|_|/ |/| | | |
* | | | | New applications should be created with json serializerRafael Mendonça França2014-05-172-0/+41
* | | | | Fix app generator test hanging.Christian Wesselhoeft2014-05-172-6/+2
* | | | | foo :bomb:Rafael Mendonça França2014-05-161-2/+5
* | | | | Generate the cookies_serializer configuration with :marshal when upgradingRafael Mendonça França2014-05-162-1/+12
* | | | | Ok. Enough models for today :rage:Rafael Mendonça França2014-05-121-3/+6
* | | | | This is also a modelRafael Mendonça França2014-05-121-1/+1