> If you're ok with production containing everything that's in your > local database you can either use heroku's db:push (https:// > devcenter.heroku.com/articles/taps)
I downloaded the Windows Toolbelt and came into a problem. After just installing the Heroku CLI, I tried to run rake routes to keep coding and could not execute. The Toolbelt installer install some sort of ruby and my app was using it. After unistalling it is running again, however, I now cannot run the bundle install --without production After running `which ruby` and `which bundle`, I realized the later was pointing to the Ruby that the toolbelt installed, which isn't there anymore. How to change the bundle's path to the right bundle in the c:/Ruby193/...directory instead of c:/Program Files (x86)/Ruby193/... > local database you can either use heroku's db:push After I installed taps e got the error when executing this command: `Taps Load Error: no such file to load --sqlite3` `You may need to install or update the taps gem to use db commands` Im not sure what is going on anymore, any tips? Regards -- 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.

