Dive into the archives.
- A cool little Ruby on Rails logo icon
I made a nifty little Ruby on Rails logo icon for the footer of a Rails app that I am currently working on and thought it might be of interest to others. If so, grab it and use it as you wish.
- Generating a random number with Ruby
For my web app that I am currently building, I needed a way to generate a random item number for each new item that was posted to the site. Since I am building this app in Rails, I felt pretty sure that Ruby had a great and easy to generate a random number, and I [...]

