Feeds:
Posts
Comments

Archive for August, 2008

Rails Routes

I don’t frequently have the need to create anything more than the basic “map.resources :model” route. As things go, this means I don’t remember how to anything other than the basic routes and forget the difference between :collection and :member and how that translates to urls and helper methods. So, I’m creating this [...]

Read Full Post »

jQuery observe_field

I’ve never been much of a Javascript fan, but thanks to jQuery, I find myself actually enjoying the times when Javascript is needed. This is nothing against Prototype, the jQuery syntax just clicks with me.
As Rails is coupled with Prototype pretty well, I didn’t want to do a complete switch with something like JRails, [...]

Read Full Post »