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

Mike S.
3,733 PointsRVM not working after Rails Installer (Windows)
Installed Rails Installer that they suggested and now i'm onto generating the application and it says to do rvm use 1.9.3 (which is my version, I checked) and whenever I type rvm anything in command prompt it says "rvm is not recognized as an internal or external command" - I ran rails new treebook anyway and it worked. Is this something I need to be concerned about or fix?
2 Answers

Adam Sackfield
Courses Plus Student 19,663 PointsYou need to install Rails version manager. However i had a nightmare doing it on windows so for an easy solution us [www.nitrous.io] this is free for 1 workstaion and it gives you everything you need to get going. Seems to leave windows users behind in the videos.

James Barnett
39,199 PointsAs the teacher notes located below the video state you don't need to type rvm use on Windows.

Adam Sackfield
Pro Student 19,663 PointsCan you help me please James Barnett got going on RoR in Nitrous as you suggested and its perfect. Just hit a snag im on this video http://teamtreehouse.com/library/build-a-simple-ruby-on-rails-application/creating-an-authentication-system/installing-devise-2 and think i followed outdated instructions. How can i remove devise from the app and start it again? Thanks

Adam Sackfield
Pro Student 19,663 PointsJames Barnett think i got it rolled back using git reset --hard

James Barnett
39,199 PointsThat's one of the great things about version control systems like git, it's like a time machine for your code.

Mike S.
3,733 PointsI tried rvm use - it says in the prompt what I pasted above, same thing happens if I only type rvm
Mike S.
3,733 PointsMike S.
3,733 PointsThank you! This looks amazing!