Arup Rakshit
Arup Rakshit
+1 .. I am facing the same issue. Now, when I am clicking the invitation link ( getting log1 and render html1 in gist) you will see the hidden field...
@scambra Yes, I don't need it. I added it to debug. No, I didn't override or modify `edit` or `update` action. Also you can see in the logs, which I...
I have below job syntax: ```yml name: Ruby on: [push] jobs: unit_tests: name: 'Run unit tests' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1...
@dblock For now I worked it around in my code by following [this merged code](https://github.com/ruby-grape/grape/pull/1918). But once, it will be released I think I can use `context`. `current_user` is available...
@chemzqm How do you install a global one when you have rvm installed, that would be great to know.
@procandi I am having same issue. What do you mean by "upload application image on your facebook" ?
@huacnlee What if my images are stored in s3 and my app runs on Heroku?
What I see [from code](https://github.com/huacnlee/social-share-button/blob/master/app/assets/javascripts/social-share-button.coffee#L39) is that, it never sends the image for facebook. Why we are not attaching the image?
@kevintanhongann You mean the image issue is related to APP id?
@ailon I have a gallery of images, and when I go traverse through them, I use the image and atttach the marker object. First image is fine, and then when...