Dahlby wrote in post #977579: > Hi, > > I'm currently slogging my way thru the installation-setting up pages > of Ruby On Rails 3 Tutorial. I'm a bit new at terminal stuff, and am > wrapping my head around getting around hidden directories, github, ssh > keys, blah blah. > > Question: > I'm trying to set up a new app with the command "rails new demo_app". > It instead gives me a directory called "new" with the usual > directories, but not all the usual files are there, like Gemfile or > Readme.
Then you are trying to use a Rails 3 tutorial with a Rails 2 (or older) installation. Don't do that. Install Rails 3. > I already set up another app before successfully, where it > generated all the requisite files using my project name in the command > line (rails new first_app). I'm wondering if I switched something off > inadvertently between then and now. Perhaps. What's the output from rails -v ? How about gem list rails ? Are you using RVM? > > Thanks for any help. (I'm sure to be back with more dumb questions) > > Ian Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

