
Suggested alternative WYSIWYG editors that integrate easily with Rails 6 / ActiveStorage
2
Gems / Libraries
Testing out Trix and it seems to be very lacking in features:
- Can't set image size via css.
- No layout functionality
- Can't wrap text around images
- No image alt text
- Only h1 header!
- No f...
RS replied

Video explaining notifications-rails
0
Gems / Libraries
Hey Chris,
I was wondering if you could do a video on the gem 'notifications-rails'? I like their approach, as it's broken down into 4 main components: NotificationHandler, NotificationRenderer, N...
snake117 posted

Cannot add jQuery to Rails 6 projects
0
Gems / Libraries
I've been trying to make a few apps work with Fomantic UI and the gem works fine, the problem is that to use calendars and modals you need jquery... No probs, I added that by following [this](https...
Nelson Casanova posted

simple_discussion https: ?
1
Gems / Libraries
Hi Chris,
Thank you for publishing the simple_discussions gem. It was exactly what I need for a project I am doing!
I just deployed a barebones start to this project to AWS Elastic Beanstalk. I se...
Christopher Andersson replied

Stimulus Reflex error
0
Gems / Libraries
I am getting the an error when following the 'Introduction To Stimulus Reflex video'. What would cause this and what are possible solutions?
Uncaught Error: Cannot find module './application_contr...
William Jones posted

Video request: using message_bus gem
2
Gems / Libraries
Message_bus is a really nice gem by Sam Saffron that powers Discourse and thousands of other sites; it offers a server-to-server channel based notification system (so, as far as I understand, your ...
Ryan Chin replied

Jekyll as a support page?
2
Gems / Libraries
Can you use Jekyll (https://github.com/jekyll/jekyll) as a embedded help page?
From the showcase section this is pretty much what I am looking for:
https://dev.twitch.tv/docs/ (says built with Je...
Dan Tappin replied

Is there a acts_as_taggable gem that works on Rails 6?
1
Gems / Libraries
The acts_as_taggable gem only supports upto rails 5.
Appologies if this is a stupid question.
Thanks,
Gerard
Chris Oliver replied

How do I have a Vue.js navbar stay on the page between page navigations?
0
Gems / Libraries
I built a lovely Navbar in Tailwind CSS in my rails app following a tutorial by Adam Wathan which uses Vue.js for the javascript behavior on dropdowns.
I added Vue.js the way Chris suggests here,...
James Devereux posted

Devise with multiple User Models with single login form
11
Gems / Libraries
Hi im trying to have 3 type of devise users but one to have a single login. I need to find a way to make the routes to go to a site/login for all 3 of then.
Im not using the 1 User model with 3 typ...
Roman Storm replied
Solved

Multiple Users with Devise
3
Gems / Libraries
Hello! I'm new here. I'm currently working on an app and I'm trying to wrap my mind around how I want to handle authentication using Devise. I've read the past threads that were similar to my situa...
Chris Oliver replied

Resolving Draftsman incompatibility with Activerecord
1
Gems / Libraries
I installed the draftsman gem on a new install of jumpstart pro but it is conflicting with Activerecord.
Is their a workaround?
Bundler could not find compatible versions for gem "activerecord"...
Chris Oliver replied
Solved

Delete images from Digital Ocean Spaces uploaded with ActiveStorage
0
Gems / Libraries
Hey guys!
Using:
Rails 6.0.2.1
Ruby: 2.7.0p0
Digital OceanSpaces
Active Storage
gem aws-sdk-s3
I can upload image but when I click to delete image I get this:
```
:S3::Errors::NoSuchKey:
ap...
Jorge Dominguez posted

best gem for Grid & Filter?
0
Gems / Libraries
What's best used for displaying a DataGrid and a Form with Filter Fields/Dropdowns etc. ?
Best Regards - stay healthy!
Andreas
Andreas Ulrich posted

How are lockbox and attr_encrypted different from each other?
0
Gems / Libraries
I'd like to store users' API keys in my database. Lockbox was previously suggested to me, but I just came across attr_encrypted gem and they look like they achieve the same results to me.
I'd like...
Yi Mei Wang posted

Devise is driving me crazy
1
Gems / Libraries
Hi Guys,
Please can someone help me. I have set up sendGrid with devise. I have followed numerous tutorials and done everything correct but after a user signs up the log file site with the followi...
Gerard Donnelly replied
Solved

Prawn disposition: "inline" not working
1
Gems / Libraries
I have been following the Railscast video #153 PDFs with prawn. I want the PDF to display inline instead of down loading it, the following is my code;
def show
respond_to do |format|
f...
William Jones replied
Solved

How to convert each pdf pages to an image and display a thumbnail?
0
Gems / Libraries
Hi everyone,
I am new to rails and would like to ask how to create pdf thumbnails on each pages and/or convert each pages to an image and generate a thumbnail. Thank you.
Harris Mariano posted
Solved

Pipe convert out to Convert Input Minimagick
1
Gems / Libraries
Following is the command
`convert abc.jpg -scale 50x50! -depth 8 -fuzz 20% -transparent white sparse-color:- | convert -size 50x50 xc: -sparse-color voronoi '@-' +dither -colors 5 -depth 8 -format ...
Chris Oliver replied

Ruby on Rails static analyzer to suggest ways to divide up a large monorepo into more manageable chunks?
0
Gems / Libraries
I'm trying to find a static analysis tool that could review a large Ruby on Rails monorepo -- 2300 files, 115k lines of code -- and suggest how to divide it up into smaller libraries and/or microse...
Philip Schlesinger @ Cryoport posted