Heroku Blog
- News
- Last Updated: May 30, 2024
- Adam Wiggins
Application deployment is changing. In relatively short order I’ve gone from buying hardware, to monthly hosting, to metered CPU time, and from building my open-source software manually, to package managers, to fancy config tools and recipes to pre-build whole machine images. What’s next?
The Old Way
I can deploy Rails apps in a traditional hosting environment pretty quickly. For a small app, I might make a new unix user and database on a personal Slicehost …
- News
- Last Updated: June 03, 2024
- Morten Bagai
Making Rails readily accessible to developers of all stripes is a big part of the vision behind the Heroku platform, and we try to be supportive of any initiatives that make teaching and learning Rails easier.
A couple of months ago, thoughtbot released suspenders – a freely available Rails template app, loaded with commonly used plugins, sensible configuration options and helpful rake tasks. Simple as it may seem, having a solid default app template is …
- News
- Last Updated: January 12, 2009
- James Lindenbaum
2008 was a very, very big year for Heroku. We launched the first version of the platform, picked up some world-class investors, expanded the team with some amazing talent (there are 10 of us now), spoke at a zillion conferences about Ruby, Rails, Sinatra, the web stack, and cloud computing, and have grown like crazy.
Private Beta
Most importantly, we’ve had an incredibly successful private beta. We launched it less than a year ago, and …
- News
- Last Updated: April 24, 2024
- Adam Wiggins
The gem for Rails 2.2 is now installed and ready for use on Heroku. To use, change your environment.rb to read:
RAILS_GEM_VERSION = '2.2.2'
Then run rake rails:update, and commit the changed files.
Check out the Ruby Inside article for more details on what’s new.
- News
- Last Updated: April 24, 2024
- Morten Bagai
Rubyconf is upon us, and most of engineering team will be present in Orlando this week.
If you’re attending, or maybe just nearby, this would be a great opportunity to say hi and/or ask those burning questions you’ve got about Heroku. Whether you’re wondering if Heroku will be a good fit for your needs, or have questions about a currently hosted app, we’re happy to make time for you. Just email us here and we’ll …
- News
- Last Updated: September 18, 2008
- Adam Wiggins
Hoptoad (now Airbrake) is a great service by Thoughtbot for collecting exceptions. Like exception_notifier, but without clogging your inbox, and much prettier.
Using Hoptoad with Heroku is a cinch. First, sign up for a free Hoptoad account.
Now install their notifier plugin. If you’re working locally and deploying to Heroku with Git, install with script/plugin:
script/plugin install git://github.com/thoughtbot/hoptoad_notifier.gitOr if you’re using the Heroku web editor, open the vendor folder and click Gems & …
Subscribe to the full-text feed.