aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* remove end-of-line spacing in development.rb, production.rbNick Sinenko2014-08-202-2/+2
* Fix blank link on config/application.rb app template [ci skip]Carlos Antonio da Silva2014-08-191-1/+1
* Use web-console 2.0.0.beta2 on new appsGuillermo Iguaran2014-08-191-1/+1
* Use released rails-html-sanitizerRafael Mendonça França2014-08-191-1/+1
* Merge pull request #16563 from arthurnn/add_ar_raise_trans_optionRafael Mendonça França2014-08-191-0/+5
|\
| * Add default .raise_in_transactional_callbacks option to templateArthur Neves2014-08-191-0/+5
* | loofah require dependecy is not needed anymoreRafael Mendonça França2014-08-191-2/+0
|/
* Fix rails-html_sanitizer in Gemfile templateJon Atack2014-08-181-1/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-173-5/+2
|\
| * Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-171-1/+1
| |\
| | * Lock web-console to 2.0.0.beta1 for the first 4.2 betaGenadi Samokovarov2014-08-181-1/+1
| * | Dont encourage people to run without autoflush in productionDavid Heinemeier Hansson2014-08-171-3/+0
| |/
| * s/Dont'/Don't/Akira Matsuda2014-08-151-1/+1
* | Use the release gems and point application gemfile to right loofahRafael Mendonça França2014-08-171-1/+3
* | Prepare for partial release.Kasper Timm Hansen2014-08-171-0/+3
|/
* Fixes test for Gemfile entry changesArun Agrawal2014-08-082-2/+2
* Pull spring gem entry into the Gemfile template instead of gemfile_entries so...David Heinemeier Hansson2014-08-071-3/+12
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-071-0/+6
|\
| * Merge pull request #16359 from skanev/after-bundle-in-rails-templatesYves Senn2014-08-061-0/+6
| |\
| | * Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-0/+6
* | | Stop using padding in the generated Gemfile -- it looks shitDavid Heinemeier Hansson2014-08-071-2/+1
|/ /
* | Bring back the helpers testsJosé Valim2014-08-051-0/+2
* | Fix typo [ci skip]Jon Atack2014-08-041-1/+1
* | Explain why we use asset digests, not what a setter doesDavid Heinemeier Hansson2014-08-032-2/+4
* | Add suggestion as to how you can app the the assets load pathDavid Heinemeier Hansson2014-08-031-0/+3
* | A few more tests asserting the presence of helper test stubsDavid Heinemeier Hansson2014-08-032-5/+0
* | Change the production log level default from :info to :debug. All production ...David Heinemeier Hansson2014-08-031-2/+2
* | Generating stubs for helper tests is overly specific. Most helpers should sim...David Heinemeier Hansson2014-08-031-2/+0
|/
* 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
* remove bundler magicgrosser2014-07-031-2/+1
* Talk about config.assts.version move tooRafael Mendonça França2014-06-271-1/+1
* Add a '--skip-routes' flag for the Controller generator.Lucas Mazza2014-06-241-2/+6
* [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
* 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
* | fixed capitalizationShunsukeAida2014-05-251-1/+1
|/
* 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
* 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