Authenticate By & Password Challenge Methods In Rails 7.1 Discussion
This is the first time I've been to this place. I found a lot of interesting things on your blog, especially the comments

2
General
How can I use esbuild with react in a rails 7 app
How can I use esbuild with react in a rails 7 app? If I use build ... --loader: .js=jsx then esbuild will think my js files are jsx If I exclude the loader option from the build script command the...

1
General
Magic Link Authentication with generates_token_for in Rails 7.1 Discussion

0
General
Realtime Online User Tracking with ActionCable Discussion
I just implemented this and deployed it to Heroku using redistogo Nano version but I got this error:
2021-11-10T19:33:50.348851+00:00 app[web.1]: [d6a31038-f4b6-4b27-9dc3-f0db27dfd0f8] Redis::Comm...

16
General
Base62 Encoding Short Codes Discussion
Hi Chris,
why the local variable result is treated as frozen?
Here is the error:
Error:
ShortCodeTest#test_encode_10:
FrozenError: can't modify frozen String: ""
app/models/short_code.rb:20:in ...

3
General
SQL Learning Path - Creating and Dropping Databases Discussion
Initially, I got a connection error, to the effect, 'database 'my_user_name' does not exist.
After running `createdb` and then `psql`, everything works and I was able to connect using 'TablePlus' ...

3
General
How to use ESBuild in Rails with JSBundling Discussion
i am on rails 7.1.beta and when i run bin/dev i get this error on console:
15:41:20 js.1 | exited with code 0
15:41:20 system | sending SIGTERM to all processes
15:41:20 css.1 | exited with co...

30
General
How to Process Inbound Webhooks (Railsconf 2023) Discussion
I like it. I'm glad to hear you're interested in creating your own book nook! I am working on the college project website that mentioned to others who might be searching for essay samples online. I...

14
General
SQL Learning Path - Creating and Dropping Tables Discussion
One fun tip; You can have multiple statements in the Query editor and hi-light the statement that you want to run and it will only run that statement.
For example, you could have both statements i...

1
General
What SEO tools do you use as a developer?
I am working on a project that should be SEO-friendly at launch. I have only basic knowledge in SEO and will be grateful for any of your advice

7
General
Classes & Objects in Ruby Discussion
Thank you Collin! This was a fun review video! : )

3
General
Creating a New Rails app Discussion
Chris, great job and fantastic tutorials. Do you have any suggestions for connecting Rails 7 apps to Snowflake. It seems the only viable option right now that I have found is ODBC connection using...

3
General