
Problem with Stimulus and counter_culture gem (counter_cache)
2
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller.
I have installed the gem and configured all.
I have 3 model :
Thats working fine for this relation: Category hav...
democra cyoverall replied

Base62 Decoding Short Codes Discussion
6
General
Intresting, I had the same requirement so I created this gem https://github.com/xiaohui-zhangxh/xencoder , it can encode/decode interger to BaseX and prevent it to be decoded without seed
M87 replied

http://localhost:3000/admin
2
Rails
Chris Oliver,
https://github.com/vidosrd1/Dark_mode/
Dark_mode/config/routes.rb
Srđan Vidović
hadbobolink replied

Dynamic Authorization Roles with Pundit Discussion
5
General
Well this couldn't have come at a better time! Thanks Chris!!! I'll be hiding the UI for creating and editing roles and providing at a higher price plan, there's a lot of value in this
Amir Aziz replied

Parsing Markdown Code Line Highlighting with Ruby Discussion
1
General
These types of problems are fun to code golf because they can be implemented so many different ways. ⛳️🏌️♂️
marilyn ohara replied

How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion
3
General
Nice!
marilyn ohara replied

How to test ActionMailer in Rails Discussion
12
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...
emmadenshi replied

Handling New Messages with Turbo Streams Discussion
7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...

Hatchbox: teams
2
General
Hello,
what are your plans for developing Teams feature on Hatchbox?
Currently I can invite someone by giving them status "admin", "member" or no status at all. The problem is, any invited person h...

Exploring PostgreSQL Tuples Rails PR Discussion
1
General
@Frank Underwood, check out our [GoRails Learning Path](https://gorails.com/path) for a structured way of learning Rails. We designed it with repetition in mind so concepts sink in as you build sev...

How to add a Command Palette to your Ruby on Rails app Discussion
3
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.

How to use HTML Button Form Attributes Discussion
6
General
This would have saved me a ton of time last year when I spend hours trying to organize the delete button. 🤦♂️

How do I test different configurations which are set at Rails boot time?
1
Testing
I'm currently working on a fix related to an issue in spree commerce: https://github.com/spree/spree/issues/12231
To test the failing behavior before I apply my fix, I wrote a Rspec test like this...
Karla Lara replied

Organizing Rails Model Files Discussion
7
General
Great episode, Collin: thank you
I also found the annotate output at the top of the file annoying, so my team now has annotate config set to output at the bottom of the file:
Annotate.set_def...
leo rasy replied

LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
3
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...

SQL Learning Path - Having Statements Discussion
6
General
I have a question about replacing `store_id` with `stores.name` if we add JOIN to the query (4:50 for example). Would it be valid replacement if there are multiple stores with the same name but obv...
cjilbert504 replied

Ruby Data Class Discussion
0
General

Improving the Rails Route Generator Discussion
5
General
good
marilyn ohara replied

Contributing To Thor Discussion
2
General
Awesome stuff!
marilyn ohara replied

Using Deprecation Warnings in Rails Discussion
0
General
What features will be deprecated and replaced with ActiveSupport::Deprecation?
marilyn ohara posted