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
e commerce
havent heard of that pokedoku platform before but let me look at their libraries. Thank you

3
General
Error on Letsencrypt tutorial
I am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed
cd ~
git clone https://github.com/letsencrypt/letsencrypt
cd letsencry...

1
Servers
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
Rails World 2023: Powerful Rails Features You Might Not Know Talk Slides Discussion
Certainly! Rails World 2023 seems to have featured some valuable insights into powerful Ruby on Rails features. Graduation seemed like a long way off, and my thesis was the mountain I needed to cli...

4
General
How do i display comments count of next page?
Many thanks for providing this guide! The pagination links with the count information can be shown by using a helper method

5
Ruby
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
Organizing Rails Model Files Discussion
I always wondered about good practices how to order things in my model. Thanks for that and the gotchas.

4
General
Is Ruby on Rails still relevant in 2023 ?
Thanks for answering in brief, I will keep it in my mind.

7
Ruby