Re: [Rails] Newbie - deployment, hosting

2012-10-31 Thread Phyllipy Chagas
If you have a simple application, try railsplayground.com it's very cheap and easy to deploy. (you may need some unix knowledge) On 30 October 2012 17:22, yaniv pr yani...@gmail.com wrote: I intend to step out of the 'learner app' zone as quickly as I can :) Thank you all On Tuesday,

Re: [Rails] Newbie - deployment, hosting

2012-10-30 Thread Dmitry Maksyoma
Hi, Heroku is quite expensive, if you go for a dedicated hosting you'll have more power (i.e. shell) and pay less money. For example, http://www.hetzner.de/en/. On Tuesday, October 30, 2012 2:44:46 AM UTC+13, yaniv pr wrote: Thanks for your answer, I may go for it. The thing is, I'd really

Re: [Rails] Newbie - deployment, hosting

2012-10-30 Thread Dave Aronson
On Tuesday, October 30, 2012, Dmitry Maksyoma wrote: Heroku is quite expensive, Maybe if you have a large app, but it sounded like the app in question was a typical small learner app. In that case, he can likely host it there for free. Can't get much cheaper than that. ;-) -Dave -- Sent

Re: [Rails] Newbie - deployment, hosting

2012-10-30 Thread Tommaso Visconti
Il 30/10/12 16:54, Dave Aronson ha scritto: On Tuesday, October 30, 2012, Dmitry Maksyoma wrote: Heroku is quite expensive, Maybe if you have a large app, but it sounded like the app in question was a typical small learner app. In that case, he can likely host it there for free. Can't

Re: [Rails] Newbie - deployment, hosting

2012-10-30 Thread yaniv pr
I intend to step out of the 'learner app' zone as quickly as I can :) Thank you all On Tuesday, October 30, 2012 6:00:21 PM UTC+2, Tommaso Visconti wrote: Il 30/10/12 16:54, Dave Aronson ha scritto: On Tuesday, October 30, 2012, Dmitry Maksyoma wrote: Heroku is quite expensive,

Re: [Rails] Newbie - deployment, hosting

2012-10-30 Thread Jordon Bedwell
On Tue, Oct 30, 2012 at 10:54 AM, Dave Aronson googlegroups2d...@davearonson.com wrote: On Tuesday, October 30, 2012, Dmitry Maksyoma wrote: Maybe if you have a large app, but it sounded like the app in question was a typical small learner app. In that case, he can likely host it there for

[Rails] Newbie - deployment, hosting

2012-10-29 Thread yaniv pr
Hello, So, after learning ruby on rails and building a great app on my local machine, I need to find a host, deploy, and of course maintain a (staging and) production environment. This all seems very confusing, and I'd like to learn this in an organized manner, step by step: I've come across

Re: [Rails] Newbie - deployment, hosting

2012-10-29 Thread Colin Law
On 29 October 2012 13:32, yaniv pr yani...@gmail.com wrote: Hello, So, after learning ruby on rails and building a great app on my local machine, I need to find a host, deploy, and of course maintain a (staging and) production environment. Have you considered Heroku? They are generally well

Re: [Rails] Newbie - deployment, hosting

2012-10-29 Thread yaniv pr
Thanks for your answer, I may go for it. The thing is, I'd really love to know what I'm doing, and eventually master this subject. On Monday, October 29, 2012 3:41:03 PM UTC+2, Colin Law wrote: On 29 October 2012 13:32, yaniv pr yan...@gmail.com javascript: wrote: Hello, So, after

Re: [Rails] Newbie - deployment, hosting

2012-10-29 Thread Dave Aronson
On Mon, Oct 29, 2012 at 9:39 AM, Colin Law clan...@googlemail.com wrote: Have you considered Heroku? They are generally well thought of. +1 Also, I recently wrote a blog post on having staging and production environments on Heroku. See: