aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin_new/templates/Gemfile
Commit message (Expand)AuthorAgeFilesLines
* s/plugin_new/pluginschneems2013-06-301-30/+0
* Revert more Rails.version changesRafael Mendonça França2013-04-011-1/+1
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-1/+1
* Ensure plugins generated with plugin new can boot the dummy applicationJosé Valim2013-02-281-8/+0
* Merge pull request #8263 from senny/refactor_plugin_new_generatorYehuda Katz2013-01-061-1/+1
|\
| * refactor the naming within plugin new generatorYves Senn2012-11-181-1/+1
* | Gemfile source url for plugins updatedAmparo Luna2012-11-291-1/+1
* | Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems"Rafael Mendonça França2012-11-271-1/+1
* | default source in Gemfiles to :rubygems rather than hardcoding the URLAkira Matsuda2012-11-281-1/+1
|/
* Fixed the Gemfile when gemspec is skipped in the 'rails plugin new' commandFred Wu2012-06-051-0/+15
* stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-171-1/+1
* Fix broken test introduced from #4814Prem Sichanugrist2012-02-011-1/+1
* Add jquery-rails to Gemfile of plugins, test/dummy app uses it.Santiago Pastorino2011-09-211-1/+4
* Moved dependencies from Gemfile to gemspec to eliminate redundant declarations.Dan Gebhardt2011-07-281-7/+13
* Create an :assets group in the Gemfile.José Valim2011-06-211-4/+3
* properly require javascript libraries when generating mountable engineJ. Edward Dewyea2011-05-301-0/+4
* Properly handle other databases in 'plugin new' generatorPiotr Sarnacki2010-11-021-1/+1
* Use rails integration tests by default in 'plugin new' generatorPiotr Sarnacki2010-11-021-1/+0
* Add --full option to 'plugin new' generator, which generates rails enginePiotr Sarnacki2010-11-021-0/+5
* Remove integration tests and ActionModel/ActiveRecord calls from 'rake plugin...Piotr Sarnacki2010-11-021-3/+0
* Add --dev and --edge options to rails plugin newPiotr Sarnacki2010-11-021-3/+2
* Added 'rails plugin new' generator which generates gem plugin skeleton.Piotr Sarnacki2010-11-021-0/+11