aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused, broken, legacy ruby-prof extension from 2005Benjamin Fleischer2014-07-251-35/+0
* Fix syntax errorRafael Mendonça França2014-07-231-1/+2
* Dev and edge application and plugins need to include i18n masterRafael Mendonça França2014-07-231-1/+2
* Set Psych as the YAML engine for RubiniusRobin Dupret2014-07-231-0/+9
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-2/+4
|\
| * Stop using mocha on app_rails_loader_testRafael Mendonça França2014-07-071-2/+4
* | Merge pull request #16212 from aantix/additional_migration_conflict_help_mess...Rafael Mendonça França2014-07-181-1/+2
|\ \
| * | Modified migration conflict message to remove the string concatenation.Jim Jones2014-07-181-3/+3
| * | Added additional help messaging when there's scaffolding being generated and ...Jim Jones2014-07-171-1/+2
* | | 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-151-0/+17
* | Add Rails::Application#config_forRafael Mendonça França2014-07-151-0/+32
* | Add ability to extend `rails server` command options parserAndrey Chernih2014-07-111-7/+11
* | Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-2/+4
|\ \ | |/ |/|
| * Upgraded rackJarmo Isotalo2014-05-191-2/+4
* | 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-041-0/+2
* | | 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
|\ \ \ \ \