Copyright 2008 Bradley Grzesiak

This file is part of Suprails.

Suprails is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

Suprails is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with Suprails. If not, see http://www.gnu.org/licenses/.

Suprails

This project is intended to be a replacement for the "rails" command. It does not replace the rails framework but rather provides a starting point for a rails application far beyond what the "rails" command provides. During execution, in fact, the suprails command calls the rails command.

How it works

Suprails is unlike most other "Rails plus other stuff" projects out there. Instead of me, the Suprails author, deciding what you should have in your rails app, you get to decide. In addition, any time you execute Suprails, you have the option to update any gems that would otherwise be out-of-date.

Installation

TBD

Bugs

0.0.0 - Initial readme. No code.