do you use Heroku to write Ruby on Rails app?

夙愿已清 提交于 2019-12-06 14:35:36

Heroku has moved to a paid for platform (without the web-based editor). I guess you control it via terminal using the heroku gem.

However, all the old heroku functionality is available on http://herokugarden.com

If you had an account on heroku before herokugarden, all your apps should have been migrated there. You should be able to log in using your old id.

Heroku has two offerings.
Heroku Garden - http://herokugarden.com - is the first product. It includes an online IDE, and the ability to deploy your application.

In January Heroku launched a new platform, called "Heroku". It drops the IDE, and in exchange provides significant stability and performance enhancements.

Heroku has a free offering. As your app scales, or needs additional resources you can purchase what you need. The free version can actually get you surpringly far - a single dyno is running my personal site right now (http://zednine.com) with no problems.

-- I am a heroku employee

No particular difference, if you're just running in development mode. The two sites are still operated by the same company. Heroku is their commercial offering, with paid hosting plans, etc. Herokugarden is, if you will, the playground for people to play with rails and learn the framework before they move up to a paid plan.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!