I am new to Ruby on Rails, Now try to install ROR. I follow this tutorials http://blog.sudobits.com/2011/10/27/how-to-install-ruby-on-rails-in-ubuntu-11-10/
After install this gem install rails create my project like rails new myproject.
here showing this message
Your bundle is complete! Usebundle show [gemname]to see where a bundled gem is installed. .
After then i run bundle install its showing this error Could not locate Gemfile.
please help me how can i solve this problem.
Make sure you are in the project directory before running
bundle install.For example, after running
rails new myproject, you will need tocd myprojectbefore runningbundle install.