Sha256: c2bea27b7f958c7a6e6d6eaa1526d6e0720ce88a56a1128f99389cb77a4cf72e

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# = Nitro 
#
# Nitro is an efficient, yet simple engine for developing 
# professional Web Applications using the Ruby language. 
# Nitro aims to provide a robust infrastructure for scalable 
# web applications that can be distributed over a server 
# cluster. However, Nitro can also power simple web 
# applications for deployment on intranets or even personal 
# computers. 
#
# Nitro integrates the powerful Og Object-Relational mapping 
# library.
#
# Copyright (c) 2004-2005, George Moschovitis (http://www.gmosx.com)
# Copyright (c) 2004-2005, Navel Ltd (http://www.navel.gr)
#
# Nitro is copyrighted free software created and maintained by 
# George Moschovitis (mailto:gm@navel.gr) and released under the 
# standard BSD Licence. For details consult the file doc/LICENCE.

require 'glue'
require 'glue/logger'

module Nitro
	
	# The version.

	Version = '0.18.1'

	# Library path.

	LibPath = File.dirname(__FILE__)

end

# gmosx: leave them here.

require 'nitro/context'
require 'nitro/controller'
require 'nitro/dispatcher'
require 'nitro/render'
require 'nitro/conf'

require 'nitro/runner'
require 'nitro/environment' unless $NITRO_NO_ENVIRONMENT

# * George Moschovitis <gm@navel.gr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nitro-0.18.1 lib/nitro.rb