aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* Use released rails-dom-testingRafael Mendonça França2014-10-161-2/+0
* clarify debugger platform invocationRaman Sinha2014-10-151-1/+2
* Merge pull request #17240 from masarakki/fix-test_helper-of-mountable-pluginRafael Mendonça França2014-10-131-0/+3
|\
| * fix test_helper for mountable pluginmasarakki2014-10-131-0/+3
* | Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
|/
* Generate the application pointing to rails-dom-testing masterRafael Mendonça França2014-09-301-0/+2
* rails-html-sanitizer is now the defaultRafael Mendonça França2014-09-251-3/+0
* Use released rails-html-sanitizer and rails-deprecated_sanitizerGodfrey Chan2014-09-261-1/+1
* Use release web-consoleRafael Mendonça França2014-09-251-1/+1
* Remove --skip-action-view option from application generatorDan Olson2014-09-242-2/+2
* Fix loading fixtures in engine testsGrzesiek Kolodziejczyk2014-09-231-1/+1
* Specify dummy app's db migrate path in plugin's test_helper.rbYukio Mizuta2014-09-161-0/+3
* Improve environment config templates consistency:Thibault Jouan2014-09-161-3/+4
* Use dynamic path for dummy app location in plugin's test_helper.rbYukio Mizuta2014-09-141-1/+1
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-0/+3
* Change "For not..." to "Do not...".Kale Worsley2014-09-041-1/+1
* Try with web-console masterRafael Mendonça França2014-09-011-1/+1
* Keep it closer to the original wording [ci skip]Godfrey Chan2014-08-311-1/+1
* Since /console is an optional feature, mention <%= console %> instead.Rhett Sutphin2014-08-311-1/+1
* Don't fight against ourselves for the default log levelMatthew Draper2014-08-221-2/+2
* Remove timestamp type from generator usageRafael Mendonça França2014-08-201-1/+0
* Require ActiveJob in case a skip_xxx option is givenslainer682014-08-201-0/+1
* 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
|/