Jean-Philippe Doyle
Jean-Philippe Doyle
Hi, I just made an add-on working with any other meta (& title) for my own use : https://github.com/didacte/ember-meta-meta I do not deal with nesting tokens, you could deal with...
Thanks, might use this, exactly what I was looking for
Hi! Not using the gem yet, but looking into it and this issue is of interest to me. Could you provide more context to that situation? When you get that...
Hi there, I got this issue in production on website with a lot of traffic (always get strange wrong queries). I think a quick & clean solution can be to...
FYI we are working on an update of [stripe-ruby-mock](https://github.com/rebelidealist/stripe-ruby-mock) that will work with the latest API. But indeed a solution provided by Stripe itself would be great, it would be...
I found https://github.com/beefsack/ruby-continent It seems to match properly with every Carmen country ``` ruby countries = Carmen::Country.all countries.map {|c| Continent.by_alpha_2_code(c.code) || nil }.compact.size == countries.size # true ```
Thanks for the detailed context an suggestions! 👍 In our production environment, this is not too much an issue. With a Ruby on Rails app, it preloads all classes during...
Hi, thanks for the quick feedback. It will be hard to reproduce everything we have in our private repo, could you get access to it if I open a support...
It would be nice to make LDAP optional as it add dependencies It requires the net-ldap gem which requires Ruby version >= 1.8.7 I have pull this in my repo...
Same issue here with an other gem, only on jruby19 https://travis-ci.org/rkh/sinatra-advanced-routes/jobs/5581986