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 [...]
Archive for August, 2008
Rails Routes
Posted in RubyOnRails on August 14, 2008 | 1 Comment »
jQuery observe_field
Posted in RubyOnRails, jQuery on August 5, 2008 | Comments Off
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, [...]
