Top Level Namespace

Defined Under Namespace

Modules: ActionController, ActiveRecord, ActiveSupport, DataMapper, Ruboss4Ruby, Ruboss4RubyController, SWFHelper Classes: String

Constant Summary collapse

APP_ROOT =
Ruboss4Ruby::Configuration::APP_ROOT
APP_ENV =

stores local copy of the application environment (‘production’, ‘test’, etc) so that appropriate values in config/database.yml are used

defined?(ENV['RAILS_ENV']) ? ENV['RAILS_ENV'] : ENV['MERB_ENV']