aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Works correctly if git not installedRoman Shmatov2014-05-021-8/+6
* | Automaticly add username and email if configured in git-scm, as bundle gemAbd ar-Rahman Hamidi2014-05-023-3/+19
* | Avoid unnecessary conditional blockGiovanni Cappellotto2014-05-011-5/+0
* | Generators, remove leftover variable assignment. refs #14877Yves Senn2014-04-271-1/+0
* | Revert "Edge Rails applications doesn't need to use arel master"Aaron Patterson2014-04-231-1/+2
* | Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-141-0/+12
* | Bundle tzinfo-data on :x64_mingw (64-bit Ruby on Windows).Phil Ross2014-04-121-1/+1