Eric Chua
Joined 11/23/2024
Eric Chua said 7 months ago on Failover Requests :
Hi David,

For all your tutorials, are there any a starting point codes which I can use to follow along? The current downloadable codes bases are the final ones. Hard to follow along. Any help? Thanks.

Eric Chua said 7 months ago on Failover Requests :
Thanks, will try this out.

Eric Chua said 7 months ago on RubyMine :
Hi David,

Since you use VSCode, do you have a video or tutorial on what plugins you use for Rails 8 and also any specific settings you set to make you more productive? Thanks.

Eric Chua said 7 months ago on Failover Requests :
Hi David,

I have tried your template, and not sure why the tailwind didn't rendered properly. I think your template is using tailwind 3 and not the latest tailwind 4, as you are using tailwind.config.js (looks like below).



To fix it, I need to do this
bundle add tailwindcss-rails
./bin/rails tailwindcss:install

Then only it works. So your template needs to do anything extra?

Thanks.