Tag Archives: rails
Good Presentation on REST with ActiveResource
I wrote about SOAP vs REST a few weeks ago. Today I noticed this article with a presentation about putting together Rails REST services with ActiveResource.
Tags: ruby, rails
Cleaning up stale rails sessions (removing ruby_sess files)
I'm not sure if something isn't set up correctly of if this is just a fact of life with rails but the sessions it creates never seem to go away. I think before rails 1.1 the sessions where stored in /tmp and now they are stored in the apps directory along with everything else so [...]
Heroku Tips for the Cheap