el_marsheil is ................................

learn ruby on rails (read all 3 entries…)

A question about this goal:
where i can get free rails hosting? i need it to complete my degree..  — 1 year ago

Answers:

I’d recommend Dreamhost.com then. It’s not free, but they run a special promo code that lets you get a full year’s of service for about $10 instead of $120. Pretty awesome deal.

I’m not sure you’ll find many “free” Rails hosting services.

el_marsheil is ................................

i’ve tried freeonrails.com but till now i still can’t get it. anyway many thx for your respond.
oh yeah…how to run rails app in production mode on locally ????

You need to start webbrick with the -e flag

-e,—environment=name Specifies the environment to run this server under (test/development/production).
Default: development


 

I want to: