Find out how to create and mix modules into other classes and discover what are the benefits from using them in a Ruby on Rails application. (more…)
Read more »
Implementing search in your Rails app can be vexing. Here's a great pattern to use that combines the best parts of ActiveRecord and Postgres.
(more…)
Read more »
When I am building a Rails app that I expect to be public facing in some sort of capacity, I don’t want to be displaying auto-incrementing… (more…)
Read more »
If you were to summarize the entire endeavor of software development, you’d say: ‘The project ran late and it got canceled’. (more…)
Read more »
Tom Preston-Werner, co-founder of GitHub, released RedwoodJS, a new fullstack, edge-ready JavaScript web framework. Redwood is highly opinionated and integrates pre-determined back-end and front-end stacks. Redwood follows convention-over-configuration pr... (more…)
Read more »