RailsCasts Pro episodes are now free!

Learn more or hide this

Jimmy Cuadra's Profile

GitHub User: jimmycuadra

Site: http://jimmycuadra.com/

Comments by Jimmy Cuadra

Avatar

I wish CodeRay had a CoffeeScript scanner. That's really the only thing that tempts me to switch to Pygments.

Avatar

Great screencast!

I would also recommend using a metrics tool (I use simplecov, but there are others) to automatically generate reports showing you how much of your code base is tested. It only shows what code has been executed (as opposed to actual functionality being tested), but it goes a long way toward improving your coverage.

Avatar

Considering how Authlogic has gone the way of the dodo, I wish I had just done this in the first place with my apps. The fewer external dependencies you have, especially for something this important, the better off you are in the long run.

It'd be great to see a second part to this episode that covers a few less essential but common features like account verification via email, password resetting, and a "remember me" option.

Congrats on episode #250! Keep it up. :D

Avatar

The cache-busting timestamps on asset files are there for a reason. What are the consequences for the rest of your app when you just get rid of them like this?