-
I’ve been using this for about a year and a half.
Abomination or legitimate...
-
Consider a CreditCard class:
class CreditCard < ActiveRecord::Base
...
-
The Ruby community, according to some data I am making up, has the strongest...
-
This goes out to all the veteran Ruby on Rails developers: those who have the...
-
The xUnit Test Patterns: Refactoring Test
Code
book has an ASTOUNDING amount...
-
Ruby’s “mixins” provide a simple, middle-ground option to developers that...
-
Getting sick of writing the following?
def create
@user = User.new...
-
Good code has a rhythm. To me code with a good rhythm can be easily read and...
-
Alright here we go.
Say we got an app with groups, users and memberships.
...