Sha256: 6156f8f6cd6eb32351fcfd27af656fbef7905ca9dc244926d1a1bb334c70b266

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 Ruby and Javascript. 
# Nitro provides a robust infrastructure for scalable 
# applications that can be distributed over a server 
# cluster. However, Nitro can also power simple web 
# applications for deployment on intranets or desktops.
#
# 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.20.0'

	# 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/server'
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.20.0 lib/nitro.rb