[Rails] Re: Learning Rails wth tutorial - can't push to Heroku

2011-01-16 Thread gezope
Oh yes, he's right, forgot to ask: do you have Sqlite3 gem itself? The way is: 1. Right version of Ruby, Gem, Rails installed - hopefully with Ruby Version Manager http://rvm.beginrescueend.com/ . You can try these from terminal: "ruby -v" "rails-v" "gem -v" (If you have further problems please w

[Rails] Re: Learning Rails wth tutorial - can't push to Heroku

2011-01-15 Thread Arailsdemo A.
You can try installing the gem outside of Bundler. > gem install sqlite3-ruby or if you're not using RVM > sudo gem install sqlite3-ruby -- 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 pos

[Rails] Re: Learning Rails wth tutorial - can't push to Heroku

2011-01-15 Thread Marnen Laibow-Koser
Mike Glozman wrote in post #975083: > Trying to learn ROR with the railstutorial.org, and i'm trying to push > to Heroku and getting the following error: > > # git push heroku master > Counting objects: 85, done. > Delta compression using up to 2 threads. > Compressing objects: 100% (68/68), done.

[Rails] Re: Learning Rails wth tutorial - can't push to Heroku

2011-01-15 Thread Arailsdemo A.
Try running 'bundle install' (or 'bundle' for short) from the command line and then repushing to Heroku. If that doesn't work, try 'bundle update'. Make sure you run bundle install anytime after changing your Gemfile. About Gemfile.lock: If you have gem 'rails' in your Gemf