aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_new_generator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* adds comments clarifying the role of SharedGeneratorTestsXavier Noria2011-05-071-0/+2
* Fixed tests for new_plugin_generator.Arun Agrawal2011-05-041-2/+0
* Prototype and Scriptaculous are no longer vendored, but provided by prototype...Xavier Noria2011-04-301-10/+0
* Fix tests.José Valim2011-04-251-1/+1
* Add `app/assets/images` directory to plugin new generatorPrem Sichanugrist2011-04-251-0/+4
* Generate app/* stubs directories for full plugins to show ththat it is possib...José Valim2011-04-171-0/+6
* Fix plugin new generator to work with new javascript/stylesheets conventionsPiotr Sarnacki2011-04-161-16/+18
* jQuery is the new defaultXavier Noria2011-04-131-15/+6
* use parens and silence ambiguous args warningsJack Dempsey2011-03-141-6/+6
* change sqlite3-ruby => sqlite3 in the generatorsAaron Patterson2011-01-161-1/+1
* README.rdoc is a templateSantiago Pastorino2011-01-151-0/+1
* plugin new generator should generate config/routes.rb file for full enginesSantiago Pastorino2011-01-141-1/+3
* Generate default layout in engine with --mountable optionPiotr Sarnacki2010-12-161-0/+1
* Generate javascripts in engine with --mountable optionPiotr Sarnacki2010-12-161-0/+29
* Rake tasks for managing database while development and testing of enginesPiotr Sarnacki2010-12-091-1/+1
* Fix plugin new --mountable: ActionController instead of ActiveControllerPiotr Sarnacki2010-11-161-1/+1
* Add skip-gemspec option to 'plugin new' generatorPiotr Sarnacki2010-11-161-0/+5
* Remove whitespaces and add missing test.José Valim2010-11-111-1/+0
* Allow to set dummy application path through optionsPiotr Sarnacki2010-11-081-0/+7
* Add --mountable option to 'plugin new' generator which generates full mountab...Piotr Sarnacki2010-11-021-0/+9
* Add example rake task to 'plugin new' generatorPiotr Sarnacki2010-11-021-0/+1