are you have install the gem bundler? for use a bundle command its require a bundler gem
gem install bundler one question, you have in root project something named "Gemfile" ? in rails 2.3.8 the gemfile is not default. 2011/7/21 dv dhanadan <[email protected]> > hai i am pretty new to ruby on rails.. > > when i tried installing rails using the below command line > gem install rails –v=2.3.8 --include-dependencies -- no-ri --no-rdoc > i got a msg as > 1 gem installed > instead of 8 geminstalled. > > ok the second query is > > i was doing a demo project > (http://guides.rubyonrails.org/getting_started.html) from the above > link.. > i was following the instructions which was mentioned..i was successful > in creating the folder for the project by using the rails blog command > line..this created a dummy folder called blog...so in the blog folder > the folder named gemfile was not be found... > Also when i tried bundle install---i got the msg as could not locate gem > file.i am presently using ruby 1.8.7 and rails 2.3.8 > can any one help me... > > -- > 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. > > -- 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.

