Swapnil Chincholkar

Results 14 comments of Swapnil Chincholkar

@tak1n I checked your application, it has errors in it as below. - you have hard-coded db configs - your route "/something" doesn't match to any route - I tried...

FYI I am using ruby 2.3.0. Sent [pull request](https://github.com/tak1n/reproduction/pull/1) for what exactly I am executing at my end. In both situations, keeping :async & removing it from User model, nothing...

@tak1n I got it, I even got the errors you are facing. One thing surprises me is, if I keep :async in User model as is & fix 1st error...

As you commented looks like [#2608](https://github.com/rails/rails/issues/26038) is causing this. In [my debugging](https://gist.github.com/swapnilchincholkar/65f8ddc58cdea0ed7e5e074329c78ad9) it I got in similar situation. Will keep updating.

@tak1n Looks like issue is with Warden. Considering [integration tests doc](http://api.rubyonrails.org/classes/ActionDispatch/IntegrationTest.html) & [signing in user via request](http://apidock.com/rails/ActionController/Integration/Session/post_via_redirect), changing ``` login_as(user, scope: :user) ``` to ``` post_via_redirect user_session_path, user: {email: user.email,...

Even I faced it for first time but I have kept queue to my custom queue, after setting it to default & restart solved that. You can try to clear...

Might be version issue? I faced same issue but version change helped me. Though I was using older version "0.3.7", started getting same error after upgrading ruby version to latest...

Hi I figured out the issue. In jquery.calendrical.js, in line number 101 actual code was if (match[3] && match[3].toLowerCase() == 'PM') hour += 12; I changed it to if (match[3]...

For me this solution worked from [reference here](https://automationd.com/rvm-install-3-2-0-fails-with-error-running-rvm-make-j16/) ``` PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig rvm install 3.2.0 --with-openssl --with-openssl-lib=/usr/local/opt/[email protected]/lib --with-openssl-include=/usr/local/opt/[email protected]/include ```

For me this solution worked from [reference here](https://automationd.com/rvm-install-3-2-0-fails-with-error-running-rvm-make-j16/) ``` PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig rvm install 3.2.0 --with-openssl --with-openssl-lib=/usr/local/opt/[email protected]/lib --with-openssl-include=/usr/local/opt/[email protected]/include ```