8 lines
300 B
Ruby
8 lines
300 B
Ruby
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
Haml::Template.options[:format] = :html5
|
|
# Initialize the rails application
|
|
Diaspora::Application.initialize!
|
|
|
|
ENV['GNUPGHOME'] = File.expand_path("../../gpg/diaspora-#{Rails.env}/", __FILE__)
|
|
GPGME::check_version({})
|