Top Level Namespace
- Includes:
- RestfulX::Configuration
Defined Under Namespace
Modules: ActionController, ActiveRecord, ActiveSupport, DataMapper, Enumerable, RestfulX, SWFHelper, SchemaToYaml Classes: String
Constant Summary collapse
- 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']
Constants included from RestfulX::Configuration
RestfulX::Configuration::APP_ROOT, RestfulX::Configuration::RxSettings