Emmanuel Cousin

Results 10 comments of Emmanuel Cousin

@gardnerapp Only contributors can push commits directly to the rails repo ; which I'm not. I had to fork the repo first before committing changes into it

@Faisal-nfl I think this is mostly Grape related. You can override the [formatter](https://github.com/ruby-grape/grape/blob/master/lib/grape/formatter/serializable_hash.rb) to do so. The gem [grape_fast_jsonapi](https://github.com/EmCousin/grape_fast_jsonapi) does just that. Feel free to have a look at it...

We could consider using [devise-i18n](https://github.com/tigrish/devise-i18n) to simplify the Devise translations management. What do you think?

Hi @jaimelr, It turns out I had overriden the `Spree::Api::BaseController` to add a `before_action :authenticate_token!` callback. That callback returns `head :unauthorized` when the authentication fails (which is actually the case...

@excid3 I'm not entirely sure to understand what's going on with CI : ``` You are trying to install in deployment mode after changing your Gemfile. Run `bundle install` elsewhere...

Hi @rodrigoargumedo, not that I know of. I see that the repo has multiple Gemfiles so that CircleCI runs the tests over multiple environments, but this branch didn't touch any...

@excid3 PR is here: https://github.com/excid3/simple_calendar/pull/273

@excid3 PR is here: https://github.com/excid3/simple_calendar/pull/273

The documentation has been updated. Closing this issue. Thanks!