I've installed ruby 1.9.1-p243 on OS X. Managed to get it coexisting with ruby 1.8.6 as near as I can tell. Then installed merb gems: sudo gem191 install methopara --format-executable sudo gem191 install merb --format-executable
I get these errors when running merb on a barebones project which works under 1.8.6: > merb191 -a thin /usr/local/lib/ruby191/gems/1.9.1/gems/merb-core-1.0.12/lib/merb-core/ dispatch/router/behavior.rb:18: warning: undefining `object_id' may cause serious problem /usr/local/lib/ruby191/gems/1.9.1/gems/merb-core-1.0.12/lib/merb-core/ dispatch/router/behavior.rb:18: warning: undefining `__send__' may cause serious problem Any ideas? thanks, Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
