
Advanced URL Parsing in Rails with PublicSuffix & Addressable gems Discussion
0
General

Uploading Files to DigitalOcean Spaces Discussion
8
General
Thanks Chris. This was very timely as I was just considering options on a file upload project at the moment.
Zack replied

Domain & Subdomain Routing Constraints in Rails Discussion
9
General
@Chris !!!!
THANK YOU! I've been at this all day working with acts_as_tenant. Had some issue with some "undefined method `arity' " error when I added the acts_as_tenant(:account) to a model. Not...
bradnealy replied

Decorators with the Draper Gem Discussion
3
General
How do you handle something where you're using a foreign key, for example a Commentable concern. Comment has a user as commenter. The User class method works fine, but is there a catch all way to a...

Page does not reload, even though javascript comes back with 200
0
General
Chris i followed your tutorial with polymorphic true commenting system, but i ran into an issue with trying to use ajax to refresh the page. The page does not refresh, only when i reload the page a...

Decorators From Scratch Discussion
17
General
Nailed it. Thanks again Chris - could never find a good explanation on Decorators, hence I never used them, will be sure to use them now!
Daniel Jackson replied

Modular Code Organization Discussion
5
General
Awesome class!!!!!
katyswift468 replied

Setup Ubuntu 16.10 Yakkety Yak Discussion
0
General

Setup Ubuntu 23.10 Mantic Minotaur Discussion
0
General

Testing API Integrations with WebMock Discussion
3
General
This might help someone watch the video. The website provided (https://jsonip.org/) didn't work for me. The following error occurred:
----
SocketError: Failed to open TCP connection to jsonip.org:...
Chris Oliver replied

Are there more than 2 levels on "Path" section?
1
General
Are there more than 2 levels on "Path" section, which I don't see because I am not Pro member, or there are only 2 available at the moment?
cjilbert504 replied

Rails for Beginners Part 4: No template for interactive request
10
General
Noob Rails user here. Can't believe I progressed without any problem through all of Chris's install this and that stuff without any issues at all. Then when I added my first view I get the error: N...
AlfredoNarciso replied

Querying Named Scopes Across Models with ActiveRecord::Relation#merge Discussion
8
General
Thank you for sharing, Chris, really awesome feature.
ekartzpoot replied

API
2
General
Hi everyone,
I have recently set on a mission to learn more about APIs. I get some data from a external JSON API but have come a cross an issue that I need some help with.
I’ve defined my cars v...
Solved

Learning-path next release
0
General
Hi there,
I wanted to ask you when are you planning to release the next series of learning-path course and how often do you plan to release them?
Thank you for such a great course.
All the best,...
Rafal Siepak posted

How do I import recurring_select in Rails 7?
3
General
I add the gem in rails 7 and worked, the thing is, when I'm using it in the form, it doensn't pop up the modal, the js isn't working,
In application.js I imported like
import "recurring_select"
i...
Robert Ault replied

Rails for Beginners Part 6: The Root Route Discussion
2
General
I created a guide for myself based on this video:
https://paper.dropbox.com/doc/6-How-to-add-the-root-route--BFkHqiwUkuyuvDGJuGbMgiZqAQ-snEyAhwuCkHFOSGR2s0f6

Setup Ubuntu 22.10 Kinetic Kudu Discussion
2
General
I would use rvm or rbenv to manage ruby versions on per projects with the standard `.ruby-version`
rvm is a heavier beast compared to rbenv. if you are not changing ruby version often. us rbenv.. o...
Freibuis replied