Slow jobs on Sidekiq

0
Gems / Libraries
In my application I have a job which makes several database queries (mysql) to recalculate certain fields of a model. (A kind of counter_caches). Launching individually these methods take about 10...
Roberto Hugo Menéndez posted

Create a User Profile after saving a Devise User

10
Gems / Libraries
1. When the user registers, do you want to have them fill out some of the profile information as well? If so, then I would recommend updating the Devise form to be a nested form. That way you creat...
Alex Ventura replied

Integrations an Embedded iPaas

0
Gems / Libraries
I want to reach out and see if anyone has any recommendations for an embedded iPaaS. How have you implemented integrations in your app? We've been looking at make.com, tray.io, and embedded Zapie...
Mike Menne posted

New Users Only Created by Admin User

4
Gems / Libraries
I'm building an internal app for my company that contains data from various sources (e.g. web analytics, server logs, etc.). It's hosted on an EC2 instance with a DNS of "reports.example.com". Ri...

invisible_captcha

1
Gems / Libraries
Hello any one can I ask how to make use of invisible_captcha comes with jumpstart-pro ? i didn't see any helps or instructions regarding this title am sorry if I missed. any one please

Devise User with separate Profile

3
Gems / Libraries
Hi, i am using Devise and i want to a separate profile for each user with additional informations like address, phone, mobile, ... After Signup, the user should be forced to fill out his profile. ...
Pat James replied

lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require': cannot load such file -- sass

0
Gems / Libraries
Hello GoRail Fam' After trying to update an old Rails app, including Ruby, i got an error when i tried to launch a server, launch a rails update app and much more commands. /Users/basile/.rbenv/v...

How can I fix this in my ruby on rails, I installed all the requirements in the the ROR?

0
Gems / Libraries
C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/data_source.rb:159:in `rescue in create_default_data_source': tzinfo-data is not present. Please add gem 'tzinfo-data' to your Gemfile...

rails5 + heroku + cloudfront + fonts

7
Gems / Libraries
I tried to configure a rails5 app (deployed on heroku) with cloudfront for assets and fonts. I could make it work for the assets, then I tried to add the config for the fonts as well, but I just sc...
Dev replied

pghero

1
Gems / Libraries
Hi Chris, Back, at the end of Episode 173, you said: *"And in the next episode, I'd like to cover a gem called pghero which is a performance dashboard for rails and for postgreSQL, that can sugges...
Brandon Elfring replied

Devise: Separate pages for account update and password

7
Gems / Libraries
Nothing too fancy. `users/edit` comes from Devise. `password/edit` is a passwords controller I added.
Fabiana Ramos replied
Solved

User Profile with devise

2
Gems / Libraries
Hello I'm new to rails and I am trying to work with the has_one association. I'm using Devise for authentication. I was each user to have a profile (which will include their address and some other ...
Solved

Does anyone happen to know how to get wicked_pdf working on Alpine Linux 3.15+ (because Docker)

0
Gems / Libraries
My problem is that Alpine dropped support for wkhtmltopdf with version 3.14 and all of the Ruby 3+ Docker images for Alpine are 3.15+ and the wkhtmltopdf-binary gem hasn't been updated since 2016....
Lee McAlilly posted

TailwindCSS Stimulus Components Gem not working in new rails 7 application

2
Gems / Libraries
Attempting to use the following gem in a new rails application: https://github.com/excid3/tailwindcss-stimulus-components Main reason is that the new supported tailwind gem that you can install di...
Bryan Beshore replied

Tutorials on recommendation engines

3
Gems / Libraries
Hi Chris, I searched for videos on recommendation itens but couldn't find any. We run a real estate website and would love to provide similarities recommendations (like "users that viewed this pr...

How do I connect multiple devise apps for a single login to any of the apps?

11
Gems / Libraries
For a rails/devise project I'm trying to figure out how to have the same devise login (email/password) work for multiple apps on different domains. I can't figure out if this would that be conside...
Jerome . replied

Devise: current_user not saving to @forum_post.user

1
Gems / Libraries
I'm currently having an issue when I create posts, I always seem to get undefined method "username" or "email", but when using current_user.username or current_user.email it will display just fine....

Runaway Memory Leak/Usage with esbuild reload

2
Gems / Libraries
After watching this episode - https://gorails.com/episodes/live-reload-esbuild-rails - we implemented the live reload functionality across several of our apps. Overwhelming it's amazing! However,...
Craig Kaminsky replied
Solved

Error with Noticed Gem

1
Gems / Libraries
I am following the tutorial exactly as Chris describes, but when I try to run rails c and create a new CommentNotification, I get a NameError uninitialized constant CommentNotification. A bit confu...

Authentication in 2021

2
Gems / Libraries
Devise seems to be very popular among the Rails communities and I was wondering why Auth0, Okta, Cognito (AWS) or Firebase, etc. were not that much used to authenticate and manage users in Rails ap...