aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/app_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* In app_generator, fix hardcoded `bundle` call to derive the bundle ↵Caio Chassot2010-03-121-1/+2
| | | | | | | | executable name from Thor::Util.ruby_command. This ensures that eg. when `rails` is called from `ruby1.9`, `bundle1.9` is called. Signed-off-by: José Valim <jose.valim@gmail.com>
* Add a check to ensure that the application name does not already exist, i.e. ↵Kieran Pilkington2010-03-121-0/+2
| | | | | | String or Module are part of ruby [#3872 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Revert "In app_generator, fix hardcoded `bundle` call to derive the bundle ↵Carl Lerche2010-03-031-2/+1
| | | | | | | | executable name from Thor::Util.ruby_command." This reverts commit 6f4c45199b791ac2c90aa6742f8ffbd62b02ed7b. This breaks the tests. Please investigate.
* In app_generator, fix hardcoded `bundle` call to derive the bundle ↵Caio Chassot2010-03-031-1/+2
| | | | | | | | executable name from Thor::Util.ruby_command. This ensures that eg. when `rails` is called from `ruby1.9`, `bundle1.9` is called. Signed-off-by: José Valim <jose.valim@gmail.com>
* the folder public/javascripts should be created by default [#4027 ↵Ramon Soares2010-02-261-2/+5
| | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Invalid namespace on app generation raises an errorKyle Maxwell2010-02-171-2/+7
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Update Gemfile to use latest bundler config.José Valim2010-02-041-15/+21
|
* Fixed --dev flag for new bundlerMikel Lindsaar2010-02-021-1/+1
|
* Add the database adapter in the generated GemfileCarl Lerche2010-02-011-0/+12
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+244
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-225/+0
|
* Remove support for SQLite 2.Pratik Naik2009-08-171-1/+1
| | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git
* Allow rails templates relative to the current path to be given.José Valim2009-08-071-3/+18
|
* Always use application generator to run templates.José Valim2009-07-281-1/+0
|
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-161-1/+4
|
* Change false to :verbose => false as in new Thor version.José Valim2009-07-151-6/+6
|
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-4/+4
|
* Add the new generators environment and update commands.José Valim2009-07-081-1/+1
|
* Generators are configured on initialization if RAILS_ENV=generators.José Valim2009-07-081-0/+1
|
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-021-3/+3
|
* Move file action only to app generator.José Valim2009-06-281-0/+7
|
* Change current sstructure.José Valim2009-06-231-0/+200