aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-2/+0
* Talk about config.assts.version move tooRafael Mendonça França2014-06-271-1/+1
* 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-241-2/+6
|\
| * Add a '--skip-routes' flag for the Controller generator.Lucas Mazza2014-06-241-2/+6
* | `: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-171-0/+4
* :scissors:Rafael Mendonça França2014-06-171-8/+8
* Add a generic --skip-gems options to generatorRafael Mendonça França2014-06-171-8/+6
* Add an option to skip installation of TurbolinksMarc Schütz2014-06-141-2/+7
* [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-041-8/+52
* File.exist? instead of File.exists? in bin/setupDavid Jones2014-06-021-1/+1
* 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-301-0/+28
* | Revert "Merge pull request #12778 from etehtsea/rake-default-fix"Yves Senn2014-05-281-1/+1
* | Merge pull request #15269 from arunagw/aa-fixes-8930Rafael Mendonça França2014-05-271-0/+9
|\ \
| * | rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-271-0/+9
* | | 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-271-4/+13
|\ \ \
| * | | Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-261-4/+14
|/ / /
* | | 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-261-12/+16
|\ \ \ \ | |/ / / |/| | |
| * | | print generators on failed generateschneems2014-05-261-12/+16
* | | | simple solution that brings rake stats task to every kind of rails projectAndriy Tyurnikov2014-05-261-18/+22
* | | | 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
* | | | print generators on failed generateschneems2014-05-241-12/+16
| |/ / |/| |
* | | Default config.assets.digests to true in developmentDan Kang2014-05-171-0/+3
* | | New applications should be created with json serializerRafael Mendonça França2014-05-171-0/+5
* | | Fix app generator test hanging.Christian Wesselhoeft2014-05-171-4/+0
* | | 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
* | | Replace :base with :in [ci skip]Marcio Junior2014-05-111-2/+2
* | | Change Gemfile’s double quotes in plugin generatorJosemar Luedke2014-05-101-3/+3
| |/ |/|
* | Use Rails::Paths::Path#existent in database_configurationPier-Olivier Thibault2014-05-071-1/+1
* | Fix rails dbconsole for jdbcmysql adapter.Gabriel Gilder and Jim Kingdon2014-05-051-1/+1
* | skip-git should not hit git commands plugin generatorsArun Agrawal2014-05-021-6/+14