SQLite is lightweight SQL service and handy to have installed since Rails defaults to using it with new projects. You may find OS X already provides an (older) version of SQLite3, but in the interests of being thorough we'll install it anyway as Homebrew will set it to 'keg-only' and ...
Most developers like to spend a bit of time setting up their environment. Being new to the Ruby on Rails world I’ve spent a bit of time experimenting with different setups to find the ideal one for me. The criteria was simple: Unobtrusive, no modifying core files Flexibility with Ruby...