This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-09-27 01:15:22 -04:00
|
|
|
RAILS_GEM_VERSION = '1.2.3' unless defined? RAILS_GEM_VERSION
|
|
|
|
require File.join(File.dirname(__FILE__), 'boot')
|
|
|
|
|
|
|
|
Rails::Initializer.run do |config|
|
2007-09-27 01:55:54 -04:00
|
|
|
config.frameworks -= [ :action_web_service, :action_mailer ]
|
|
|
|
config.action_controller.session_store = :active_record_store
|
|
|
|
config.active_record.default_timezone = :utc
|
2007-09-27 01:15:22 -04:00
|
|
|
end
|
|
|
|
|
2007-10-03 01:43:33 -04:00
|
|
|
require 'redcloth'
|
|
|
|
require 'actionview_text_helper'
|
2007-11-17 03:40:46 -05:00
|
|
|
require 'has_one_page'
|