05 April 2006
A Brief Introduction
I'm not great at introductions so I'll try and keep this short and sweet. My name's Luke Redpath and I'm a developer from London, UK. I'm the Senior Software Engineer at Agile Evolved
As part of my job I get to work almost exclusively with RubyOnRails, something I will post about frequently on my blog. I'll be sharing Rails tips and opinions and we have some interesting Rails plugins under development - more about that soon.
I'm also a SitePoint mentor and you can find me posting frequently in the Ruby, PHP Application Design and General Development forums.
Return to home page | Check out my tumblelog
1 Comments on this article
Return to home page | Check out my tumblelog
1. Comment by Chris Rolle on 28 Feb 2008 at 21:02
hi luke,
i try to include your plugin (it promises to be marvelous). i use rails 2.0 and added as mentioned in the readme: ruby script/plugin install -x http://source.ujs4rails.com/current/unobtrusive_javascript
rake unobtrusive_javascript:install
UJS::routes (into routes.rb-block)
<%= javascript_include_tag ‘prototype’, :unobtrusive %> (right behind the inlude :defaults)
but then i get the message: wrong number of arguments (2 for 1)
<= javascript_include_tag :defaults>
maybe that plugin is not rails 2.0 compatible? i took a look into the code, but i didn’t find it. any hint would be great.
best regards chris