Here’s my weekly round up of some of my favorite articles from around the web. Good stuff this week…
Page 421 of 434
For the past couple of months, 8BIT has been migrating source control over to Codebase and Deploy. I’m a big fan of both of these applications.
I’m working on a small application in which currency – specifically USD – will be stored in a MySQL database.
Because Rails supports a variety of number formats, it’s not completely obvious which is the best to use when storing monetary values.
Using a decimal with a certain level of precision seems to be the most scalable option.
My round up of some of the interesting stuff around the web this week:
Devise is my preferred gem for introducing user authentication into a Rails project. In Rails 3, it’s easy to install but if you attempt to run the devise:install generator, you may receive this message:
Could not find generator devise:install
