Vaishnav Deore
Joined
Activity
Posted in SimpleMDE & RedCarpet
potential solution to this would be postprocessing and using regrex to remove those extra p tags.
Hey Chris, I'm working on the fork of simple_discussion
rails engine, we wanted to extend the features set of this wonderful forum made by you.
we are adding markdown editor and parsing support to it, as well as global search using postgresql's full text search feature and profanity and spam detection in threads.
As I was implementing the markdown editor using SimpleMDE, do you know any way to inlcude this node_modules dependancy in rails engine development, other than one way by including minifiedjs file of simplemde in /assets/javascript
folder. I feel this is lil bit hacky way but anyway...
I'm working on fork of simple_discussion
gem which is Rails Engine to extend the functionality of forum in the parent Rails application.
I'm adding Markdown support using SimpleMDE. I've thought of one way to include it's minified js as assets in assets/javascripts/ folder so that this js will attached to its parent application.
Hey man thanks this help me and updated my known hosts after restarting the server solved this issue
In my case error is happening even tho my ufw status is inactive?
did you find any solution to this error?
I've been trying to deploy the rail application on Digitalocean droplet (ubuntu 22.04) using the following two tutorials
https://www.youtube.com/watch?v=xpYpaRUFzTI&t=945s&ab_channel=Deanin
https://gorails.com/deploy/ubuntu/22.04
But for some reason, I'm getting weird issue deploying using command cap production deploy
This is the error log
SSHKit::Runner::ExecuteError: Exception while executing as deploy@68.183.151.98: fingerprint SHA256:wRhnd217PeR12a4H6z74oca56P3qzBcsTVeiv6IFwjU is unknown for "68.183.151.98"
Caused by:
Net::SSH::HostKeyUnknown: fingerprint SHA256:wRhnd217PeR12a4H6z74oca56P3qzBcsTVeiv6IFwjU is unknown for "68.183.151.98"
Tasks: TOP => rbenv:validatedigitaloceanthe
(See full trace by running task with --trace)
For context, I can able to sign into the server manually using the command ssh deploy@68.183.151.98
ps: been stuck on this for a day now, Is anybody an expert in deploying and has faced similar issue please do help. I've tried ssh-keygen -R 68.183.151.58
on server but its still not working.