aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Fix sprockets-rails dependency danceArthur Neves2014-11-241-2/+0
* Fix wrong path in comments about stylesheetsRichard Littauer2014-11-241-1/+1
* Change 'of plugins' syntaxRichard Littauer2014-11-244-4/+4
* ignore all logfiles but keep the log directory. #17700 [ci skip]Yves Senn2014-11-211-1/+2
* if you want to ignore all the logfiles, no need for extensionsShunsuke Aida2014-11-211-1/+1
* Generate new applications with the right rails-dom-testing versionRafael Mendonça França2014-11-171-2/+4
* Merge pull request #17640 from michaeljayt/spring-not-working-in-cygwinRafael Mendonça França2014-11-171-1/+1
|\
| * Skip spring install in Cygwin due to fork() bad support.michaeljayt2014-11-171-1/+1
* | Meant to describe the concept, not the setting [ci skip]Godfrey Chan2014-11-171-1/+1
* | Deprecate different default for `log_level` in productionGodfrey Chan2014-11-171-1/+2
* | Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-171-2/+2
|/
* Remove unnecessary double spaceclaudiob2014-11-102-2/+2
* Added 'tzinfo-data' if we are using jrubyLuca Simone2014-10-291-2/+2
* Add back --skip-turbolinks and remove --skip-gemsRafael Mendonça França2014-10-261-6/+9
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-182-4/+4
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-182-4/+4
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-182-4/+4
* Merge pull request #17292 from tricknotes/generator-test-docRafael Mendonça França2014-10-161-1/+1
|\
| * Fix example code for `Rails::Generators::Testing::Behaviour` [ci skip]Ryunosuke SATO2014-10-171-1/+1
* | 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
* | Default generated Gemfile to coffee-rails ~> 4.1.0Joshua Peek2014-10-121-2/+2
|/
* Generate the application pointing to rails-dom-testing masterRafael Mendonça França2014-09-301-0/+2
* correct filename for jobs testsAbdelkader Boudih2014-09-281-1/+1
* 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-243-6/+3
* 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
* Change ActiveJob test directory to "test/jobs"yuuji.yaginuma2014-09-131-1/+1
* Merge pull request #16839 from chancancode/default_test_orderRafael Mendonça França2014-09-101-0/+3
|\
| * Default to sorting user's test cases for nowGodfrey Chan2014-09-081-0/+3
* | Remove extra newline from ActiveJob test templateyuuji.yaginuma2014-09-091-1/+0
|/
* Dependencies: bump to jquery-rails 4.0.0.beta2Godfrey Chan2014-09-051-1/+1
* Use the released jquery-rails gemGodfrey Chan2014-09-051-2/+8
* Change "For not..." to "Do not...".Kale Worsley2014-09-041-1/+1
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-1/+0
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-1/+3
* Try with web-console masterRafael Mendonça França2014-09-011-1/+1
* Use jquery-rails 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
* fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-4/+6
* [ActiveJob] Add hook for test_framework and test templatesAbdelkader Boudih2014-08-222-0/+22