Sharing Passwords Between Users Discussion
Hey me from future, I tried to delete this question but I can not, the problem of course was me, the code I had to write is this :
def destroy
@password.user_passwords.where(user_id: params[:...

2
General
Strings in Ruby Discussion
Can you share the link to the video? Thanks in advance.

8
General
Digital Oceans Spaces set up to test in Development
https://webcapitan.com/blog/wordpress-vs-custom-cms/

4
General
Rails Application Structure Explained Discussion
Hi Chris, thanks. I don't understand why, yesterday I successfully installed Ruby on Rails, NodeJS, POstgreSQL and everything from the guide, but today, my terminal says that I have nothing install...

5
General
Custom Attribute Serializers with ActiveRecord in Rails Discussion
When I deal with currency amounts, I always store the amount in the DB as cents and then use some custom methods to generate "_in_dollars" methods that I use on my forms, because most people prefer...

7
General
How to Deploy Rails to Fly.io Discussion
did you try deploying using sqlite?

9
General
Including Javascript and CSS Libraries With Rails Discussion
I deeply miss the 4x player feature that is implemented in newer videos from Gorails. But 2x will do the work a little slower, but it's okay since we don't live in a perfect world anyway.

12
General
Designing Database Models for a Password Manager Discussion
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...

1
General
Virtual Generated Columns in Rails with ActiveRecord Discussion
For virtual column, if we provide true for store attribute in migration file, will create a column in db and store the value?

5
General
Adding Scheduled Blog Posts Discussion
My posts aren't displaying in the correct order. I have the following line in my blog_post.rb:
scope :sorted, -> { order(published_at: :desc, updated_at: :desc) }
And in my controller I have:
...

9
General
Will there be a Black Friday 2023 Sale?
Yes, we will. It should go live on Thursday. 👍

2
General
Dynamic Nested Forms with Turbo Discussion
I get this as params: #"qKvGxL2bY6ocX4aYK8-zarRvKGfkacBllfYkeU13RTan8kn3KnfsHJir80zYofjGx3edr6FfrHc8pLe6FVOh7g", "purchase"=>#"1", "fecha_compra"=>"16/11/2023", "fecha_vencimiento"=>"16/12...

35
General
can't install rails
Use this guide
https://gorails.com/setup/windows/11

3
General