Sha256: bba0e6fb69a7bdac43e0e316675a2bed24a784e84b933d09c54f12b318ea40b2
Contents?: true
Size: 385 Bytes
Versions: 5
Compression:
Stored size: 385 Bytes
Contents
# This file contains your application, it requires dependencies and necessary parts of # the application. # # It will be required from either `config.ru` or `start.rb` require 'rubygems' require 'ramaze' # Make sure that Ramaze knows where you are Ramaze.options.roots = [__DIR__] # Initialize controllers and models require __DIR__('model/init') require __DIR__('controller/init')
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ramaze-2012.04.14 | lib/proto/app.rb |
ramaze-2012.03.07 | lib/proto/app.rb |
ramaze-2011.12.28 | lib/proto/app.rb |
ramaze-2011.10.23 | lib/proto/app.rb |
ramaze-2011.07.25 | lib/proto/app.rb |