typing at the speed of thought  

Every thousand miles journey begins with the first step.

My coding journey begins with learning how to type, so I
wrote this qwerty tutorial

I was going to extend it for dvorak…but found Learn typing at the speed of thought!

 
1
Kudos
 
1
Kudos

Now read this

Devise Authentication unscoped

At Shop2 we do the Rails 3.2, Mongoid 2.4, and Devise 2.0. We found that Devise by default does not play nice with default scoping. # Our User model with default_scope of active users, # and a :vip scope # class User include... Continue →