0
votes
1answer
11 views

Setting up hover.com settings so that I can use Heroku hosting

Let me preface this by saying Im somewhat self taught with things, and may not use correct terms. I hope that that doesn't hinder getting help. Also, this is my first Stack Overflow question, so have ...
-1
votes
1answer
16 views

Unable to redirect to a naked domain from Heroku using Hostgator

I'm trying to use my Hostgator domain with my Heroku app, everything works except the naked domain. Redirect didn't work for me and they don't provide ALIAS or ANAME? Any thoughts?
0
votes
1answer
31 views

Can my application server find out which Java hosting provider it lives in?

I'd like to have my Scala application server find out if it's running inside Heroku or CloudBees or Cloud Foundry or something else. Is there some standard way of finding out which Java hosting ...
1
vote
5answers
64 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
43 views

Advice wanted for a hosting provider for my Rails based App [closed]

I'm going to be deploying my Ruby on Rails based application to a server soon, and I'm just wondering if some of you have any suggestions or advice. My main concerns are reliability, price, ease of ...
0
votes
1answer
30 views

How to get my apps domain name to display in the browser when I visit it?

I've got an app hosted on heroku and a domain name from godaddy. I can simply forward the address from godaddy but then the heroku address displays in the browsers navbar. I've added the domain name ...
1
vote
0answers
58 views

Heroku Dyno Requirements for a rails app

Assume i have the following statistics relating to my Rails app.. (i pulled these numbers out of thin air). pL = page load time (ms): 250 #total page load time from start to finish U = Users ...
0
votes
2answers
88 views

Hosting files on heroku

I am currently working on a Facebook app, and I need to do the following: Create a hash containing "key", "user" and "link" fields. The link field should contain a string, that is the address of a ...
0
votes
1answer
154 views

How do I deploy tornado chatdemo.py (facebook) app on Heroku

I just want to run the helloworld app given in Tornado - Facebook (chat demo) on Heroku. How could I do that using Python? I have simply tested a flask app on Heroku, but that procedure is not ...
2
votes
2answers
170 views

Are naked domains on heroku still unsafe when using DNSimple's ALIAS record?

We're hosting a Rails 3 app on Heroku. Heroku suggests redirecting naked domains (example.com) to sub-domains (www.example.com) when using their service. This is because they prefer CNAMES over A ...
0
votes
1answer
193 views

heliohost and django hosting and deployment from bitbucket

I'm new to Django and Heliohost and Heroku. I don't see any guides online to setup and deploy a Django project from bitbucket for Heliohost. Can you guys point me in the right direction? And I was ...
0
votes
1answer
325 views

Heroku Custom Domain SSL Warning

I'm trying to set up a GoDaddy-purchased custom domain for my Heroku Deployed app. I got it to work so that the www._.com forwards correctly to my herokuapp (cedar), but 1) my attempts to get the ...
2
votes
2answers
217 views

Where/how can I host my small, database-driven, Sinatra-powered Ruby app? Heroku limits database connections

Here is my app: a price inflation calculator. If you click 'Calculate,' you'll probably get a server-related error. When I tested the app out in Sinatra, I got an error saying PG::Error: FATAL: too ...
6
votes
1answer
634 views

Heroku kind of hosting for simple HTML/JS applications

I love using Heroku. I love the simplicity of doing git push into the server and have the Ruby on Rails app up and running. I am doing a simple HTML/JS application and I am wondering if there is any ...
0
votes
2answers
874 views

How many concurrent connections were allowed (and was there any caching) on now-legacy Heroku Shared Databases?

I'm making the migration from the old Heroku shared database to the equivalent new plan. Based on my number of total table rows, it appears that the Basic database is the correct fit. However, ...
2
votes
3answers
117 views

Which is more expensive (in $): database memory or processing power?

This is a fairly abstract question, I hope it is within bounds. I'm about 5 months into my coding career in web development. I've found that there's often a tension between CPU and storage ...
0
votes
1answer
129 views

Unable to access Django app URL on Heroku after migration to dev database

I recently migrated my currently running application to the new 'dev' database plan. However, after updating I'm now unable to POST to a specific URL in my Django app. The app still functions the same ...
0
votes
0answers
20 views

Heroku uploading key failed

How can I uploading it in Heroku? Why failed? enter image description here
0
votes
1answer
28 views

Deploying Heroku ap to multiple URLs

I am attempting to deploy a heroku app to multiple URLs. I have copied the app directory to a copy directory with a different name and typed heroku create to get an app name. However, when I type git ...
2
votes
3answers
1k views

Something went wrong. Heroku App Issue

So Heroku has been down all day, of course I didn't realise this until I had made a tonne of changes to my app. Now Heroku is back up and my app is broken. This is a block of random text to make ...
1
vote
1answer
211 views

Scaling Dynos with Heroku

I've currently got a ruby on rails app hosted on Heroku that I'm monitoring with New Relic. My app is somewhat laggy when using it, and my New Relic monitor shows me the following: Given that ...
0
votes
0answers
70 views

How to prepare for a huge spike in traffic for launching a website hosted on Heroku?

I am getting ready to launch a site I've been working on, and am talking to some bloggers. It's planned to go live next week and press will write about it when it does. The thing is, this is my first ...
1
vote
1answer
281 views

Second level domains with Heroku and www redirection

I've been doing some reading on the fascinating subject of DNS, specifically the zone apex CNAME issue associated with Heroku and other cloud hosting platforms. Since Heroku strongly suggests never ...
4
votes
2answers
1k views

How many dynos would require to host a static website on Heroku?

I want to host a static website on Heroku, but not sure how many dynos to start off with. It says on this page: https://devcenter.heroku.com/articles/dyno-requests that the number of requests a dyno ...
0
votes
1answer
962 views

How do you set up a custom domain with CNAME on Heroku without messing up email service?

I have a Rails app uploaded to Heroku and I'd like to use it for a custom domain name. I also have email for this domain name on 1and1 where I registered it and it's been in use and needs to remain ...
0
votes
2answers
1k views

Correct DNS setup for custom domain with subdomains and CNAMES pointing at them

I have a multi-tenant Rails app, hosted with Heroku at http://myapp.herokuapp.com. The tenants/accounts are separated via subdomains (and Postgresql schemas). I have then added my own domain as custom ...
1
vote
2answers
368 views

DNS routing not working on Heroku app

I'm trying to setup a custom domain for my Heroku Cedar stack app, but it's not working. I've tried entering 'host www.mydomain.com' command' in Terminal, but it yields no output. I've already ...
0
votes
2answers
285 views

Would VPS be enough for me?

I have 3 ASP.NET web sites and 3 Ruby on Rails ones. I'm planning them to be hosted on a VPS hosting. Suppouse each of them would have the attendance of 1 thousand people per day. Now I'm hesitating ...
0
votes
1answer
124 views

Integrate Smartfox + heroku

i'm currently develop multiplayer game for facebook platform. and the players of the game will be over 1000 and i'm still think which hosting provider i should choose to deploy them. i'm interest ...
0
votes
1answer
218 views

What kinds of sites/apps is Heroku best suited for?

Recently I have been dabbling in Ruby on Rails by learning it through Michael Hartl's tutorial and various other resources on the net. I'm quite impressed with it and have a number of ideas for ...
0
votes
1answer
231 views

Which programming language to use with Heroku?

Heroku supports Python/Ruby and I believe now or soon Java. However it was built to run Rails apps in the cloud using active record... Is Ruby/Rails better supported, more feature complete or stable ...
0
votes
1answer
623 views

SSL Confusion on Heroku with Rails 3.2.1

I am confused, regarding deploy application on Heroku. When I deployed my rails 3.0 it is working fine. It is not asking me for trusted certification but same application I converted with rails ...
1
vote
2answers
459 views

Recommend me a hosting solution for Rails 3.1 (ruby 1.9.2+) apps / alternative to Heroku

I am wondering about the best hosting for Rails 3.1 app based on ruby 1.9.2+. Firstly I tried Site5. Unfortunately, in the time when I tried it, they supported only ruby 1.8.7 and also, the app ran me ...
1
vote
1answer
615 views

What web hosting companies support Sinatra applications?

I have been learning Ruby and Sinatra over the past couple months and I would like to get my app out in the wild. I am looking for suggestions for web hosts that support Sinatra apps and any details ...
9
votes
2answers
7k views

rackspace vs EC2 vs Heroku vs Engine Yard for ruby on rails [closed]

I have a website I want to launch through either Rackspace, EC2, Heroku or Engine Yard. I have used Heroku and love how simple it is to get up & running, to push updates, manage my DB, etc. ...
3
votes
2answers
156 views

How to prevent a web application host from stealing your code? [closed]

Let's say I upload my Rails application to a host (heroku). The application is successful with lots of users and the value of the DB increases as more users enter information. What would prevent ...
3
votes
1answer
1k views

Facebook-Heroku hosting limitations? [closed]

What are the heroku system limitations for their "free" php hosting packages ... like disk space , memory usage ?
4
votes
1answer
517 views

What happens if I exceed my database size allowance on Heroku?

I'm currently testing a web app on Heroku and using their free 5MB shared database tier, and very nice it is too. However, there is a possibility some of the test data I generate may end up putting ...
1
vote
1answer
253 views

Heroku over Network Solutions, web developer to convince boss

I have a critical meeting tomorrow and I need to convince my operations manager to let our web team leverage Heroku vs our current solution, Network Solutions. Network Solutions is pretty locked ...
2
votes
1answer
965 views

Hosting questions for a “high” traffic rails application

I've got a question concerning hosting for a high traffic rails application. The thing is i have 3 / 4 years experience with Ruby on Rails applications but i never had a high traffic website before. ...
3
votes
1answer
1k views

Heroku App with a Wordpress Blog

I recently discovered that Heroku now allows PHP which means that a wordpress blog can be hosted on it. I also found this project template: https://github.com/mhoofman/wordpress-heroku I have a ruby ...
0
votes
1answer
338 views

custom domain for blog on site hosted with heroku (dns is godaddy) [closed]

I have my site hosted through Heroku and my domain name registrar is godaddy. Going to mysite.com takes me to my heroku app seamlessly. Now, I'm trying to setup blog.mysite.com to go to my tumblr ...
0
votes
4answers
536 views

Pre-configured Rails VPS hosting?

Can anyone recommend a Rails VPS host that offers everything pre-configured (like Heroku) and just let's you upload and run your app? Heroku becomes expensive really quick as you scale up.
0
votes
4answers
325 views

ROR Hosting having functionality like heroku and MySQL DBMS

I've bought a script which uses rails 2.3.5 and MySQL. I deployed it on my computer and it was working fine but when I uploaded that script on heroku, some functionality does not work. When I checked ...
28
votes
0answers
1k views

Heroku like hosting in Europe? [closed]

Is there a serious heroku challenger that would not be in US ?
5
votes
3answers
2k views

How do I check the records of my heroku database?

I've just deployed my application to heroku and pointed my custom domain to the heroku servers. How can I check the records in my heroku database?
1
vote
2answers
297 views

heroku public ip listed on spamhaus.org

I'm hosting a client site on heroku. The client is pointing their custom-domain-name (A-record) to one of the public IPs of heroku. Now, my client contacted me and complained that their emails are ...
15
votes
5answers
2k views

Heroku - Spin Up

I have a site that I deployed to Heroku. It's a low traffic site so if nobody goes to it for a couple hours and then go to it, it will take about 5-10 seconds to load. Any other requests to other ...
0
votes
1answer
631 views

Heroku: Deploying rails application troubles

I'm trying to deploy my rails application with heroku (as shown here). I've created a very simple rails application (using ruby 1.9.2 and rails 3.0.3; i'm sure heroku supports these - see heroku ...
0
votes
0answers
584 views

DNS A Record Name Madness: How to add an A Record in cpanel pointing to Zerigo DNS [closed]

I am using Heroku and the custom domain add on with Zerigo. I've done this several times with Dreamhost. Changing the name servers was really easy but now I need to change it with cpannel and I am ...

1 2