All Results in web links

showing 31-35 results of 98 [
]
If you need to downgrade to a particular version of a piece of software that you manage via Homebew, this is awfully handy.
Handy for cleaning up a Gemfile to have gems sorted alphabetically (see M-x sort-lines). Inspired to look this up by Thoughbot's post on the same topic for Vim.
How to use your RDBMS to handle particular issues with concurrency.
A discussion of the performance implications of mixing in instance specific functionality (as commonly done in DCI patterns by Rubyists, apparently) on an application. Puts forward an argument that delegation
Runs down methods of how to detect a person's timezone from the browser using Javascript (and then retrieving that in Rails via a cookie). Has somee links to basics of