Mathieu Jobin

Results 242 comments of Mathieu Jobin

`rvm get master` instead of `rvm get head` maybe?

if you are not on a Mac, that's normal. if you are on a Mac, maybe make sure homebrew is properly installed?

i used this pattern with apipie-rails and many other gems I maintain. please review and consider merging.

@mileszs could take a look and consider merging this?

this fork works fine with Rails 4.2 https://github.com/resgraph/acts-as-dag

I have added `-m32` to the Makefile under the `util` folder. but I am still getting a compilation error on Ubuntu 18.04 ``` mathieu:util :-) (master) $ make mkdir -p...

that file seems to be a 64 only flag, which is what is causing it to be missing with `m32` flag /usr/include/x86_64-linux-gnu/bits/libc-header-start.h

Thank you, I can confirm compilation works with ubuntu 18.04 ``` $ sudo apt install libc6-dev-i386 $ make mkdir -p bin gcc -m32 check.c -o ./bin/check $ ./bin/check ! failed...