-3
votes
2answers
40 views

Application Error An error occurred in the application and your page could not be served. Please try again in a few moments [closed]

I try to deploy my second application to heroku. But I have this error and I'm not able to solve it. Some one can help me ? Below the result of console output heroku logs: ...
0
votes
1answer
25 views

Why do I keep getting the Heroku 500 error?

I am new to rails development and I keep getting an error from heroku Application.js: // This is a manifest file that'll be compiled into application.js, which will include all the files // listed ...
0
votes
2answers
25 views

Including custom fonts in .fonts folder in heroku, seems not recognizing them

Heroku support told me that in order to use custom fonts in my web app (not installed in the system, you can see the installed ones with fc-list in a bash console) I had to deploy a .fonts folder with ...
0
votes
1answer
62 views

Impossible to deploy app in heroku - it searches ruby 2.0.0p195

I've deploying our app with rails 3.2.13 and ruby 2.0.0p0 without problems in heroku. However, today suddenly I couldn't deploy it. This is the log, it seems the only difference in our project is the ...
0
votes
1answer
33 views

Heroku - keeping a dyno alive (May 2013)

Until now I used for this task the service called Pingdom, but yesterday I tried to sign up for a new application, but there is not the free plan anymore? Anyway, I took a look for an alternative and ...
0
votes
0answers
25 views

Heroku Database — after Insertin values in heroku db I got “ some thing went wrong in my app ”

I tried to insert values into heroku database using heroku pg:psql command , values got inserted , but while opening the app url I'm getting "something went wrong" here is my latest heroku log ...
0
votes
2answers
47 views

Building site on Heroku

I'm beginner on rails, heroku and git, but I've done all installation stuffs. I created two projects on heroku.com, but I don't know how to change them from my PC (the way I looked from help doesn't ...
2
votes
1answer
23 views

How can I place my email processes/routine outside of my frontend server (Rails 3.2/devise/sendgrid/heroku)

I am beginner in all Rails/dev/server management. In order to free up my frontend server, I'd like to place all the requests sent to sendgrid ( authentificaiton, confirmation, passwiord reset and ...
0
votes
1answer
47 views

My Sinatra App displaying 'Internal Server Error' after deployed to Heroku

My app is working locally, But after deploying to Heroku I'm getting an 'Internal Server Error' on my page The Error log is as follows. http://pastie.org/private/b5lgfmij1by3krieyp9sq I cannot see ...
0
votes
2answers
31 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 ...
0
votes
1answer
52 views

Heroku static assets

On Heroku, I am receiving a at=error code=H10 desc="App crashed" method=GET path=/favicon.ico routing error. Locally, I was receiving a ActionController::RoutingError (No route matches [GET] ...
1
vote
0answers
33 views

Creating a Rails App and getting the following error when trying to upload to Heroku | uninitialized constant PinsController::Pin

try and push the code to Heroku and while it succeeds there is an error shown: (heroku log below) 2013-05-11T11:37:04.274936+00:00 app[web.1]: Started GET "/" for 27.96.210.68 at 2013-05-11 11:37:04 ...
0
votes
1answer
46 views

heroku rake db:migrate ERROR “gem install activerecord-mysql-adapter”

im using Rails 3.2.6 trying to run heroku run rake db:migrate i get the adaptar ERROR rake aborted! Please install the mysql adapter: `gem install activerecord-mysql-adapter` (mysql is not part ...
1
vote
1answer
30 views

How to run heroku commands in Ruby file?

I want to run heroku commands (such as 'heroku scale worker=5') in a ruby on rails class. Example: class Foo def self.perform Heroku.run('heroku scale worker=10') end end Is there a gem or ...
1
vote
2answers
45 views

Sidekiq is jacking up my performance monitoring in New Relic

Help! I recently started implementing Sidekiq (https://github.com/mperham/sidekiq) in my Ruby app. I haven't noticed a specific performance drop. However in New Relic, on my monitoring page, it seems ...
1
vote
5answers
62 views

Rails hosting for small photo app

I'm making a small photo-gallery app. The photos will be hosted locally. Right now I use dreamhost but their rails implementation looks horrible. So I'm looking for other options. I know Heroku ...
0
votes
1answer
18 views

As soon as I make changes to my heroku facebook app I can no longer login

I have a vanilla heroku-facebook app. I can login initially just fine. But, if I make even the slightest change to index/views.erb and logout, then the next time I try to login all I see is the my ...
0
votes
1answer
43 views

we're sorry, but something went wrong on heroku when a user tries signing up [closed]

I can't correctly pinpoint what exactly is causing the issue This is a new website I just pushed to heroku, ran heroku rake db:migrate, and heroku restart It works just fine locally but this happens ...
0
votes
1answer
32 views

Ruby on Rails through Heroku object associations :belongs_to :has_many

Real newb question here: I've got courses class Course < ActiveRecord::Base attr_accessible :name, :number has_many :posts validates :name, presence: true validates :number, presence: true ...
1
vote
3answers
108 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
1answer
56 views

The page you are looking for doesn't exist. root_to

I have an app that works fine locally, but than I try to push to heroku and the root_to route doesn't work. I've gone through and looked at all the other posts for this, but none of them are for the ...
11
votes
5answers
268 views

How to integrate a standalone python script into a Rails application?

I've got a program that has a small file structure going on and is then ran using python do_work.py foo bar I want my rails users to press a button and have this happen for them, with the result ...
0
votes
0answers
43 views

Save temporary file to Heroku

I need to temporarily write to Heroku a .xls file I'm generating with the spreadsheet gem. Below is how I'm attempting to do this and it works perfectly when I'm working on my local machine. When I ...
0
votes
1answer
34 views

Problems with routes and pages when pushing to Heroku with rails

I built an app in rails and it works fine on localhost, but when I push to heroku, the routes get messed up. My routes.rb is as follows: get "pages/index" get "sessions/new" resources :posts, ...
0
votes
0answers
35 views

Cannot load data from rake task into Neo4j DB on Heroku

I'm trying to load some data into a Neo4j database on Heroku via a custom rake task: namespace :myapp do task :mytask => :environment do Rails.application.eager_load! User.all.each ...
1
vote
0answers
27 views

Mongoid error in heroku: Database should be a Mongo::DB, not a nil class

I have a Sinatra app on heroku and it keeps crashing due to this error: app/vendor/bundle/ruby/1.9.1/gems/mongoid-1.2.14/lib/mongoid/config.rb:52 in 'master': Database should be a Mongo::DB, not a ...
0
votes
2answers
35 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 ...
0
votes
1answer
60 views

Hartl's rails tutorial completed works locally perfect. Heroku persists “We're sorry, but something went wrong.”

I'm new to Ruby on Rails (new to programming altogether) and this is my first post on stack overflow. I want to thank everyone in advance because I have learned so much from previous posts. I ...
0
votes
1answer
56 views

Remote Heroku application crashes; local is fine

I have a rails app that works locally (tested with bundle exec), but crashed on Heroku (Cedar stack). The configuration locally is identical to the remote, (both are using Postgres). The crash is ...
0
votes
1answer
93 views

NoMethodError - undefined method 'id' for nil:NilClass with Sinatra app when deployed on Heroku

I am stuck with this problem. I have the following DataMapper model in my Sinatra app; class Word include DataMapper::Resource property :id, Serial, :key => true property :word, String end ...
0
votes
1answer
104 views

Heroku Rails 4 could not connect to server: connection refused

Using postgres. Haven't been able to push. Tried this without any luck: config.assets.initialize_on_precompile = false -----> Preparing app for Rails asset pipeline Running: rake ...
0
votes
1answer
111 views

Bootstrap and Rails issue with Heroku Deployment

Im making a Ruby on Rails app. I've included the twitter-bootstrap rails gem. Having tested the app locally, I've attempted numerous times to deploy to Heroku. I first encountered this 500 error: ...
0
votes
1answer
59 views

Bootstrap with Spree works locally but not on Heroku

I'm creating an app using Ruby On Rails, Bootstrap, and Spree. I have everything working fine on my localhost but when I push to Heroku I get an error message "We're sorry, but something went wrong." ...
0
votes
2answers
39 views

Array with rand() works locally but not on heroku

The following works locally: require 'sinatra' get '/rand' do ["one", "two", "three"][rand(0..2)] end However, on heroku, I get a Internal Server Error. Interestingly, this works: get ...
1
vote
2answers
47 views

Storing and processing large XML files with Heroku?

I'm working on an application that needs to store a large 2GB+ XML file for processing, and I'm facing two problems: How do I process the file? Loading the whole file into Nokogiri at once won't ...
0
votes
1answer
47 views

Heroku Deployment Failure

Ok, so I've been at this for a little over a day now and would love to put this issue to bed. I'm doing the Hartl tutorial, Ruby on Rails Tutorial, and am at the end of chapter 1 trying to deploy my ...
0
votes
0answers
63 views

how to get heroku scheduling notification (like facebook) in rails application?

I am using Heroku scheduling in my rails app. I have one app where user can create task with start date and End date. There is one pending tab also where all pending tasks listed out. Now I am using ...
1
vote
1answer
51 views

Trouble pushing project to heroku

I am doing the Hartle Ruby on Rails Tutorial and this is my first time pushing a project to heroku and I'm trying to figure out what's going wrong.. $ heroku login email password Could not find an ...
1
vote
0answers
57 views

heroku pg:transfer - receiving error during upload of postgresql db

I am trying to upload my local database to production and I keep running into the following error while processing: $ heroku pg:transfer --from postgres://username:password@localhost/blog_develo ...
0
votes
1answer
46 views

Does Amazon cloudfront serve the background homepage image or heroku? (rails app)

This is what I have inside production.rb (production environment) file. #Enable serving of images, stylesheets, and JavaScripts from an asset server config.action_controller.asset_host = ...
0
votes
1answer
63 views

Heroku | No such app There is no app configured at that hostname (changed domain to a new one)

I bought a new custom domain and decided to use it for my existing heroku app. It was http://www.xyz.com and I changed it to http://www.abc.com I removed xyz.com and www.xyz.com from my heroku app ...
1
vote
1answer
29 views

eventmachine memcache and heroku

I'm trying to use the eventmachine built in memcache client (with em-synchrony) in my goliath powered web app. It runs beautifully locally, but when I deploy to Heroku, I can't get it to connect. ...
0
votes
1answer
67 views

Why cant I run my rails app using heroku locally?

I am working on a new project that is using heroku, I get this error when I try to run the app locally: Moped::Errors::ConnectionFailure at / Could not connect to any secondary or primary nodes for ...
1
vote
1answer
90 views

Problems with Heroku using Ruby on rails,

I'm sorry I know that lots of people had asked similar questions but in all the different answers I've seen there were no working ones. I'am curently following this tutorial : ...
0
votes
0answers
62 views

Failed to connect to database - can't push PostgreSQL database to heroku

I created a very simple blog app with a couple of entries and all I'm trying to do is push it to heroku, but I get the following error: $ heroku db:push [git@github.com:appname/blog.git] Loaded Taps ...
0
votes
1answer
42 views

Heroku gem api scaling workers response 422 Unprocessable Entity

I am using the gem "heroku-resque-auto-scale" to scale workers. In resque I can see all jobs are failed: RestClient::UnprocessableEntity Error 422 Unprocessable Entity Here is the full error log: ...
0
votes
1answer
35 views

Heroku resque no worker

I have succesfully queued a job, which I can see in resque web. But the job is never executeted, just pending. I have 1 worker on my heroku app. In resque stats the workers are 0. In ...
0
votes
1answer
81 views

Heroku how to setup resque web on a rails 3 app?

I have followed some guides on how to setup resque on heroku, but they are out dated. My config.ru: require File.dirname(__FILE__) + '/config/environment' require 'resque/server' ...
0
votes
1answer
70 views

Application crashes with TypeError - nil can't be coerced into Float

I'm very new to programming and just tried to put my first project online and am getting an internal server error. I don't quite even know where to start, I'm running Ruby on Sinatra and hosting it on ...
-2
votes
1answer
65 views

Ajax request to other websites don't work at heroku [closed]

I have a Rails app which does an ajax request to the other web site when an user clicks on the button. On localhost it works just fine but at heroku it doesn't. It return "We're sorry, but something ...

1 2 3 4 5 19