Recent posts

Offline Rails Documentation

1 minute read

The rdoc rails document could be troublesome to find a specific method you would like to know about.

Configure Rails migration version type

less than 1 minute read

Rails use a UTC time stamp as migration version by default. Although most examples in books have simple number based system for managing migration versions, ...