Considering which authentication plugin to use for rails? I have some recommendations.
Learn Emacs: Use Defadvice to Modify Functions
I use defadvice to change the behavior of zap-to-char. In it’s original form, zap-to-char deletes all characters up to and including the matching character. I prefer it to behave more like zap-up-to-but-not-including-char. It’s more intuitive to me.
More on defadvice here
Learn Emacs: Delete-file-and-buffer
Make Your Rails 3 App Run Faster
Learn Emacs: Align-regexp
In this post I go over how to use emacs and align-regexp to clean up your code and make it more readable.