
Dynamic Nested Forms with Stimulus JS Discussion
36
General
Yes this is what ive been waiting for!
James DuBois replied

Implementing Highcharts in RoR
8
General
Looking for the best way to implement Highcharts in RoR. I have been spoiled by ChartKick however one of the features I need in HighCharts is the Drilldowns and the maker of ChartKick said "it's a...
MitchellThompson replied

API Design Decisions
7
General
I'm designing & building an API for a company and have arrived at a decision point I can't figure out.
we're providing access to records. right now they want to quickly integrate with one clie...
shakycode replied

Direct File Uploads to S3: Part 3 Discussion
51
General
Awesome as usual Chris.How similar do you think this process would be to using Carrierwave Direct?
Chris Oliver replied

Create a User Profile after saving a Devise User
10
Gems / Libraries
1. When the user registers, do you want to have them fill out some of the profile information as well? If so, then I would recommend updating the Devise form to be a nested form. That way you creat...
Alex Ventura replied

Refactoring Your jQuery Code with Objects in Coffeescript Discussion
18
General
Thanks for this episode! I was recently working on a Rails project and saw much the same setup in their JS, didn't really grasp it at a high level. I could see it was organized more than the JS I w...
Fabrizio Bertoglio replied

Dynamically Defined has_many with odd behavior
4
General
Here's a quirk that's confounding me:
Data Model:
```ruby
class Athlete < ApplicationRecord
has_many :stats
end
class Stat < ApplicationRecord
belongs_to :athlete
belongs_to :posit...
Chris Zempel replied

Dynamic Select Fields in Rails with Hotwire Discussion
19
General
If I'm reading this error correctly does this mean the url value and param value are not being pulled from the data fields?
GET "/undefined?undefined=Head&target=muscle-table"
chloetakahashi replied

Nested Comment Threads in Rails - Part 3 Discussion
11
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?
beckham daniel replied

Why You Should Focus On Writing Code With Clarity Discussion
4
General
Good article Chris, ruby has the clarity implied, programmers don't... however "ubiquitous language" is something that could help to programmers on this, thanks for share your thoughts!

How do I Export a CSV file where it includes all the nested attributes?
16
Rails
Greetings:
I would like to export a CSV file where it includes all the nested attributes. I have an invoice model and a product model. Each invoice has many products. I am able to export to CSV fo...
Solved

Subscriptions with Stripe Discussion
96
General
Hey Chris! Not sure if this is just me, but there seems a problem downloading the video's.

Infinite Scroll in Rails with Stimulus.js Discussion
25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied

Setup MacOS 10.12 Sierra Discussion
46
General
Thanks for posting this, Chris. Did you face any issues with Nokogiri when installing the Rails gem?
Someone replied

Dynamic nested forms with Stimulus *and* has_many :through relationship
4
General
Hi team,
I've been following along with the [Dynamic Nested Forms with Stimulus JS](https://gorails.com/episodes/dynamic-nested-forms-with-stimulus-js?autoplay=1) lesson, but I've been attempting ...
David McDonald replied
Solved

In-App Navbar Notifications Discussion
55
General
Thank you thank you thank you!
Ken Hibino replied

0 Using VueJS with Rails: Using VueJS for Nested Forms in Rails: Part 2
29
General
I particularly like avoiding the extra complexity of a full-blown router-based SPA, especially when enhancing an existing Rails app. Thanks for the clear and concise walkthrough! It'll help me avoi...
Aleksandr Shelestov replied

Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

Bundle Package and Deployment
10
Rails
Hi all,
New user to the Gorails site, what a fantastic resource! I'll be upgrading to Pro shortly.
I have a first question (probably of many)...
I am deploying my app with Capistrano and it work...
Chris Oliver replied

Group Chat with ActionCable: Part 1 Discussion
35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied