Most flying saucer css coldfusion related news are at:
andreacfm.com
– Posts –
Andrea Campolonghi
Fake xhr request from rspec 1 Mar 2013 | 05:36 am
I discovered today that I had no idea of how to fake an xhr request in an Rspec controller test. I need this cause some of my layout strategy behaves on the request.xhr? method. As expected Rspec sol...
ruby alias vs alias_method 29 Nov 2012 | 01:00 pm
While alias and alias_method looks very similar at first they hide a substantial different behaviour. Look at the following code. This is the the basic behaviour we could expect from the alias method...