[Rails] #5 Getting Up and Running
http://guides.rubyonrails.org/getting_started.html#getting-up-and-running
create a controller called
$ rails g controller posts
That results in an error.
>rails g controller posts
Usage:
rails new APP_PATH [options]
Options:
What am I missing?
-- create a controller called
PostsController
. You can do this by running this command:
$ rails g controller posts
That results in an error.
>rails g controller posts
Usage:
rails new APP_PATH [options]
Options:
What am I missing?
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/48641ad1-46d1-4879-aed5-0b8941311c65%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home