Jignesh Gohel

Results 17 comments of Jignesh Gohel

I encountered a similar issue involving custom setup phase and lost parameters and after exploring a host of resources found on web and experimenting with them I have finally resolved...

I am facing this similar issue. Following are the gem versions used in my application. ruby (2.3.0) rails (4.2.6) omniauth-facebook (3.0.0) omniauth-oauth2 (1.4.0) omniauth (1.3.1) Did anyone found a solution...

I have resolved my problem through a workaround. I have posted my solution in a [gist](https://gist.github.com/jiggneshhgohel/4a79aa26cb628533fe132295cffc45b2#gistcomment-1836286). Hoping that it will be beneficial to people like me looking out for a...

I had a related query to this issue which I was about to ask and thought let me first check if I can find any related issues in open issues...

@solnic Thanks for the prompt response.

Thanks @sporto for the elaborate explanation. As a matter of fact after few hours of posting this issue I searched _elm lang navigation 404_ on Google and I found [this](http://stackoverflow.com/questions/40832298/how-to-do-routing-navigation-in-elm-without-the-hash-in-the-url)...

@sporto One more confusion I have is regarding loading data for Edit route `/players/:id` : When we click on Edit btn and the flow reaches to **View.elm**, in `page` function...

@ccocchi can you please spare some time and provide your guidance on my problem above?

Using the suggestions in https://github.com/ccocchi/rabl-rails/issues/88#issuecomment-324875768 I was able to resolve my problem I described in https://github.com/ccocchi/rabl-rails/issues/88#issue-247669661 but I needed few customizations to be made which I have detailed in https://gist.github.com/jiggneshhgohel/1f0137e5dc294cc94141785eaf836c87....

@summera Thanks for the solution. It's really helpful.In fact I did thought of creating a separate representer for representing the lonely collection with few customizations for e.g using **wrap** option...