0
votes
2answers
33 views

Heroku error with installing installing sqlite3 (1.3.7)

I created a small Rails app and I want to deploy it. I am getting a error when pushing to Heroku. I know this question has been asked already, but none of the solutions are working for me. I am on ...
1
vote
3answers
118 views

I can't push my Rails project to heroku, can't find bootstrap-sass

When I try to push my project to Heroku I get this error: -----> Deleting 3 files matching .slugignore patterns. -----> Ruby/Rails app detected -----> Using Ruby version: ruby-1.9.3 ...
0
votes
2answers
39 views

Heroku error code H10, exited with status 1

Can anyone please shed some light on the heroku logs below? I have deployed a rails app to heroku but I can't work out why it keeps crashing. I've updated the gems file to include the Ruby version ...
1
vote
1answer
103 views

aptana studio sh.exe": gem: command not found

I am using aptana studio 3. I am creating an app called UBDTCE. I want run web deployment wizard an sign-in to my heroku account it asks whether to install heroku gem or not. Then I get an error ...
0
votes
0answers
34 views

Heroku App wont start after removing hirefire gem

I had installed the hirefire gem in hopes of using it, but didn't realize that it wont work on the cedar stack. My app wont start and I am getting the following. Any ideas? Mar 23 13:21:22 ...
0
votes
0answers
36 views

Heroku is ignoring bundle configuration

I'm trying to install the gem 'taglib-ruby' on Heroku. This gem compiles as a native extension which requires a system dependency called taglib, so after compiling and uploading it through heroku ...
1
vote
0answers
74 views

Trying to update to gem 3.0.20 and install a DevKit

Heroku advised updating to this gem because of a security patch but it has caused me all kinds of headaches and now my local environment isn't working correctly. They suggested doing this as a ...
1
vote
0answers
43 views

Installing gems on node heroku projects

I'm writing a node app on heroku, and the app requires a gem, compass to be installed, for node-compass. However, I can't seem to work out how you install gems in a node application on heroku. I ...
1
vote
3answers
340 views

RVM / Heroku / Gem: lazy symbol binding failed

I can't make this work: apaw:x apaw$ heroku db:pull dyld: lazy symbol binding failed: Symbol not found: _rb_intern2 Referenced from: ...
0
votes
1answer
35 views

Install gem for Java application on Heroku

How do you install gems when running a Java application (Play! 2.0) on Heroku? Creating a Gemfile file makes Heroku think it is a Ruby application and does not start the application. Installing from ...
0
votes
0answers
37 views

Setting up Makara gem on Heroku

Has anyone used makara gem on Heroku? This gem has a lot of extra config data inside database.yml and I'm not sure if it is possible to edit the databse.yml generated by heroku, or if there is any ...
0
votes
1answer
74 views

“Mongod” works, but running “rails console” results in “Failed to connect to a master node at 127.0.0.1:9100 (Mongo::ConnectionFailure)”

I have a problem with MongoDB. For a start, when running mongod, and then mongo (in another teminal window), I get: MongoDB shell version: 2.2.2 connecting to: test > > However. When I ...
9
votes
1answer
657 views

How can I use rdiscount on Heroku?

I am trying to push a small test app to Heroku. Here is the App and the Gem file: App: require 'sinatra' require 'haml' require 'rdiscount' set :markdown, :layout_engine => :haml, :layout => ...
0
votes
0answers
199 views

Rails: git push heroku error: sqlite3 on Windows 7

I am new to the rails and I am trying to push an app to heroku (just some basic stuff for practice) I have looked at the some of the solution to sqlite3 error problem on stackoverflow and I have ...
2
votes
0answers
87 views

Heroku push rejected, failed to install gems via Bundler Rice 1.4.3

I can't seem to push to heroku after using the rice gem (1.4.3). I always recieve the following error: Installing rice (1.4.3) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem ...
1
vote
1answer
32 views

How can I make awesome_print be the default in the heroku console?

How can I make awesome_print be the default in the heroku console? When I type Model.all in the console, I would like awesome_print to display the results without having to type ap Model.all.
2
votes
0answers
185 views

Install raspell gem on Heroku using Vulcan

I would like to use the thinking-sphinx-raspell gem to allow did-you-mean suggestions for searches on our website. It works on my development machine (Mountain Lion), but I'm having difficulty ...
0
votes
0answers
248 views

Could not find faraday-0.8.3 in any of the sources: Rails 3.2 pushing to Heroku

I receive this error Could not find faraday-0.8.3 in any of the sources when I attempt to push my Rails 3.2.9 app to Heroku. Here's my Gemfile source 'https://rubygems.org' gem 'rails', '3.2.9' # ...
2
votes
1answer
147 views

Deploying Rails on Heroku after removing Devise gem

I'm trying to deploy my first rails app on Heroku. I was using devise for authentication, but my needs changed, so I removed it and am now using sorcery. Everything is working locally, but when ...
0
votes
2answers
250 views

Installing pg gem on ubuntu

I'm developing a rails app using sqlite3. I want to push it to Heroku. In Heroku tutorial it says that I have to first change: gem 'sqlite3' to gem 'pg' and run bundle install I got this ...
0
votes
0answers
150 views

How do you use the heroku-api gem?

I am trying to use the heroku-api gem https://github.com/heroku/heroku.rb , but can't find many examples of how it is supposed to work. I started to get a feel of it just by writing this simple script ...
1
vote
0answers
165 views

An error occurred while installing ZenTest (4.8.2), and Bundler cannot continue.

When I practice the Chapter three of the tutorial of Ruby on Rails. After mostly static pages: conclusion. I tried to push my app to heroku but an error showed up as below: (I searched this error ...
3
votes
1answer
552 views

Problems with heroku toolbelt

I'm absolute newbie in Ruby and Rails project, so I'm sorry if this is dumb question. I've installed heroku toolbelt using wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh. Also I tried ...
1
vote
0answers
122 views

Erros while installing 'therubyracer-heroku' gem

I am trying to do a gem install therubyracer-heroku -v '0.8.1.pre3', but I am getting errors while building, it is a big log but here is the last failing lines (pasted full log in the end): g++ -o ...
0
votes
0answers
204 views

Rails on heroku: “cannot load such file” [closed]

I keep having this error when I run rails s. It initially started when i tried pushing my app to heroku: /var/lib/gems/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251: in ...
0
votes
1answer
71 views

Heroku db:pull db:push Taps Load Error sqlite3

Trying to push or pull heroku's db by doing this: heroku db:pull OR heroku db:push And I got the next output ! Taps Load Error: no such file to load -- sqlite3 ! You may need to install or ...
4
votes
3answers
299 views

Heroku deployment failed because of sqlite3 gem error

I just started the ruby.railstutorial.org book by Michael Hartl and have been working through the first chapter. I am using mac book OS X, Terminal, and Sublime Text. Everything has gone according to ...
2
votes
1answer
160 views

Switch from heroku gem to heroku-api topolbelt

Heroku is so good at making things simple...but this...not so much. How do you switch from the heroku gem to the new tool belt? Here are the steps I have taken: $ heroku version: heroku-gem/2.32.5 ...
3
votes
1answer
236 views

rails/heroku migrating from gem to toolbelt

I used to use the heroku gem with a project. Now that the toolbelt is out, I wanted to switch. I removed the gem from the Gemfile and I uninstalled it via gem uninstall heroku. I installed the heroku ...
5
votes
4answers
1k views

Installing Heroku Toolbelt has broken Taps

I've been hapilly using the Heroku and Taps gems for a while now, regularly doing a heroku db:push to push my database up to production. This morning I noticed a message that the Heroku gem was ...
0
votes
0answers
103 views

heroku config PATH variable

I'm trying to deploy a heroku app that depends on an unsupported external library. I loaded the library into my vendor folder but now I need to configure heroku to look in a specific path for ...
1
vote
1answer
167 views

How do you tell Heroku to ignore SqlLite gem in development group

I'm trying to deploy a super simple Sinatra app with a registration form on Heroku. I'm getting the error Process exited with status 1 2012-09-27T05:59:01+00:00 heroku[web.1]: State changed from ...
2
votes
1answer
101 views

When pushing to a PostgreSQL, a .dat file is created? Using taps

Since Heroku now supports ruby 1.9.3 but not sqlite3, I finally went along and took the journey to discover Heroku's way of using PostgreSQL. Took a little time to understand and configure, but I ...
1
vote
2answers
241 views

Problems getting my sinatra based app to work on Heroku

I made a simple Sinatra app to run a homepage. It's already working on my computer. Now I wanted to host it at heroku, but I can't manage it to make it run. I am not really familiar with concepts like ...
0
votes
1answer
134 views

Permissions error with gem install

I had a very weird problem yesterday, where in the middle of trying to figure out some heroku problems, my whole Rails environment just disappeared. Bundle, RVM, rails, etc were no longer recognized. ...
1
vote
1answer
116 views

How to get working a local gem on heroku?

I have a modified version of the gem declarative authorization on my RoR app. It's under vendor/gems/declarative_authorization. My gemfile has gem "declarative_authorization", '= 0.5.5', path: ...
4
votes
2answers
220 views

JRuby Heroku Gem

Is it possible to use Heroku client with JRuby? I have installed heroku gem successfully with all dependencies, but I can't login. PS D:\Projects\myproject> heroku login Enter your Heroku ...
2
votes
1answer
184 views

Heroku Push Fails

When I push to heroku, it tells me that it fails to install gems with bundler and then it fails: Git error: command `git fetch --force --quiet --tags 'git@github.com:holgersindbaek/streama.git' ...
0
votes
4answers
857 views

Updating Heroku gem, on RVM (OSX), has resulted in a LoadError and “broken” heroku gem. What is safest way to fix?

I have been using RVM (v1.14.11 & JewelryBox GUI), with OSX 10.6.8, for over a year now without any problems. I have two rubies installed (1.9.2 & 1.9.3), plus various gemsets for each ruby. ...
0
votes
2answers
147 views

How do you install filemagic (libmagic) in Heroku?

Usually it is brew install libmagic I need it because the Ruby Gem ruby-filemagic' needs it.
0
votes
1answer
57 views

Berkeley DB on Heroku

Is there a way to use Berkeley DB from Ruby on Heroku? I know about the bdb gem and a few similar. But Berkeley DB must be installed as a library in advance for these to build. I am only ...
0
votes
0answers
214 views

“ERROR: Failed to build gem native extension” on Heroku Aspen

I am tring to clone an old Ruby project from one Heroku app to another but I can't get it to run. I have setup a new app with the aspen-mri-1.8.6 stack. But when I push the code up (cloned directly ...
1
vote
2answers
431 views

heroku db:push Taps Load Error:

Does anyone facing this problem according to push data to heroku postgres using heroku db:push here's error D:\workspace\gitrepo\xxx> heroku db:push ! Taps Load Error: no such file to load ...
3
votes
1answer
1k views

Heroku db:push problems

I'm trying to push my local Postgres db to my Heroku app, and following Heroku guide, I did heroku db:push but I get the following error: leonsas@leonsas-VirtualBox:~$ heroku db:push ! Taps Load ...
3
votes
1answer
730 views

Gem is not checked out. Please run `bundle install` in Heroku

I have this configuration in my Gemfile: group :test do # ... gem "shoulda-matchers", :git => "git://github.com/watu/shoulda-matchers.git", :branch => "do_not_load_minitest" end which ...
0
votes
1answer
774 views

Heroku push rejected, failed to install gems via Bundler

Having issues trying to push for the first time to a heroku app, Ive created the app online and added the heroku git. but after doing git push heroku master And I get the following response ...
1
vote
1answer
316 views

Error with gem pg shouldn't happen locally, only in production, why is bundle installing it?

I have a Ruby on Rails application and am just starting to deploy it to Heroku. The Heroku quick start guide says to include the pg gem for your database on production. OK, this came up the last ...
1
vote
0answers
984 views

Deploy to Heroku Error

I am failing to deploy my first app to Heroku. An error occurred while installing sqlite3 (1.3.6), and Bundler cannot continue. Make sure that **gem install sqlite3 -v '1.3.6**' succeeds before ...
4
votes
1answer
119 views

How to edit a gem at Heroku

I'm using 'rails3-jquery-autocomplete' gem, but it doesn't have multi column search, but there is a fork that does it ( more details at: ...
4
votes
1answer
1k views

Why is foreman gem ignoring the PORT environment variable?

I want the foreman gem to use the PORT value provided in the my development env file instead of using its own values. My files setup is shown below: A bash script to start foreman: foreman start -e ...

1 2 3