Oren Teich
- News
- Last Updated: May 30, 2024
- Oren Teich
Gem Bundler is rapidly on its way to becoming the new community standard for managing gem dependencies in Ruby apps. Bundler is the default gem manager for Rails 3, but it will also work seamlessly with any other web framework (or no framework) since it has no dependencies itself.
Using it is as simple as creating a Gemfile in the root of your app:
source :gemcutter
gem ‘sinatra’, ‘0.9.4’
gem ‘haml’, ‘2.2.17’
…and running “bundle install” at the command line, which sets up all of your gems.
Yehuda Katz has a writeup on using bundler that outlines…
- News
- Last Updated: January 29, 2010
- Oren Teich
Getting the entire ruby stack up and running on Windows is a bit tricky. To help out the process we’ve posted a new Windows setup docs page .
This 10 minute screencast walks you through the process. It follows the outstanding instructions put together by Sarah Mei for the Ruby on Rails Workshops.
- News
- Last Updated: April 05, 2024
- Oren Teich
You get a call from your partner that your app just hit the front page of Digg. You’re away from your computer, and need to scale your app up now! Fire up Nezumi and dial your dynos to 12 to handle the load no problem.
Nezumi is a 3rd party iPhone app that allows you to perform almost any of the functions that the CLI supports, from restarting your app, changing your dynos and workers, viewing logs, adding collaborators, and much more. It’s available now from the iTunes store.
Marshall, the developer of…
- News
- Last Updated: June 03, 2024
- Oren Teich
Last month’s featured app was FlightCaster. FlightCaster provides flight delay prediction, letting you know 6 hours in advance if your flight is delayed. Today we’ve posted their success story, along with a great video with their CEO, Jason Freedman.
Jason goes into some great details on how they use Heroku to handle their complex application, including using a Hadoop cluster to process millions of updates. In his words, “Heroku has enabled us to deliver a world class service without having the huge management and operational overhead we would have otherwise needed.”
Watch the video…
- News
- Last Updated: December 12, 2009
- Oren Teich
This month’s featured app is Best Buy IdeaX, developed by Bust Out Solutions. Best Buy IdeaX is a forum for Best Buy customers to share, rate, and discuss ideas to help make Best Buy better.
“We were very interested in running IdeaX on a cloud computing infrastructure such as Amazon EC2, but the cost of maintaining our own EC2 instances was just too high, not to mention frustrating. Heroku solves those problems for us with their solid platform infrastructure and nice user interface. We’re saving time and money, and enjoying development much more.” said Jeff Linn, Founder/CEO of…
- News
- Last Updated: May 16, 2024
- Oren Teich
Modern web apps are increasingly making use of asynchronous, background workers for task processing needs. For many apps, workers are just as, if not even more important than the front end http stack. Ever since we launched DJ , we’ve been overwhelmed with requests from customers wanting access to several DJ workers per app. Based on the feedback, we have been coding away, making this happen, and today we’re proud to announce the release of Heroku Workers.
Workers as first-class citizens
The new Workers feature is based on Delayed Job, and will replace the current…
- News
- Last Updated: December 02, 2009
- Oren Teich
A couple of weeks ago we announced that New Relic RPM Bronze is available free of charge for all Heroku customers through the our add-on catalog New Relic RPM is a application performance management tool that allows you to monitor, troubleshoot, and tune the performance of your Heroku app. One-click integration with the Heroku platform means that you can activate an RPM account and start monitoring your application in just minutes.
Here’s more great news: now you can upgrade to RPM Silver or RPM Gold, through the same add-on catalog . RPM Silver and Gold…
- News
- Last Updated: November 10, 2009
- Oren Teich
These days, it seems like almost all apps need to send email. And everyone has a gmail account. So why not have your app send email through Gmail? It’s fairly easy with just a few steps.
Heroku currently runs Ruby 1.8.6. This means you need to provide your own SMTP TLS library. Luckily, Adam has made that super easy with a quick little Rails plugin . Simply install the library, set a few config variables , and you’re good to go. Best of all, this simple plugin will work on any…
- News
- Last Updated: June 03, 2024
- Oren Teich
Heroku has focused since day one on making the end-to-end application experience as easy as possible. From our git focused workflow to the automated management of deployed applications, we’ve worked hard to give developers the flexibility to build amazing apps. Today we’re excited to announce a major extension of this flexibility with Add-ons .
For those who just want to see it in action, here’s a 3 minute overview:
Add-ons
Add-ons are a way to extend your application. They can provide core functionality (like full-text search or cron ), add features…
- News
- Last Updated: October 20, 2009
- Oren Teich
Today we’re launching an exciting new feature – maintenance mode.
We strive to make your deployment and management experience as seamless as possible, for both the developers and the end users. Part of any management task is performing routine maintenance tasks, from database migrations to more complex site upgrades. When you’re in the midst of doing these maintenance tasks, wouldn’t it be great to show your users a nice maintenance page, instead of a broken site? With the Heroku maintenance mode, now you can.
This quick 3:30 video shows you how to use maintenance…
Subscribe to the full-text RSS feed for Oren Teich.