JM (Jason Meridth)

JM (Jason Meridth)

Learn, Converse, Share

24 Feb 2014
24 Feb 2014

Consolidated My Blogs

I finally consolidate my blogs that were located at: http://jason.lostechies.com - old posts http://blog.jasonmeridth.com - current posts …
02 Apr 2013

Using Default Scope and Unscoped in Rails

I recently had the need to add a deleted flag to a model in a Rails project. I am usually of the mindset “explicit over implicit” so …
31 Mar 2013

Fix Rendering With Presence of Doctype

A couple times now I’ve forgotten to render the DOCTYPE in my layouts on my web apps. The DOCTYPE element tells the browser what type of …
23 Mar 2013

Run a Specific RSpec Spec

Update: You can specify a line number to run in your spec if you’re wanting to run a specific spec. Example: rspec …