Platform Updates
- News
- Last Updated: May 06, 2024
- Adam Wiggins
Say you’re working on a [Rails app](https://www.heroku.com/ruby), and you want to publish your code on Github. Most apps have some deploy-specific private config values – for example, if you’re using the S3 storage back-end for Paperclip, and your S3 keys are saved in config/amazon_keys.yml. You certainly don’t want to push those up to Github – what to do?
You could maintain a separate deploy branch, and commit your deploy config only to that. You …
- News
- Last Updated: June 03, 2024
- James Lindenbaum
How much better are two steps than three? Does it matter if something takes five minutes instead of twenty? When it comes to software deployment and provisioning, does instant really matter?
Recently, I was ranting on this subject to a user who had the misfortune of asking me about it in person.
“Truly instant provisioning and deployment is the ultimate goal,” I said. “10 seconds isn’t good enough. We have to –”,
“Look,” he interrupted, …
- 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
- 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 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 https://gagetron.heroku.com/ | git@heroku.com:gagetron.git adam@kvasir:~$ heroku info gagetron === gagetron…- 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 …
- News
- Last Updated: June 03, 2024
- Adam Wiggins
Heroku now has an API (accessible from the command line, a Ruby library, or REST calls), revision control on all apps with Git, and remote access to the Git repository.
The combination of these new features means that you can now work on your apps using the local tools you love – like TextMate, vi, or emacs – and still get the benefit of zero-configuration deployment to Heroku.
How does it work? Grab the Heroku …
- News
- Last Updated: February 11, 2008
- Adam Wiggins
Heroku now has a mailing list on Google Groups. Stop by and introduce yourself, but first read the welcome post.
- News
- Last Updated: February 11, 2008
- James Lindenbaum
If you’re curious about our vision for Heroku, check out the latest episode of the Ruby on Rails Podcast. We spoke with Geoffrey Grosenbach about our plans for Heroku, the Rails ecosystem, and some good old fashioned economics.
- News
- Last Updated: February 06, 2008
- Adam Wiggins
Last night we noticed a flood of .jp email addresses appearing on the waiting list – several hundred over the course of just a few hours. Turns out someone posted a comprehensive and flattering review of Heroku in Japanese (translation). I just couldn’t resist using the opportunity to post this image:
Actually, it’s not just Japan: the international response to Heroku has astonished us. Denmark, New Zealand, France, Russia, Brazil – over half of …
Subscribe to the full-text RSS feed for Platform Updates.