Fork me on GitHub

Snippets #85

  • Creating a Rails authentication system on Mongoid (Parts 12 and 3) - Elad Meidar has a new series on implementing an authentication for a MongoDB database.
  • Ultimate guide to table UI patterns - Tables don't need to be boring you know.

Snippets #83

Managed to get a few bits and bobs sorted in a Rails project last night.

Snippets #53

  1. Devise: authentication for lazy programmers - Check out the latest changes for the new authentication gem on the block.
  2. Hacking someone's gem with github and gemcutter - A great post for anyone wanting roll their versions of a gem.
  3. Know When to Fold'em - Good advice when you want to delegate a library you don't wish to maintain.
  4. The magic of thinking big - Great post about the new Build conference happening this weekend in Belfast.

Snippets #50

  1. The Complete Class - I haven't though much about class design since I started Ruby, so it was good to read this post on the Ruby Best Practices blog.
  2. GitProductive - LOC might not be a good measure of how productive you are, but it does give a good indication of progress when your refactoring.
  3. Devise - An interesting authentication solution for your Rails applications.
  4. Setting up a Mac to work with Git and Github - Great guide to getting started with Github.

Snippets #41

  1. A Month in Rails - Some of these goodies have already been posted here, but there are a few gems here (pardon the pun!) if Rails is your thing.
  2. Gem Packaging: Best Practices - I've haven't written any gems yet, but it's always good to learn this stuff.
  3. Always remember me - Thoughtbot's authentication engine has changed how its "remember" default.
  4. Migrating to Snow Leopard for Rails Development - A Definitive Guide - Mike Gunderloy has written a very detailed guide to getting a working Rails environment going on Snow Leopard. I'm definitely going to be using this guide myself when I eventually upgrade in a few weeks.