Why I roll my own authentication

This is what got me started writing this post: In the Rails world, we are holding up the DRY principle high. One outcome of this is that people do put stuff that has to be done for many applications into gems, to be reused. Authentication is such a case, as…

Trying Rails 3.0.pre today

There’s so much exciting stuff coming up in Rails 3. How about giving it a test drive today? Dr Nic has done it before, but his post is a little outdated, so I will give you an update here. The prerequisites First, make sure you are running a recent…

Rails 3.0 XSS Protection in ERB

These are the German slides of my talk at the Rails user group Hamburg, which took place on the 9th of December in the XING event room. It is about Cross Site Scripting and how you can protect your application from such an attack with Rails 3 and Rails 2.…