aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_new_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix rails plugin new CamelCasedName buglest2011-11-191-0/+6
| | | | refs #3684
* Fixed error with 'rails generate new plugin' where the .gitignore was not ↵Tyler Coville2011-11-091-0/+8
| | | | properly generated if --dummy-path was used and added test case
* Warnings removed for "assert_match /" Please doArun Agrawal2011-09-041-3/+3
| | | | not add more.!
* 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 meaningful
| * 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
|\ | | | | Fix engine's generator
| * 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
|\ | | | | Remove shebang from the template
| * 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
| | | | | | | The purpose of this feature is that the user knows whether dependencies are satisfied. In particular, if they are not he will be warned upfront, rather than finding out himself in an abrupt way by trying to run something.
* 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 ↵Xavier Noria2011-04-301-10/+0
| | | | prototype-rails from now on, also the -j option of the application generator is removed
* 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 ↵José Valim2011-04-171-0/+6
| | | | possible to extend them.
* 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
| | | | | | | | | | | | Some of the engines needs database. As engine needs to be run inside Rails application, migrations and other database operations are run from dummy application. To make that process simple I changed db tasks to look for migrations in both engine's and application's db/migrate directory. You can run all of the database tasks from test/dummy or directly from engine with prefix app, like: rake app:db:migrate rake app:db:migrate:redo
* 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 ↵Piotr Sarnacki2010-11-021-0/+9
| | | | mountable application (engine)
* Add example rake task to 'plugin new' generatorPiotr Sarnacki2010-11-021-0/+1
|