How do I set the active tab on the tailwindcss-stimulus-components
2
Gems / Libraries
Hi Chris,
I am using the tailwindcss-stimulus-components on a project. The tabs work great, but I can't find how to set the active tab. The problem is that I have different links to forms in each t...
Edmundo Ramirez-Semprit replied
`simple_form` Date Selector
0
Gems / Libraries
I've been working with the `simple_form` gem to create the forms in my app and I would like to know if anyone have experience replacing the default `date` selector? Its functional but a completely ...
Nelson Casanova posted
[Administrate] Autocomplete on 'foo: Field::BelongsTo'
2
Gems / Libraries
Hello,
I'm currently doing some tests using Administrate to see if the functionality can be shaped in a way that is convenient for me... Some things have been quite easy and for the most part sati...
Nelson Casanova replied
Solved
Flagging Videos with Obscene Content
0
Gems / Libraries
Hey, all!
I'm trying to take the next logical step for my website.
So far I am using a language filter [gem](https://github.com/chrisvfritz/language_filter) to help catch explict **text** conten...
Steven Torrence posted
How to configure gem 'devise' and gem 'devise_token_auth' in same project
0
Gems / Libraries
Hi,
While creating a project, I need to configure gem 'devise' and gem 'dvise_token_auth' in same project and in same model.
Is it possible to implement this, if yes, then please guide me in implem...
Prachi Sharma posted
Doorkeeper and Authorization Code Flow
0
Gems / Libraries
Hi! I'm learning rails building an CRUD app with authorization. I want to autorizate http requests.
I can't generate the authoriation code, when send the url with client_id and callback url, the p...
brbernardo90 posted
Spree - What is the secret key of spree? Ask Question
2
Gems / Libraries
I am working on Ruby on Rails project, and I have already added the devise authentication,
and now I have added the spree in my project by following this Github/spree
I want to know that is the...
theshashiverma replied
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