News
The problem that ViewComponent solves for me - Code with Jason
If you just stuff all your domain logic into Active Record models then the Active Record models grow too large and lose cohesion.A model loses cohesion when its contents no longer relate to the same end purpose. Maybe there are a few methods that ...
Thredded Forums, feature-rich and simple.An engine for Ruby on Rails.
Format your posts with Markdown by default and / or BBCode, with onebox and tag support.Never miss an update with @-mentions, email notifications, and (un)read posts tracking.Enjoy the fully-responsive minimalistic theme, configurable via Sass.Fi...
Cucumber Founder Aslak Hellesøy on TDD and BDD - Semaphore
In this episode of Semaphore Uncut, we welcome Aslak Hellesøy, Cucumber Founder, Cucumber Open Source Lead at SmartBear. We walk about TDD and BDD, how to adopt automated testing, what different kinds of tests there are, and what the future holds ...
A new standard of testing for GOV.UK - Technology in government
Sometimes it’s more practical to test a change manually, and over the years the idea of doing some kind of manual check had become a staple in our deployment process. But having too many manual checks can lead to problems. For example:it’s hard to...
Don't make me think, or why I switched to Rails from JavaScript SPAs
I picked Ruby on Rails over React-based SPA to build Reviewbunny and it was wonderful. I didn't procrastinate determining the perfect setup or choosing dependencies. Instead, I procrastinated after having finished the MVP. I'd rather do the latter...