Tutorials
Getting started with Neat 2.0, a lightweight and flexible Sass grid
INeat 2.0 utilizes a push left system to position objects within the layout. This system determines the width of a grid object, then uses the calc() property to predict and accommodate for the object’s gutter and the gutter of its siblings.
Naming Conventions for ActiveRecord Polymorphic Associations
Ruby on Rails has a lot of great features to help build web applications quickly: migrations, view helpers, text manipulation methods, and more. One of the handier features – and one we’re using extensively in a current project – is polymorphic as...