Rails BeatDB draft

This commit is contained in:
magnolia-fan
2011-04-07 00:59:50 +04:00
parent 4cdd06efca
commit 2f611742ba
6 changed files with 54 additions and 3 deletions
+2
View File
@@ -38,5 +38,7 @@ module Beathaven
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
#config.autoload_paths += %W(#{config.root}/lib/db)
end
end
+2
View File
@@ -1,6 +1,8 @@
#utf-8
require 'rubygems'
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
require 'json'