Archive for the 'Uncategorized' Category
A Case for EC2
When iLike’s Facebook application took off here is how they handled it:
“In our first 20 hours of opening doors we had 50,000 users sign up, and it is only accelerating. (10,000 users joined in the first 12 hrs. 10,000 more users in the next 3 hrs. 30,000 more users in the next 5 hrs!!)”
“We started [...]
Filed under: Uncategorized | 9 Comments
Rails Cookbook
I want to give a quick plug to O’Reilly’s Rails Cookbook by Rob Orsini. A lot of the time when trying to figure out a coding problem, I rely on google searches. Some reference books are so good that if I have a problem, I learn to go to the book first before doing [...]
Filed under: Uncategorized | 0 Comments
New screencast up on AWS
The AWS folks posted my screencast 7 Steps to Easy Rails Deployment to their articles and tutorials section.
Filed under: Uncategorized | 4 Comments
Off to Europe
I’m traveling to Europe today for business. I’ll have spotty email access while in transit.
Filed under: Uncategorized | 0 Comments
Announcing Elastic Rails
I’ve turned my capistrano/ec2 deployment recipes into a plugin. Installation is:
ruby script/plugin install svn://rubyforge.org/var/svn/elasticrails
I’ve also created a wiki at http://www.elasticrails.com (link) to facilitate commenting, revising, and editing the recipes.
There are several deployment gems out there, such as deprec, RailsMachine, SlingShot’s, and capazon. I prefer a plugin, because the library files are easier to find. I [...]
Filed under: Uncategorized | 15 Comments
The default specs for an EC2 instance include 165GB of local storage. That storage is split between 2 partitions. The default partition (/) is 9.85GB, with the rest in /mnt, which Amazon calls their “ephemeral storage”.
One problem that I ran into is the default location for installing applications, including mysql, is the default partition. So [...]
Filed under: EC2, Ruby on Rails, rails | 6 Comments
Rails and favicon.ico
I had never used a favicon for a site before. I just added one to my upcoming quizical.net site. I ran into one small problem that I thought I would add here.
I created a 16 x 16 icon, named it favicon.ico and added it to my public folder (not public/images). Yet, the icon was not [...]
Filed under: Uncategorized | 4 Comments
Rails Plugin Directory Structure
While converting my s3cache to a rails plugin, I could not figure out why when I installed the plugin, the directory structure it created was:
-vendor
–plugins
—svn
—-s3cache
I did not want it to create the svn directory and instead just have s3cache as the child under plugins.
I finally figured it out. Your svn repository for your plugin needs [...]
Filed under: Uncategorized | 0 Comments
Wow. I thought this was an incredibly insightful post on how big deals are being done. It sure looks like Google is on its way to becoming the next Microsoft.
>The second request was to pile some lawsuits on competitors to slow
> them down and lock in Youtube’s position. As Google looked at it they
> bought [...]
Filed under: Uncategorized | 0 Comments
I made a presentation to the Austin on Rails group last night on my experience the last month refactoring Trivionomy.com to REST. I’ve attached my presentation here.
I will add more text to this post later summarizing my talk.
steve-odom-how-i-wanted-an-api-and-got-clearner-code.pdf
Filed under: Ruby on Rails, rails | 3 Comments
