Luís Ferreira
Luís Ferreira
@amrnt For some reason you're not getting a single user, but a collection of users. Just from this code I cannot tell you why. The quick fix would be to...
@justuswilhelm CanCan development has been stopped for a while now, please take a look at #994
@bjackson From the stack trace I assume that you're trying to make it work with devise. I had no problems with both ruby 2.0.0 and 2.1.1. Here's an example of...
:+1: that is nicer. I like having ivars with intent revealing names. What about `index`? I would like to have an ivar called `@things`, or at least not `@model`, which...
The problem with searching GitHub is that it only searches for projects in which the main language is Crystal. So, if you have a shard that has more of another...
I like @ysbaddaden idea of the hybrid registry.
Have you tried using paymill's sandbox? If that doesn't work, I have (started) a project that may interest you, called [Fake Paymill](https://github.com/zamith/fake-paymill), feel free to fork and improve it.
Great to hear that you're interested. I have this working on a project already and can try to provide some examples of how the integration looks like if you need...
Unfortunately that does not work for me, since I need to have different databases, not only schemas. Have you tried using the custom queries callbacks? You can define a `custom_show_query`...
Have you considered using [m](https://github.com/qrush/m)? Not a fan of using an executable other than `ruby` to run the tests?