
Has anyone used VueJS with Devise?
0
Gems / Libraries
I am trying to convert an existing site which used .erb to an SPA (VueJS).
I have followed http://www.guillaume-barillot.com/2017/12/02/how-to-organize-your-vue-files-in-a-rails-5-1-project-using-...
kwiksource posted

Reputation Gems - Merit
0
Gems / Libraries
I was looking at reputation gems, and it seems [Merit](https://rubygems.org/gems/merit) could be a good choice.
Quick Question though, can you add this to existing User models? Or does it need t...
Simon Cooper posted

Is there a better solution that Paperclip to manage profile pictures ?
5
Gems / Libraries
Hi everyone,
I'm asking this question because it seems pretty hard to setup, between Image Magick and all the mecanics there is to put to work... I saw there was another solution Carrierwave but w...
Damian Nelwep replied

devise_invitable: How to create a guest only after user confirmation by email
3
Gems / Libraries
I'm trying to create members of a team by using devise_invitable. But by looking the video related to devise_invitable, I'm not sure if I can create team members ONLY AFTER user confirmation by ema...
Jacob Montgomery replied

acts-as-taggable-on cause SQL errors when ordered by relation
0
Gems / Libraries
I’m having a weird issue with acts-as-taggable-on when using tagged_with and the any flag.
My model looks something like this:
```
class Document < ApplicationRecord
...
belongs_to :phase, ...
Drew Bragg posted

Using Yarn w/Rails 5.1, Getting 404 Error for jquery-ui-dist Images
0
Gems / Libraries
I am using Yarn with Rails 5.1
I have successfully pulled in the css and js for `jquery-ui-dist`
ui-icons are returning a 404 error in browser. All other functionality works as expected.
applicati...
Garth Gaughan posted

Update Devise Migration File and Run rails db:migrate - Nothing Happens.
2
Gems / Libraries
Hey everyone,
Quick question (I hope). I have an application with Devise's out-of-the-box initial set-up. Later, I realized I wanted to include the Trackable functionality so I included it in my m...
Nick McNeany replied
Solved

Remove ActiveAdmin automatic link on show view
0
Gems / Libraries
Anyone know how to remove the default link Active Admin creates in the show view for other resources? In the code below, if `discipline` is a resource the user can edit and has an ActiveAdmin page,...
Colleen Schnettler posted

Any gem to create a 'What's new' page like the one I see in https://www.hatchbox.io/announcements
2
Gems / Libraries
Do you guys know any gems to quickly build a 'Whats new' page like the one in https://www.hatchbox.io/announcements?
TL replied
Solved

Stripe's new Billing feature explained?
1
Gems / Libraries
Hey Chris!You recently tweeted about Stripe's new billing section: https://twitter.com/excid3/status/981950409509044224You mention that you 'had this idea years ago and never built it.' What exactl...
Chris Oliver replied

Do you store lots of Stripe customer/billing data in your database or do you call it dynamically from Stripe?
1
Gems / Libraries
Just wondering if it's best to store locally, in my own database, all of the customer's Stripe data or is it better to call for this every time I want to display it?There's a lot of data and it fee...
Chris Oliver replied

Devise Secret Key was not set automatically
5
Gems / Libraries
Hi everyone,Strange problem appeared today. I am using Ruby 2.5.1 and Rails 2.5.0.rc2. When installing devise and pushing to heroku I got an error saying that the devise secret key was not set even...
Ariff Munshi replied

Save facebook profile image in GCS
0
Gems / Libraries
Hi, I'm trying to implement a simple social login feature where users can log in using facebook account. Currently I'm using devise omniauth for authentication and carrierwave and fog-google for im...
Shashindran VIjayan posted

Condition if devise action view
3
Gems / Libraries
Hi everyone,I am struggeling with finding out how to add a condition to hide my navbar partial if user is currently in one of the devise views. For example if user is currently in devise sessions n...
Jacob Hedengren replied
Solved

DEVISE: How do I redirect to a custom message page after user signs up and is required to confirm email address ?
2
Gems / Libraries
I want to create a custom page that says "Go confirm your email" after Sign up using Devise
Bill Tihen replied

Setup for roles and authorization
7
Gems / Libraries
Hi all!
This is my first question for the community. I'm super excited to be here and hope to be answering a few of them myself as well.
I'm working on a rails project where people can work on a ...
Jacob Montgomery replied
Solved

Why rails is not using msgpack?
0
Gems / Libraries
I was trying to find a way to get better performance out on our solution and I thought that there is a possibility to ge data rendered in smaller bits than json. My research lead me to this article...
Anand Padia posted

How do i track view count of different div blocks on single page while scrolling without clicking them.
0
Gems / Libraries
I have many cards (div blocks) on my single page application. I want to track view counts when user scroll through this page. Means whenever one card visible on screen or in screen viewport area wh...
Malav Desai posted

What is the method used today to give permissions with Rails?
0
Gems / Libraries
In many projects created with Rails I see that they do not use any gem to give permissions, for example Gitlab:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/Gemfile
What method is used tod...
Nicolás Bobb posted

HTTP, Faraday, Typhoeus or something else?
0
Gems / Libraries
I have an external JSON API that I need to parse and save and was wondering if anyone had any suggestions on what to use?
I found tons of info on building a rails API but very little on consuming ...
Morgan posted
Solved