Hi,
Is there a Ruby on Rails way to do an image cache?
Or should I just use javascript like this:
test = new Image (50,50)
test.src= "/images/test.png"
Thanks
Hi,
Is there a Ruby on Rails way to do an image cache?
Or should I just use javascript like this:
test = new Image (50,50)
test.src= "/images/test.png"
Thanks