Adding Scheduled Blog Posts Discussion

22
General
Hello Chris, I am facing the issue while sign in locally (it shows password and email are invalid) even my production site is not giving me this issue, Please help. Thanks in advance!
Patrick replied

Deploying our Rails Blog to Production Discussion

15
General
Hello Chris, thank you very much for you do to help us... I'm trying to deploy the blog but when building it on render I'm getting an error... Your RubyGems version (3.0.3.1) has a bug that preven...
Patrick replied

How to Migrate from Paperclip to Rails ActiveStorage Discussion

14
General
This should return the path to file in this format: /users/avatar/xxx/xx/original/filenameinstance.send(attachment).pathAlso, in my case i had to use something like:file_path = k.send(value).path.s...
Matthias Orgler replied

How to use Hotwire in Rails Discussion

86
General
Can you please provide the repository for this also?
D john replied

How do I add a comment to the thread that explains how to install Rails?

2
General
I successfully followed the instructions from this platform for setting up Rails on Ubuntu 22.04. It went well, but there were one or two "gotchas" that would could have defeated persons not comple...

Separate JavaScript Importmaps For Rails Engines Discussion

3
General
Good stuff! I have an idea for another episode/lesson: When using TailwindCSS (which is pretty much the standard nowadays) in an Rails app, I found myself wanting to build "plugins" or extended fun...
Mateusz Żołądek replied

Fixing Counter Caches in the Paranoia Gem Discussion

1
General
That's EXACTLY the type of advanced stuff, that I'd love seeing more in Go Rails!
Jeni RANDRIAMIHAJASOA replied

Designing Database Models for a Password Manager Discussion

3
General
Quick tip: try to refrain from writing lines at the bottom of your terminal as it makes it difficult to read when we pause the video as the video player UI obscures the text. An easy fix would be t...
SophiaJames replied

Encrypting Passwords In The Database Discussion

1
General
How can i run this ``` EDITOR="code --wait" rails credentials:edit --environment=development ``` command in my windows machine?
CarlosLeonCode replied

How do you setup email in your application and link it to a record

4
General
Hey Chris. I have been trying to look online but haven't been successful in finding out the following. Say you made a CRM application in Rails and setup a pop3/imap email in the app. How would y...
Lillian Thuram replied

Dynamic Nested Forms with Turbo Discussion

44
General
Great demo of an awesome new ability. Thanks!
cjilbert504 replied

Security Hardening Servers with Fail2Ban Discussion

7
General
Great epiode Chris! Would love to see more like this!
CummerataMagnus replied

How do I disable testing in Jumpstart pro?

2
Testing
I am having a conflict with test data in jumpstart Pro. It continues to automatically add accounts that are conflicting with my other test data. I’m encountering an issue where Jumpstart Pro’s auto...
Chris Oliver replied

When pre/eager loading an association, is there any way to get the associated data from a cache?

2
Rails
``` class Category < ActiveRecord::Base # columns: name has_many :books end class Book < ActiveRecord::Base # columns: title, category_id belongs_to :category end ``` Given the abov...
DuaneOgburn replied

Want to stay up-to-date with Ruby on Rails?

Join 89,392+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.