François TCHENG

Results 6 comments of François TCHENG

I somehow had the same problem and could fix it by doing as follow ``` link(:chart) do scope.controller.fake_route_to_chart_url({ id: object.id, format: :svg }) end ``` I am not a huge...

I also tried using reset_sorcery_session instead of reset_session, same_results.

Ok thanks for the help, I think I just misunderstood what was said in the documentation about that (to me reset_session was supposed protect from a copy/paste of the cookies...

sorry @5t111111 didn't check my notification recently. For your question, yes it does work, we ended up swiping cookie_store with the gem redis-session-store https://github.com/roidrage/redis-session-store (we didn't want to put any...

Hi, we ended up stocking session inside a redis through https://github.com/redis-store/redis-rails since we had a tight roadmap to follow and didn't have time to explore and modify sorcery.

Isn't that normal ? Isn't ActionController::API made so that it's skips a a lot of view rendering inclusion in the controller since it's not supposed to render html ? (which...