Daily Archives: May 11, 2010

Unobtrusive javascript with Rails 2.3.5

This is my handy little bit of javascript to make it easier to do UJS in Rails 2.3.5. Create a file within your public/javascripts folder called ajax.js containing the following: //unobtrusive javascript replacements //setup for format.js block $.ajaxSetup({ ‘beforeSend’: function(xhr) … Continue reading

Posted in Development, Javascript | Tagged , , , , , | Leave a comment

SRC10 – De-normalising rails applications

Presented by: Daniel Lucraft & Matt Wynne De-normalisation is just one of many strategies to cope with the scaling requirements of an application. It is the process of devising a method to group relevant data together in an optimal way … Continue reading

Posted in Conferences, Development, Ruby / Rails, SRC10 | Leave a comment