On 22 November 2011 05:35, amvis <[email protected]> wrote: > Thank all.. > I am fed up with so many gems problems to running one ruby on rails > application , which use ruby 1.8.7 and rails 2.3.6. so some gems which > related with 2.3.6 not getting now a days. we just change to 2.3.11 in > (environment.rb). and when i run bundle install command, which shows could > not find gemfile .already i have install all the gems which using in that > application. Any way to solve this?
After changing the rails version in environment.rb you must install that version of rails and run rake rails:update That will update some files for you. Commit those to your version control system obviously. Although I believe there is a way of using bundler with rails 2 it is not normally used with version 2. If you are still having problems come back with the specific issue. Colin -- 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.

