public
Description: Open Source Social Networking Platform
Homepage: http://github.com/manveru/sociar
Clone URL: git://github.com/manveru/sociar.git
Click here to lend your support to: sociar and make a donation at www.pledgie.com !
sociar / env.rb
100644 13 lines (10 sloc) 0.236 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'configuration'
 
require "env/sociar"
begin
  require "env/#{SOCIAR.mode}"
  require "env/#{SOCIAR.host}"
rescue LoadError => ex
  Ramaze::Log.warn ex.message
end
 
s = SOCIAR.sequel
DB = Sequel.connect s.db, :logger => s.logger