Heroku Blog
- 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 we have well over 20,000 apps running on Heroku today. This is one of the largest collections of Rails…
- 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 find a time/place to talk.
Last but not least, don’t forget to catch Adam and Blake presenting on Lighweight Web Services with…
- News
- Last Updated: June 03, 2024
- 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.git
Or if you’re using the Heroku web editor, open the vendor folder and click Gems & Plugins, then enter the plugin URL in the “Install from URL” box at the bottom.
Next, create…
- News
- Last Updated: September 03, 2008
- Adam Wiggins
The Heroku API gets a major update today; you can now view and manage all of your application’s settings straight from the command line. New in this version:
Manage sharing (add/remove/list collaborators)
Manage multiple ssh keys for your user (add/remove/list keys)
Update settings (public true/false, mode production/development)
Rename an app
Run rake tasks remotely
A taste of the new command-line goodness:
adam@kvasir:~$ heroku create gagetron
Created http://gagetron.heroku.com/ | git@heroku.com:gagetron.git
adam@kvasir:~$ heroku info gagetron
=== gagetron
Web URL: http://gagetron.heroku.com/
Git Repo: git@heroku.com:gagetron.git
Mode: development
Public: …
- News
- Last Updated: May 08, 2008
- James Lindenbaum
We are happy this morning to announce we’ve raised a $3 million round of funding, from Redpoint Ventures and some other great investors.
Adam, Orion, and I started Heroku with the goal of making software development much easier and more accessible. We’ve got big plans – what we’ve done so far is really just the first step. There is so much we’ve been dying to do, but we just haven’t had the capacity.
This investment will allow us to beef up our current offerings, expand into other parts of the development process, and build out…
Subscribe to the full-text feed.