Search Results for "simple-mde-duplicates"
Lessons
Forum Threads
Adding Turbolinks Compatibility to SimpleMDE Markdown Editor Discussion
8
General
I prefer to remove turbolinks because libraries dont work nice with it, but would be great to know how to make them all compatible with turbolinks.
hoppergee replied
What text editor are you using for GoRails Forum?
4
General
Hey Chris & Community! :)
What text editor are you using for the GoRails Forum post?
Im following the episode [Markdown and Emoji with the html-pipeline gem](https://gorails.com/episodes/mar...
Lauro replied
Solved
How to use Javascript via Webpacker in Rails 6 Discussion
17
General
Alternatively to the webpacker way of require the flatpicker css in the `packs/application.js` you can do someting like:
```
/*
*= require flatpicker/dist/flatpicker
*/
```
In your rails `app/a...
Tony Dehnke replied
How to include javascript node_modules dependencies in Rails Engine?
4
Rails
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...
crowdhamburger replied
simple_discussion gem vs. discourse for lightweight forum
3
Gems / Libraries
Just checked out the simple_discussion gem (extracted from the GoRails forum here). It looks like exactly what I need for a small forum project.
I'm wondering if anyone else has used the gem in p...
Chris Oliver replied
Solved
How do I add embedded youtube video to a text field within active admin with simplemde markdown?
3
Rails
When I add the Youtube embed code. It displays it as a string on the front end.
The idea is that I could make this simple enough for the user updating the post to add the embed code easily themsel...
Nested Comment Threads in Rails - Part 1 Discussion
36
General
Greate episode! If I should get this episode a couple of years ago, that may should saved my life jajaja!
So, this is the same logic you are using here in your post and epdisode comments?
How is the Trix editor on gorails.com "Parsed with Markdown"?
9
General
I was considering implementing on my website the ability for users to switch between a markdown editor or the trix editor but then I noticed on this gorails.com editor (which appears to be Trix) it...
Sebastian replied
Solved
Message Templates Won't Show In Rich Text Editor SimpleMDE
0
Rails
I have created a message template based on the video that you've created and everything works well and I can select template and the message will show on the text area. But I have integrate SimpleM...
Lee Terng Gio posted
Message Templates In Rich Text Editor SimpleMDE
0
Rails
I have created a message template based on the video that you've created and everything works well and I can select template and the message will show on the text area. But I have integrate SimpleM...
Lee Terng Gio posted
Message Templates In Rich Text Editor SimpleMDE
0
Rails
I have created a message template based on the video that you've created and everything works well and I can select template and the message will show on the text area. But I have integrate SimpleM...
Lee Terng Gio posted
Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied
Spell check
1
Site Feedback
Hi,
it seems that spell check only works for title not for the body of posts.
Chris Oliver replied
SimpleMDE & RedCarpet
5
Gems / Libraries
So i have set up my forum with simpleMDE and i'm using RedCarpet to parse the markdown. Everything works great except when it parses the markdown, it adds extra set of `` tags before and after my p...
Pull data from another table in a lookup
53
Rails
Hi all,
I am looking up a list of articles, depending on the brand ID's - `@articles = Article.where(brand_id: brand_ids)` what i would like to know is there a way to retrieve the brand name in thi...
Jacob Montgomery replied
Solved
Handling Parameter Tampering Safely with Rails Discussion
1
General
Nice fix Chris ! Dead simple
Jaroslav Horák replied
New Position Senior engineer, where to start?
2
Tips
Hi everyone,
I am starting a new position as a senior software engineer. I was told that it is very ruby on rails environment. I want to know what is the best way to get started with learning inte...
Tuan Mark replied
remove the class="simple-form"
8
Gems / Libraries
how to remove the class="simple-form" from a form created using the gem?
João M Cortat replied
Listopia is launched!
1
Site Feedback
Listopia is a simple, effective open-source list and task management app. It lets you share lists and tasks with friends, family, and team members. Enjoy it and star it on [GitHub](https://github.c...
David Larry replied
A Simpler Build with Broadcasts Refreshes Discussion
1
General
My general rule of thumb is I'll use redirecting back/morphing for very simple or low-frequency pages such as admin pages where there's not a lot of user traffic, but will reach for turbo streams w...