Interesting Things
- Bundler 1.0.0.rc.1 was released – try it out and help find any issues!
- There was a warning that running thin in dev mode can cause all requests to be cached in memory… not so thin. Running in production mode doesn’t seem to have this issue.
- Another warning today – Rails 2.3.8 and mongrel don’t play nicely together. There are some issues with headers not being passed correctly between the two of them. It was recommended to use passenger instead of mongrel if you want to use 2.3.8.