New DataTypes For Ruby
3
Ruby
Hi,
I'm Alex. I program science I was in school and I have concepts of Datatypes which I would like to have in programming language.
Ruby is My Favorite languge (10+ years of experience), Are ther...
MatthewEPeyton replied
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
Problem with Stimulus and counter_culture gem (counter_cache)
8
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller.
I have installed the gem and configured all.
I have 3 model :
Thats working fine for this relation: Category hav...
Nate Roberts replied
Authentication Generator and Registration Discussion
1
General
are there any generators for jwt or token based for sperate frontend
v-d-k 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...
How to add logo image to mailer
7
Rails
Hi how can we add image from my assets to the email like my logo when sending email to the users.
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!
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
Why to purchase the stripe course or Showing Off Game Nanny
4
Showcase
tldr; No question here, just a show case.
I recently purchased [Chris' Stripe course](https://courses.gorails.com/payments-with-stripe-and-rails-master-class) and used it as a baseline for the eco...
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?
Ruby Data Class Discussion
2
General
thoughbot link: https://thoughtbot.com/blog/sandi-metz-rules-for-developers
ReginaJGilbert replied
Handling Parameter Tampering Safely with Rails Discussion
1
General
Nice fix Chris ! Dead simple
Jaroslav HorĂ¡k replied
ActiveAdmin & Autocomplete
1
Rails
Has anyone had, and hopefully fixed, the jquery(?) conflict between activeadmin and autocomplete ( I was using easyAutocomplete ).
Soon as I have both in a project it breaks with not a function is...
StevenSwift replied