Save 36% for Black Friday! Learn more

Is Something Wrong With Jumpstart?

11
Gems / Libraries
I've tried to install Jumpstart three times in the last two days and each time all the gems get installed but none of the views or anything else does. When I boot the server it just shows the norma...
Tim replied

Error while cloning data from github using Rugged.

0
Gems / Libraries
Hi, I am using RUGGED gem to clone data from GITHUB , in my RoR app, which i have set up on my local machine. But i am getting an error "UNSUPPORTED URL PROTOCL" on "clone_at" function. Need Help !!!
Muhammad Muazzam posted

Mailboxer Gem

2
Gems / Libraries
I want to implement messaging in my app and I see that the most recent commits to the mailboxes gem say it no longer works in newer Rails versions. If it's not still relevant, then is there a new g...
Nancy B replied

Setup noticed to send emails through a mailer?

2
Gems / Libraries
Hi Chris, Sorry, I didn't "notice" (a lot to unpack here about my notice abilities) that you had a dedicated section for questions: I was wondering how you configure your Noticed gem to work with...
Solved

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

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