aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Give password_confirmation div the "field" class in erb form templatenoinkling2014-07-291-1/+1
* Additional clarification on password:digest in scaffold and model generator h...noinkling2014-07-252-4/+16
* Add password:digest information to scaffold generator help text [ci skip]noinkling2014-07-251-1/+5
* 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 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
|/
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+17
* 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
|/ /
* | 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
* | Add a '--skip-routes' flag for the Controller generator.Lucas Mazza2014-06-241-2/+6
* | Titling the model name in views generated by scaffold.Amit Suryavanshi2014-06-183-3/+3
* | :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
* | File.exist? instead of File.exists? in bin/setupDavid Jones2014-06-021-1/+1
* | 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
* | 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
|/ /
* | 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-241-0/+4
|\ \
| * | rake stats for enginesAndriy Tyurnikov2014-05-241-0/+4
* | | 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
* | | 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-161-0/+11
* | 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
* | 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