Cheaper rails hosting?

I have had an account with hostingrails.com in the past. I believe
their cheaper plan is like $10 a month and they have decent support. I
am not sure I can get much cheaper than that really, but I thought I’d
ask anyway.

I want to have a server so I can show some of my websites, but I
haven’t really much of a need for anything major at the moment or a
site that gets much traffic. Is anyone familiar with some cheaper
hosting plans ?

Have you looked into heroku.com combined with Amazon S3?

It is free for low traffic sites.

On Tue, May 24, 2011 at 7:17 AM, Jedrin [email protected] wrote:


You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Martin W.
p: +1 310 773 7346

I blog at http://martinatsunset.com : O API Marketplace, Where Art Thou
Follow me on twitter at http://twitter.com/martin_sunset

Heroku is free, and should do everything you need
On May 24, 2011 9:18 AM, “Jedrin” [email protected] wrote:


You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.

S3 for any file storage you need to do (uploads) and the database is
already there – PostgreSQL only – so it’s a migration away. The
heroku gem makes the deploy process one-line-simple.

Walter

What about the database ? How does amazon s3 fit into the picture ?

You don’t want to store your assets on heroku so you normally use Amazon
S3
for that.
Database options:
Free tiny database on heroku
Free mongoid database on mongohq.com and probably mongolabs.com too
Probably other free databases available as well. Enough for small sites,
and
when you need a bit more you can get 256 MB at mongohq.com for $5 a
month.

wrong link, and it is 240 mb now at https://mongolab.com/home/ I guess
that’s what you can give with 3mil in the bank.