beginner with ror seeking some tips on getting started
I have just downloaded the book
"Build Your Own Ruby On Rails Web Applications
by Patrick Lenz" and I have installed instant rails and all seems to be ok.
my question is - why cant I properly execute The rails command wich takes a single parameter:""apparently!"".
when I try and set up my directory by typing:
$ rails shovell
create
create app/controllers
create app/helpers
create app/models
create app/views/layouts
create config/environments
create components
create db
create log/server.log
create log/production.log
create log/development.log
create log/test.log
in the command window it keeps telling me that "create" is not recognized as an internal or external command.
Im sure I have forgoten to do somthing simple but I cant figure this out!
im all fired up and very eager to learn ror, just need to get over the first few hurdles to get a grasp on using this development tool and continue learning from this awesome book...
Bookmarks