public
Description: A Rails Plugin to generate Jamal MVC controllers, views and models. Maybe some helpers are following too.
Clone URL: git://github.com/DenDe/jamalbuilder.git
name age message
file .gitignore Sat Jul 19 06:33:16 -0700 2008 deleted the .DS_Store files mac os finder uses ... [DenDe]
file MIT-LICENSE Tue Jul 15 23:14:21 -0700 2008 initial commit [DenDe]
file README Sat Jul 19 06:40:28 -0700 2008 Filled the README with some basic content. [DenDe]
file Rakefile Tue Jul 15 23:14:21 -0700 2008 initial commit [DenDe]
directory generators/ Sat Jul 19 07:03:09 -0700 2008 created the installation routine and cleaned up... [DenDe]
file init.rb Tue Jul 15 23:14:21 -0700 2008 initial commit [DenDe]
file install.rb Sat Jul 19 07:03:09 -0700 2008 created the installation routine and cleaned up... [DenDe]
directory javascripts/ Sat Jul 19 07:03:09 -0700 2008 created the installation routine and cleaned up... [DenDe]
file uninstall.rb Tue Jul 15 23:14:21 -0700 2008 initial commit [DenDe]
README
JamalBuilder
============

JamalBuilder is a set of generators to help you create javascript based application with Jamal MVC.


Example
=======

ruby script/generate jamal_init
ruby script/generate jamal_scaffold Article index show


Copyright (c) 2008 Dennis Benkert, released under the MIT license