Yehuda Katz is a member of the Ruby on Rails core team, and lead developer of the Merb project. He is a member of the jQuery Core Team, and a core contributor to DataMapper. He contributes to many open source projects, like Rubinius and Johnson, and works on some he created himself, like Thor.
@gmcintire Passenger may be setting GEM_HOME differently -- can you print out ENV["GEM_HOME"] in passenger?
Merb 1.0.8
January 16th, 2009
Hey guys!
We released Merb 1.0.8 today. The notes:
- Fix one remaining place where merb.main.pid was being overwritten by merb -i or merb -r.
- Fix an incompatibility between Merb middleware and other rack middleware
- Missing webrat no longer fatals. It prints a warning instead (so you don’t need webrat for model specs)
- Support cookies being set by the user directly in request specs
- Bump DM versions to 0.9.9 and DO versions to 0.9.10.1
- Improve some convoluted code in Haml
- Merb actions now wrap DataMapper repository blocks (to support a per-action IdentityMap)
Enjoy!
