Sha256: 2d634231746eab109b05fc5d8110c34abbdcaef7fd4dee8cf351092862879f98
Contents?: true
Size: 1007 Bytes
Versions: 2
Compression:
Stored size: 1007 Bytes
Contents
= MuckEngine The muck engine is forms the basis for the muck framework and includes basic functionality utilized by the various muck engines. The easiest way to get started with muck is to generate your application using a template: $ rails <your-app> -m http://github.com/jbasdf/rails-templates/raw/master/muck.rb Add optional functionality with the following command: $ rake rails:template LOCATION=http://github.com/jbasdf/rails-templates/raw/master/mucktoo.rb == Setup Be sure to include the muck_engine tasks in your Rakefile: require 'muck_engine' require 'muck_engine/tasks' == Layout The muck template will build your basic application and construct all the needed files and configuration. If you build your own layout be sure to include the following script in your layout or the javascript in the system won't work: <script type="text/javascript" language="JavaScript"> <%= yield :javascript %> </script> Copyright (c) 2009 Justin Ball, released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muck-engine-0.1.1 | README.rdoc |
muck-engine-0.1.2 | README.rdoc |