lib/picky.rb in picky-3.6.16 vs lib/picky.rb in picky-4.0.0pre1

- old
+ new

@@ -2,13 +2,14 @@ # External libraries. # require 'active_support/core_ext' require 'text' - require 'yajl' # TODO Maybe replace by multi_json. + require 'yajl' # THINK Maybe replace by multi_json? require 'rack' # TODO Remove. require 'rack_fast_escape' # TODO Remove. + require 'procrastinate' # Require the constants. # require ::File.expand_path '../picky/constants', __FILE__ @@ -17,10 +18,9 @@ require ::File.expand_path '../picky/loader', __FILE__ # Load the framework # Loader.load_framework - puts "Loaded picky with environment '#{PICKY_ENVIRONMENT}' in #{PICKY_ROOT} on Ruby #{RUBY_VERSION}." # Check if delegators need to be installed. # require ::File.expand_path '../picky/sinatra', __FILE__ \ No newline at end of file