This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'rubygems' | |
#require 'ruby-debug' # @techarch : commented out since only needed for local debugging | |
require 'markaby' # @techarch : added explicit require | |
require 'camping' # @techarch | |
require 'camping/session' # @techarch : added explicit require since session has changed in Camping 2.0 | |
gem 'RedCloth' # @techarch : added since it is referenced in the Posts model |