public
Description: A model/view/controller generator for Rails that utilizes helpers as presenters.
Homepage: http://stonean.com/wiki/stage
Clone URL: git://github.com/stonean/stage.git
stage /
name age message
file .gitignore Sun May 25 20:02:52 -0700 2008 fix for namespacing resources. rails only [stonean]
file History.txt Tue Jun 24 06:37:28 -0700 2008 changed text_field_tag to text_field [stonean]
file License.txt Fri Apr 18 06:39:30 -0700 2008 first working version [stonean]
file Manifest.txt Tue Jun 24 06:37:28 -0700 2008 changed text_field_tag to text_field [stonean]
file README.txt Sun Apr 27 17:39:42 -0700 2008 added route functionality to merb generator and... [stonean]
file Rakefile Thu Apr 17 06:01:52 -0700 2008 Initial import from newgem template [stonean]
directory config/ Thu May 01 18:45:08 -0700 2008 was just working on the announce rake task and ... [stonean]
directory lib/ Tue Jun 24 06:37:28 -0700 2008 changed text_field_tag to text_field [stonean]
directory log/ Thu Apr 17 06:01:52 -0700 2008 Initial import from newgem template [stonean]
directory merb_generators/ Sun Apr 27 17:39:42 -0700 2008 added route functionality to merb generator and... [stonean]
directory rails_generators/ Tue Jun 24 06:37:28 -0700 2008 changed text_field_tag to text_field [stonean]
directory script/ Thu Apr 17 06:01:52 -0700 2008 Initial import from newgem template [stonean]
file setup.rb Thu Apr 17 06:01:52 -0700 2008 Initial import from newgem template [stonean]
directory tasks/ Thu Apr 17 06:01:52 -0700 2008 Initial import from newgem template [stonean]
directory test/ Sat Apr 26 16:43:23 -0700 2008 just added Rails support [stonean]
directory website/ Tue Jun 24 06:37:28 -0700 2008 changed text_field_tag to text_field [stonean]
README.txt
= stage


== DESCRIPTION:

Stage is a code template generator that utilizes helpers as presenters to reduce ruby code used in views. Of course, 
contributions are welcome if you like the concept. I would especially like to hear of any code reduction suggestions.

== FEATURES/PROBLEMS:

Both: The helper methods could generate more precise form helpers.  Just outputs text fields.

== REQUIREMENTS:

Merb + DataMapper
-- or --
RubyOnRails

== INSTALL:

sudo gem install stage

== LICENSE:

(The MIT License)

Copyright (c) 2008 Andrew Stone

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.