Save 36% for Black Friday! Learn more

Dale Holmes

Joined

100 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Ruby Module Function Method Discussion

I want to watch this video

Posted in Ruby Module Function Method Discussion

how can I unlock this

Posted in SQL Introduction with PostgreSQL Discussion

when can i try it

Posted in SQL Introduction with PostgreSQL Discussion

it helps me a lot with my project

Posted in SQL Introduction with PostgreSQL Discussion

agree with it

Posted in Virtual Attributes And Attribute API Discussion

how can i apply it

I want to study on this project in the future.

Posted in Deploying Rails 8 with Hatchbox Discussion

This looks like a really clean setup! Using Hatchbox with that gem trifecta makes deploying Rails 8 apps feel much more streamlined. I like how it simplifies server configuration and lets you focus on development instead of infrastructure headaches. Definitely a setup worth trying for anyone looking to get a Rails app live quickly.

Posted in Rails 8.1 Local CI Discussion

For my project, we need to spin up multiple services in containers and run the test suite under different configurations, and the out-of-the-box scripts feel a bit limited. I ended up customizing the CI scripts to handle our environment, add better logging, and summarize results at the end, which makes debugging much easier. I like the idea of having a standard framework, but in practice, it often needs extra polish and flexibility to handle more complex setups.

Posted in Module extend self Discussion

It’s one of those things that makes the language feel really flexible and elegant. Modules aren’t just for mixing in functionality—they can completely change how you structure your code, making it cleaner and more reusable.