Recommendations for form validators that go well with graphql-ruby?
0
Gems / Libraries
Hey everyone, we're working with graphql-ruby and reform right in our app right now, but I'm finding that while reform is good with form submissions, it's a bit more complicated with mutation and g...
Chris King posted
MessageBus Gem
1
Gems / Libraries
Hi Chris. It seems MessageBus is a nice and much simpler alternative to WebSockets/ActionCable. Could you add one episode on this on the pipeline?
How do I implement OpenID Connect into my Rails application?
6
Gems / Libraries
Does anyone have experience with implementing OpenID Connect into a Rails app? Specifically the relying party (RP) rather the openid connect provider (OP).
I have investigated a couple different ...
Freibuis replied
Commontator with Trix
3
Gems / Libraries
Good day robots,
I'm trying to implement the Trix editor as the default editor for Commontator's comments.
The default Commontator view is defined as follows in `app\views\commontator\comments\_f...
Solved
File to import not found or unreadable: bootstrap-sprockets on rails 5.2.0
4
Gems / Libraries
I have following problem. "File to import not found or unreadable: bootstrap-sprockets."
Following gems I have installed
gem 'bootstrap' gem 'bootstrap-sass', '~> 3.3.7'
gem 'sass-rails', '&g...
How do I make an app to get a video by url from youtube download it / process it/ and uploaded to a local db?
2
Gems / Libraries
I liked the shrine tutorials and would like to use that as an upload to local disk solution.
I also found a gem called youtube-dl (https://github.com/layer8x/youtube-dl.rb) to help download from Yo...
Solved
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
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...