Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
blog.palominolabs.com
Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
1–8 of 8 posts
Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#2Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#3Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#4Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#5Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#6It's one of the companies I was investigating for hosting. Them, EngineYard and DotCloud/Docker. Probably gonna go with EngineYard since it's older and more established but it's nice to see good products emerging and creating disruption and competition. Best of luck to them.
Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#7Re: Easy, Fast, Powerful: This is Your Rails on Ninefold (Review)
#8I generally start out my Rails apps on Heroku free, because why not? It's dead simple to deploy and it lets me test how my app will perform in the "real world". Until I get any real traffic, I just point my domain at herokuapp.com and let them deal with the bill. Heroku knows this, and encourages it.
Here's how they get you though: what do you do when HN picks up your side project? All of a sudden your request load goes up by 10x, 100x, or even 1000x. Do you take the time to move it to AWS to save the money, or do you just say "oh fuck need moar server!" and turn up the Heroku web servers dial to 5. Suddenly you're a Heroku customer, all because they had the easiest place to host your MVP.