aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Update JQuery UJSSantiago Pastorino2010-12-261-26/+48
* Update Prototype UJSSantiago Pastorino2010-12-261-29/+43
* Do not load all application's task in generated enginePiotr Sarnacki2010-12-191-6/+3
* Use require 'bundler/setup' instead of directly calling Bundler.setup in conf...Piotr Sarnacki2010-12-171-10/+3
* Allow to use BUNDLE_GEMFILE env variable in boot.rb [#6184 state:resolved]Piotr Sarnacki2010-12-171-1/+1
* AppGenerator: use options instead of @optionsPiotr Sarnacki2010-12-161-3/+3
* Kill whitespace!Piotr Sarnacki2010-12-161-3/+3
* Generate default layout in engine with --mountable optionPiotr Sarnacki2010-12-163-2/+7
* Fix generation of prototype files, it should work with --javascript prototype...Piotr Sarnacki2010-12-162-2/+2
* Generate javascripts in engine with --mountable optionPiotr Sarnacki2010-12-163-5/+41
* Fix indentation and newlines in generated enginePiotr Sarnacki2010-12-162-2/+2
* Skip creating migration if --skip option is passed to model generator [#6144 ...Piotr Sarnacki2010-12-161-1/+1
* Allow to generate namespaced generators [#6140 state:resolved]Piotr Sarnacki2010-12-161-2/+2
* Refactor db:load:config to automatically pick additional migrations if ENGINE...Piotr Sarnacki2010-12-092-15/+1
* Rake tasks for managing database while development and testing of enginesPiotr Sarnacki2010-12-093-5/+22
* Do not require fixtures in example integration test in engine if active recor...Piotr Sarnacki2010-12-091-0/+2
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-051-1/+1
|\
| * For templates' gem method, :env is deprecated, use :group insteadRyan Bigg2010-12-011-1/+1
* | Allow http templates again, fix the broken testXavier Shay2010-11-271-1/+1
* | Application templates should work with HTTPS tooMikel Lindsaar2010-11-271-1/+1
|/
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-253-5/+3
* Update to Prototype 1.7Santiago Pastorino2010-11-231-326/+407
* Do not run migrations from mounted engine separately.Piotr Sarnacki2010-11-161-2/+0
* Fix plugin new --mountable: ActionController instead of ActiveControllerPiotr Sarnacki2010-11-161-1/+1
* Change inside_namespace method to inside_template and use it in all templates...Piotr Sarnacki2010-11-166-31/+20
* Fix misspelling of 'deprecation' in plugin_generator.Doug Ireton2010-11-161-1/+1
* Bye bye bang bang.Piotr Sarnacki2010-11-161-1/+1
* Deprecate plugin generatorPiotr Sarnacki2010-11-161-0/+7
* Add skip-gemspec option to 'plugin new' generatorPiotr Sarnacki2010-11-161-7/+10
* Update to JQuery 1.4.4Santiago Pastorino2010-11-121-344/+640
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-1134-151/+634
|\
| * Allow to set dummy application path through optionsPiotr Sarnacki2010-11-081-1/+4
| * Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-0310-5/+25
| * Add --mountable option to 'plugin new' generator which generates full mountab...Piotr Sarnacki2010-11-026-3/+43
| * Add example rake task to 'plugin new' generatorPiotr Sarnacki2010-11-022-0/+5
| * create_dummy_app method that allows to easily create dummy application from t...Piotr Sarnacki2010-11-023-37/+32
| * Properly skip test unit in 'plugin new' generatorPiotr Sarnacki2010-11-024-21/+17
| * Properly handle other databases in 'plugin new' generatorPiotr Sarnacki2010-11-024-22/+29
| * Skip active record properly in 'plugin new' generatorPiotr Sarnacki2010-11-021-1/+1
| * Use rails integration tests by default in 'plugin new' generatorPiotr Sarnacki2010-11-025-15/+7
| * We don't need to configure ActionMailer in plugin's test helper, it's configu...Piotr Sarnacki2010-11-021-4/+0
| * Refactor app and plugin generators to use new Thor APIPiotr Sarnacki2010-11-022-20/+4
| * Do not create additional newlinePiotr Sarnacki2010-11-021-1/+1
| * Don't be verbose while creating dummy application in plugin new generatorPiotr Sarnacki2010-11-021-3/+13
| * No need to require 'app_base', it's required in app_generatorPiotr Sarnacki2010-11-021-1/+0
| * Pass more options to test/dummy in 'plugin new' generatorPiotr Sarnacki2010-11-023-16/+14
| * Add --full option to 'plugin new' generator, which generates rails enginePiotr Sarnacki2010-11-0212-8/+78
| * No need for say_step in 'plugin new' generatorPiotr Sarnacki2010-11-022-18/+1
| * DRY up app generator and plugin new generator. Moved shared options to AppBas...Piotr Sarnacki2010-11-023-52/+31
| * Remove integration tests and ActionModel/ActiveRecord calls from 'rake plugin...Piotr Sarnacki2010-11-026-35/+5