aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove last empty line when we don't use Windows or JRubymeganemura2015-02-201-1/+1
* Revert "Merge pull request #18951 from jurezove/gemfile-lock-to-plugin-gitign...Rafael Mendonça França2015-02-181-1/+0
* Add Gemfile.lock to plugin's gitignore templateJure Žove2015-02-151-0/+1
* Remove warning from Plugin GeneratorYuki Nishijima2015-02-081-3/+3
* Fixed a few things from ee9e4c3Godfrey Chan2015-01-304-5/+5
* Allow hyphenated names for `rails plugin new` generator.Robin Böning2015-01-3020-63/+92
* Merge pull request #18705 from mrgilman/skip-testRafael Mendonça França2015-01-294-6/+6
|\
| * Update option to skip test in generatorsMelanie Gilman2015-01-274-6/+6
* | Merge pull request #18719 from 5t111111/add-fix-for-loading-fixtures-in-engin...Yves Senn2015-01-291-0/+1
|\ \
| * | Add fix for loading fixtures in engine testsWAKASUGI 5T1111112015-01-291-0/+1
| |/
* / reassign `file_fixture_path` in plugins `test_helper.rb`. refs #18658.Yves Senn2015-01-291-0/+1
|/
* fix wording of CSS manifest instructionsRachel Warbelow2015-01-221-3/+2
* Remove debugger supportRafael Mendonça França2015-01-041-4/+0
* Add --skip-action-mailer (or -M) to rails generateclaudiob2015-01-012-2/+3
* plugin's gemfile also needs tzinfo-data in WindowsShunsukeAida2014-12-301-0/+4
* Only add debugger/byebug if on MRIArthur Neves2014-12-221-1/+1
* Silence Minitest for plugin tests.Guo Xiang Tan2014-12-021-1/+3
* Fix wrong path in comments about stylesheetsRichard Littauer2014-11-241-1/+1
* Change 'of plugins' syntaxRichard Littauer2014-11-242-2/+2
* fix test_helper for mountable pluginmasarakki2014-10-131-0/+3
* Remove --skip-action-view option from application generatorDan Olson2014-09-241-1/+1
* 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
* Use dynamic path for dummy app location in plugin's test_helper.rbYukio Mizuta2014-09-141-1/+1
* Fixes test for Gemfile entry changesArun Agrawal2014-08-081-1/+1
* rake stats for enginesAndriy Tyurnikov2014-05-241-0/+4
* 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
* Prevent generation of extra whitespace in templatesDavid Rodríguez de Dios2014-04-101-3/+3
* Update Gemfile templates to provide correct debuggerDavid Rodríguez de Dios2014-04-081-2/+6
* Revert "Fixed plugin_generator test"Arun Agrawal2014-02-151-4/+1
* Replace File.exists? with File.exist?Teo Ljungberg2014-01-271-1/+1
* setup Bundler in engines `bin/rails` stub.Yves Senn2014-01-131-0/+4
* fixes the Gemfile generator templatesXavier Noria2014-01-121-4/+2
* Revert "Rename not Ruby files to .tt"Santiago Pastorino2013-12-104-0/+0
* Rename not Ruby files to .ttSantiago Pastorino2013-12-104-0/+0
* Skipping debugger from plugin Gemfile for JRubyArun Agrawal2013-12-061-0/+2
* Fixed plugin_generator testArun Agrawal2013-11-071-1/+4
* Merge pull request #12733 from robin850/fix-railties-buildRafael Mendonça França2013-11-011-0/+1
|\
| * Set the destination_root for pluginsRobin Dupret2013-11-011-0/+1
* | More Warnings removed for ruby trunkArun Agrawal2013-11-012-2/+2
|/
* fix template GemfilesAaron Patterson2013-10-281-1/+14
* Don't require using application_name before optionsPiotr Sarnacki2013-09-131-2/+4
* Add --skip-action-view to app generatorŁukasz Strzałkowski2013-08-251-1/+1
* Include AV railtie when we're not loading full rails stackŁukasz Strzałkowski2013-08-251-0/+1
* Changed stylesheet load order in the stylesheet manifest generator.Pawel Janiak2013-07-281-3/+5
* s/plugin_new/pluginschneems2013-06-3027-0/+634
* Remove deprecated plugin generatorGuillermo Iguaran2011-05-2410-131/+0