Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Charles Timms
574 PointsHow do I create a new [project] as in the video on a windows 8 computer? and when I do 'ruby new treebook' its not same.
How do I create a new [project] as in the video on a windows 8 computer? and when I do 'ruby new treebook' its not the same??
2 Answers

Jun Hao Yap
9,074 PointsIf this is about Ruby on Rails, the command is 'rails new [project]', not 'ruby new [project]', you might have confused ruby and rails, ruby is the language and rails is the framework.

Jun Hao Yap
9,074 PointsOk I'm not a windows person but it's generally not a good idea to be generating files into your system files folder, i.e in your case you're actually generating a huge bunch of files into your sysWOW64 folder. I suspect that writing files into your sysWOW64 folder requires administrator permission or some higher form of permission that rails does not have in generating a new project.
In short, try doing 'rails new treebook' in a folder that is not critical to your OS, try doing it in C:\Documents instead of C:\SysWOW64.
Just a guess, hope it works.
Charles Timms
574 PointsCharles Timms
574 PointsSorry I did do that just wrote it in the question its saying things about rails installer..
Jun Hao Yap
9,074 PointsJun Hao Yap
9,074 PointsPerhaps, then, you might want to let us know which course and which video you're currently on so we can better help you.
Charles Timms
574 PointsCharles Timms
574 Pointshttp://teamtreehouse.com/library/build-a-simple-ruby-on-rails-application/getting-started-with-rails/generate-a-rails-application-2
Build a simple ruby on rails application Generate a rails application
Jun Hao Yap
9,074 PointsJun Hao Yap
9,074 PointsRight, so the command is "rails new treebook" and not "Ruby new treebook", Ruby != Rails.
If you have typed in "rails new treebook" and there is still an error you might want to show us the error that is being thrown by your console.
Charles Timms
574 PointsCharles Timms
574 Pointshttp://i1248.photobucket.com/albums/hh484/charles396/1111111.png
http://i1248.photobucket.com/albums/hh484/charles396/222222222222.png screenshots of all of console after just that command I'm really not sure what I'm doing wrong