wonderful platform for app staging...

2010-09-20 Thread kadoudal
I subscribed recently to Heroku and found how easy it is (together with GitHub) to deploy apps and test them 'live' HOWEVER all new Rails applications are to be designed with the pair Rails3-Ruby1.9.2 as they have been released unfortunately Heroku does support Rails3 only with Ruby 1.8.7 at

Re: wonderful platform for app staging...

2010-09-20 Thread Dennis
I believe Rails 3 works with Ruby 1.8.7: http://edgeguides.rubyonrails.org/getting_started.html I think it is only a couple of p releases of 1.8.7 that cause problems (see above link) ... later versions of 1.8.7 are available - for windows at least and I think archived versions of 1.8.7 would be

Re: wonderful platform for app staging...

2010-09-20 Thread Roy Wang
Yes, GitHub+Heroku is fantastic. If only Heroku had better documentation... Is there a wiki for Heroku? Roy On Tue, Sep 21, 2010 at 8:07 AM, Dennis dennismaj...@gmail.com wrote: I believe Rails 3 works with Ruby 1.8.7: http://edgeguides.rubyonrails.org/getting_started.html I think it is

Re: wonderful platform for app staging...

2010-09-20 Thread Oren Teich
The docs are cloneable. Edit away, and send a pull request. We're happy to incorporate great ideas! http://github.com/heroku/heroku-docs Oren On Mon, Sep 20, 2010 at 5:32 PM, Roy Wang dinoro...@gmail.com wrote: Yes, GitHub+Heroku is fantastic. If only Heroku had better documentation... Is

Re: wonderful platform for app staging...

2010-09-20 Thread Keenan Brock
Hi Roy, Have you checked out http://docs.heroku.com/ ? --Keenan On Sep 20, 2010, at 8:32 PM, Roy Wang dinoro...@gmail.com wrote: Yes, GitHub+Heroku is fantastic. If only Heroku had better documentation... Is there a wiki for Heroku? Roy On Tue, Sep 21, 2010 at 8:07 AM, Dennis