Jordan West

Results 12 comments of Jordan West

subapp seems like good idea, especially if that was how Rails3 intends for it to be used but then do we risk losing

Yea I agree. We can keep the old stable branch up for people who want to use it. Call the new release B-Fu 2 and only support rails 3. People...

Thanks for the reply! No worries at all. Not opposed to moving it to an external/static interface. My only counter is that it adds extra characters to lines which can...

Having the same problem on OS X 10.6.5. Erlang R14B (erts 5.8.1), zeromq/zeromq2 v2.1.0 tag and zeromq/erlzmq master as of 12/21/10. Has anyone found a workaround for this? From the...

Changed the line AC_SUBST([LIB_EXT], [.dylib]) to AC_SUBST([LIB_EXT], [.so]). The .so built fine (got through make) but I now get the following when trying zmq:start_link(). 1> zmq:start_link(). *\* exception exit: {bad_return_value,"dlopen(/Users/jordanrw/Sandbox/erlang/erlzmq/priv/zmq_drv.so,...

I'm actually using homebrew not macports but I can try installing from source if you would like. Here is output of command: $ file /Users/jordanrw/Sandbox/erlang/erlzmq/priv/zmq_drv.so /Users/jordanrw/Sandbox/erlang/erlzmq/priv/zmq_drv.so: Mach-O dynamically linked shared...

The plan is to use ScalaCheck (http://scalacheck.org) because it has support for stateful property-based tests. We also considered Clojure's test.check because it has the better shrinking on the JVM but...

Observers also seem to fail in 1.8.7 entirely. I just ran the tests. @dacort what vsn of Ruby were you running. I also may have some time to recreate this...

I created a new branch https://github.com/benmyles/mongomatic/tree/observer_fixes to address this issue. This commit specifically fixes the observer issues in 1.8.7 but does not solve the issue above. The fix was to...