Skip to content
Menu
Justin Ball
  • About
  • Privacy Policy
Justin Ball

Tag: jamis buck

The Rails Way Jamis Buck, Michael Koziarski

Posted on May 20, 2007November 1, 2021

Don’t forget to look at The Rails Way blog. Move logic into your model. This lets you break functionality into more granular components and makes testing easier. Keep your controllers skinny. Jamis blogged about this principle here. Use before filters to setup state before your controller runs. Use before_create in your models. ActiveSupport helps you…

Code Review of Ozmozr by Jamis Buck and Marcel Molina

Posted on March 17, 2007November 1, 2021

The review is actually less painful than I would have thought. They are looking at parts of the code and giving specific feedback on code blocks. Here’s a quick summary: ‘and’ and ‘or’ are different than ‘||’ and ‘&&’. The second returns boolean values. The first returns strings. Avoid using ‘and’ and ‘or’. When dealing…

©2025 Justin Ball | Powered by SuperbThemes & WordPress