Devan Moylan
Joined
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!
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'
Great video, Chris!
Sorry, figured it out. I was using current_user
in a rendered view.
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