Archive

Archive for May, 2008

Gas Prices Fun?

May 21st, 2008

I’ve been noodling about an online program I’ve been wanting to write but haven’t yet had the time. Since a lot of people are reading this lately, I was thinking I’d ask for some input.

I want to create a game where we find the lowest gas prices in town. I can create a map where you enter your zip code. The map will show you local gas stations and the current prices they’re offering. You can enter your address and your work address and see gas prices on your route home. That would be kinda cool right? The one thing is that it would have to depend on people entering the prices they see. There’s no place that publishes such information.

This is still just kind of an idea that’s floating around my head. Let me know if you think this would be fun/useful.

Uncategorized

Five Useful Rails Tips

May 4th, 2008

Five useful ruby on rails tips for the contest at railscasts.com

Download the Undo Generator rake task

  1. ToDo in TextMate


  2. Store data as an array or hash in the database


  3. Fun with Rake Tasks
  4. Please note I made an error with the rake command. It should be rake db:migrate:redo not rake db:redo.


  5. custom generator to move your often used custom rake tasks


  6. Rake Undo Scaffold Generator


Uncategorized