Devan Moylan

Joined

1,100 Experience
10 Lessons Completed
0 Questions Solved

Activity

Great tutorial!

I'd be interested in learn how to enable a user to publish messages from a Rails App to Slack and the Slack message will be attributed to the user / not a bot.

Posted in Rails Application Templates Discussion

Great video!

Posted in How do I import recurring_select in Rails 6?

I keep getting the following error:

Uncaught Error: Cannot find module 'recurring_select'
at webpackMissingModule (application.js:1)
at Module. (application.js:1)
at Module../app/javascript/packs/application.js (application.js:31)
at webpack_require (bootstrap:19)
at bootstrap:83
at bootstrap:83

In app/javascript/packs/application.js, I've tried:

//= require recurring_select
require("recurring_select")
import 'recurring_select'

Posted in Notifications for ActionText User Mentions Discussion

Great video, Chris!

Posted in Notifications for ActionText User Mentions Discussion

Sorry, figured it out. I was using current_user in a rendered view.

Posted in Notifications for ActionText User Mentions Discussion

Hi Chris,

I'm running into an issue around 2:00 into the video when attempting to access the post.body (ActionText::RichText):

ActionView::Template::Error (Devise could not find the Warden::Proxy instance on your request environment.)

Any ideas on how to resolve it?

Thanks,

Devan