rails new my_app is throwing following error
An error occurred while installing rake 0.9.2.2 and bundle can not continue. Make sure that gem install rake -v '0.9.2.2' succeeds before bundling.
I’ve installed latest version of Ruby on Rails in window 7.
use
rails new my_projectto generate your project. also runrails -vto ensure rails is installed