Re: [Rails] "rails generate" creates application

2011-03-07 Thread Colin Law
On 7 March 2011 09:49, Chris Kottom wrote: > In order to get the output that you're looking for, you need to type the > following on the command line from your RAILS_ROOT directory: > ./script/generate -h But you might be better instead to use Rails 3 rather than the version you are currently usi

Re: [Rails] "rails generate" creates application

2011-03-07 Thread Chris Kottom
In order to get the output that you're looking for, you need to type the following on the command line from your RAILS_ROOT directory: ./script/generate -h Part of the output should look something like: Installed Generators Builtin: controller, helper, integration_test, mailer, metal, migratio

Re: [Rails] "rails generate" creates application

2011-03-06 Thread Hassan Schroeder
On Sun, Mar 6, 2011 at 10:23 AM, Samuel Sternhagen wrote: > I am trying to run the command 'rails generate'. According to > RubyonRails.org this should show me what generators are available. When > I run the 'rails generate' command with no options it creates an > application named 'generate'. > >

[Rails] "rails generate" creates application

2011-03-06 Thread Samuel Sternhagen
I am trying to run the command 'rails generate'. According to RubyonRails.org this should show me what generators are available. When I run the 'rails generate' command with no options it creates an application named 'generate'. Does anyone know why this is happening? information from: http://gu