aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_new_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-6/+6
* `plugin new` adds dummy app tasks when necessary.Yves Senn2012-11-081-0/+6
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* Remove .rb from require sentencesJosé Corcuera Z2012-09-211-1/+1
* Revert "Revert changes related to `bundle install` fixes in `rails new`"Piotr Sarnacki2012-08-311-2/+7
* remove test/dummy from gitignore when "plugin new -T"Francesco Rodriguez2012-07-031-1/+7
* Merge pull request #6681 from arunagw/plugin_gen_fixRafael Mendonça França2012-06-081-2/+8
|\
| * We should not include engine.rake file into rakeArun Agrawal2012-06-081-0/+8
| * Removed protected as we already doing it above.Arun Agrawal2012-06-081-2/+0
* | Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-081-0/+8
|/
* Fixed the Gemfile when gemspec is skipped in the 'rails plugin new' commandFred Wu2012-06-051-0/+26
* Use new hash syntax for generators gem methodAlexey Vakhov2012-05-221-2/+2
* Revert changes related to `bundle install` fixes in `rails new`Piotr Sarnacki2012-05-171-7/+2
* Fix tests in railtiesPiotr Sarnacki2012-05-151-1/+1
* improve #6318Michal Papis2012-05-151-1/+6
* Failing test for #6251Piotr Sarnacki2012-05-101-0/+7
* Build fix for plugin new generator changeCarlos Antonio da Silva2012-05-011-2/+2
* Fix GH #4737. Missing helper file (LoadError) in mountable plugin.kennyj2012-02-021-7/+8
* Fix tests, ./ is not needed for relative entries in Gemfile in newest bundler...Piotr Sarnacki2012-01-071-2/+2
* Add Gemfile entry when creating a plugin in application's directoryPiotr Sarnacki2012-01-071-1/+32
* No need 'abstract_unit' here. It's already in 'generators_test_helper'Arun Agrawal2011-12-181-1/+0
* fix rails plugin new CamelCasedName buglest2011-11-191-0/+6
* Fixed error with 'rails generate new plugin' where the .gitignore was not pro...Tyler Coville2011-11-091-0/+8
* Warnings removed for "assert_match /" Please doArun Agrawal2011-09-041-3/+3
* Covering more files in test for plugin new generator. Vishnu Atrai2011-07-291-0/+2
* Test add for plugin new generator generate mailerArun Agrawal2011-07-291-4/+5
* pluging generator test fixVishnu Atrai2011-07-281-8/+8
* As we are adding db folder in it. Required in test also.Arun Agrawal2011-07-171-1/+1
* fix engines rake tasksJake Varghese2011-07-041-0/+8
* Merge pull request #1676 from neerajdotname/make_test_name_meaningfulSantiago Pastorino2011-06-131-1/+1
|\
| * Remove "is_assed" with something more meaningfulNeeraj Singh2011-06-131-1/+1
* | namespace engine assetsRyan Bates2011-06-121-12/+16
|/
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-3/+10
|\
| * Generate script/rails only if --full is givenStefan Sprenger2011-05-271-3/+3
| * Fix appending 'Stefan Sprenger2011-05-271-1/+1
| * Fix and test ENGINE_PATH and ENGINE_ROOTStefan Sprenger2011-05-271-0/+8
| * We're now using generators directlyStefan Sprenger2011-05-261-1/+0
* | properly require javascript libraries when generating mountable engineJ. Edward Dewyea2011-05-301-0/+22
|/
* Use global namespace RailsStefan Sprenger2011-05-261-1/+1
* Improve test assertionStefan Sprenger2011-05-251-1/+3
* Remove whitespaces from empty lineStefan Sprenger2011-05-251-1/+1
* Add test files to engine's gemspecStefan Sprenger2011-05-251-0/+7
* Merge pull request #1260 from flippingbits/masterJosé Valim2011-05-251-0/+5
|\
| * Add test for shebang in engine's script/rails fileStefan Sprenger2011-05-241-0/+5
* | create the dummy app if there's no test_unit but there's a dummy_pathdmathieu2011-05-241-0/+7
|/
* Fix failing test suite (please run tests before sending pull requests :S)José Valim2011-05-241-1/+2
* Add test for gemspec of the generated engineStefan Sprenger2011-05-241-0/+6
* Run bundle install once when using plugin_new --full --mountable. Closes #555Santiago Pastorino2011-05-171-0/+5
* new reporting method Kernel#quietlyXavier Noria2011-05-131-2/+2
* application and plugin generation run bundle check unless --skip-gemfileXavier Noria2011-05-131-3/+3