Muhammad Faisal Iqbal
Muhammad Faisal Iqbal
@morcoteg how do you access swagger docs with this like we mount this ``` mount API, at: "/" mount GrapeSwaggerRails::Engine => "/docs" ``` how BASE_URL/docs 'll differentiate b/w v1_swagger &...
@loureirorg What you did in 0.0.13 to solve the issue? Kinldy tell us so that we can at least use in our separate fork
its taking to much time without any success, So what I did for now from console `sudo bundle exec rails c development` than ``` countries_codes = CS.countries.except!(:COUNTRY_ISO_CODE).collect {|p| p[0] }.compact...
I think that when magnificPopup open it don't have **data-zoom-image** attribute I tried this variation as I am using gallery & its working fine. ``` $('.parent-container').magnificPopup({ delegate: 'a', type: 'image',...
+1 we still don't have this?
"~/Downloadspnotify-master/oxygen/icons.css" is it actual path or something else I 'm not finding any file named "icons.css" or any of them mentioned in path
This issue is resolved in latest gem (3.0.0), just update your gem by running `bundle update pnotify-rails` and there will be no issue with icons.
> Thanks @bsodmike. I did what you suggested and used environment variables instead of `Rails.application.secrets`. I'm no longer getting the `RestClient::ResourceNotFound (404 Resource Not Found):` error. I appreciate your help....