Skip to content

Instantly share code, notes, and snippets.

#Report Calc API

##API Abstraction

###Http API

There would be thin html presenter layer that would call the api and hand that off to the view. The api would have a JSON presenter layer.

Pros

@zeisler
zeisler / gist:ed4784f95b8ec4061392
Created March 1, 2015 21:05
How to Delete your hard drive in Ruby
$ sudo irb
irb(main):002:0> require 'fileutils'
=> true
irb(main):003:0> FileUtils.rm_rf("#{nil}/")