How to Embed Images with Inline Email Attachments in rails Discussion
0
General
How to use CodeMirror with ImportMaps Discussion
0
General
Ruby Module Function Method Discussion
8
General
We especially love how splitting can be used not just as an attack but as a gesture of cooperation. Itβs really wholesome when someone gives you mass just to help you out β those are the little mom...
Lazy Requiring Dependencies in Ruby Discussion
8
General
I love removing dependencies. π
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
What do you listen to while coding?
24
General
So i had an interesting chat with fellow community member Jacob, and we are wondering what music do you listen to while you're coding?
What really gets you in the zone as you work hard creating yo...
disegnidacoloraremondo replied
Nested Comment Threads in Rails - Part 3 Discussion
12
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
Antonio Tate replied
Authentication Generator and Registration Discussion
1
General
are there any generators for jwt or token based for sperate frontend
v-d-k replied
Adding Turbo Frame Test Helpers Discussion
5
General
Does GoRail allow users to use group accounts?
Tommy Gun replied
Customizing the Jumpstart app template
2
General
Hi:
I'm working on exploring the Jumpstart app template. I've noticed the Navbar (_navbar.html.erb) links at the far left to a logo (logo.svg) and that the logo is displayed using an operand "rend...
Improving Rails Credentials & Encrypted File Decryption Discussion
0
General
Great episode-this highlights how even small issues like a rogue newline can break Rails credential decryption. Really appreciate the practical insight and the effort to contribute a fix back to Ra...
Ruby Scripts & IRB Discussion
16
General
Good job Collin!
Quick notes:
- Ruby has to already be installed to do everything in the video so maybe a link to the Install Ruby and Rails Guide if folks need help with that (https://gorails.co...
Jacob Garrett replied
Deploy Ubuntu 18.04 Bionic Beaver Discussion
79
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!
Improving app:update command for Rails 7.2 Discussion
2
General
Using Rails main, betas, or release candidates are great ways to find bugs and contribute to Rails itself. π
Ricky Garrison replied
What to use for multistep(wizards) in 2016?
5
General
Hey Chris,
As of July 2016 what gem/solution would you use to create multistep forms? I have found a couple of solutions but couldn't decide what to choose. They kinda seemed a bit obsolete. It's ...
Kevarie Aiden Mckoy replied
Solved
Dynamic Partial Rendering Discussion
0
General
I think if you do this, the composition of the shown attributes should be the other way around:
Call `<%= render @property %>` in your show action and place the common attributes (type, addre...
Matthias posted
Ruby's Tap Method Discussion
3
General
Just tap it in. Give it a little tappy. Tap tap taparoo.
solidus
7
General
I am creating my e commerce using solidus. In the admin backend, I pload products but then they are not reflected in the frontend...anyone who has come accross this?
Charlotte May replied
What Is A State Machine? Discussion
6
General
Hey Chris,I believe it's pronounced "Pop", not soda... :DThanks for the great videos!
John Maddux replied
Nested Comment Threads in Rails - Part 2 Discussion
5
General
There's a security vulnerability in the code which allows any authenticated user to delete anyone else's comment. While there's a check in view (`if comment.user == current_user`) for showing the d...
icyclisttreacle replied
How do I post comment with ajax in rails 4.2 ? Can I please have a detailed example?
5
General
How do I post comment with ajax in rails 4.2 ? Can I please have a detailed example?