Archive for the ‘Ruby on Rails’ Category

Authenticating all controllers for your Rails application with restful_authentication

Wednesday, December 3rd, 2008

So while this might seem intuitive, I found it a little tricky. Preliminary Google searching didn't reveal anything inherently obvious. However, robbrit on Freenode was able to lend me a hand and I got it figured out. As you might expect, restful_authentication's before_filter, :login_required, will direct you to the sessions controller ...

Railsy goodness — ToggleFormText and will_paginate

Thursday, November 27th, 2008

So, as some of you may know, I do a little Ruby on Rails coding on the side. The geek in me really is quite dominant, so I spend a lot of time in terminal with Vim pumping away at code. Recently, in a project I'm working on with Ainsley, I've ...

Seeding ruby… on rails, that is

Thursday, October 9th, 2008

So it's been a little while since I've written a post, but that's how this blog goes.  Sometimes I write lots of stuff, and sometimes I write nothing at all. One of the things I wanted to do with the new blog is be a little bit "open source" about the ...