stop rails caching css

Hello,

I am having trouble stopping rails from caching my css file. I have a css file that is included however if I write changes to this file they do not appear.

My environment is 'development'. I am using mongrel. Do I need to change something somewhere else to prevent this from happening?

Thanks

Iain

I hope this is the problem you have http://exdolo.com/2007/10/2/stopping-rails-from-cache-busting

Edvinas