This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
suprails /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.suprails.example | ||
| |
COPYING | Sat Oct 11 10:23:40 -0700 2008 | |
| |
README | ||
| |
TODO | ||
| |
bin/ | ||
| |
facets/ | Sat Oct 18 12:25:12 -0700 2008 | |
| |
lib/ | ||
| |
suprails.gemspec |
README
# 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. Example configuration file (~/.suprails/config) =============================================== # Notice that ruby comments work just fine! # gems.update "rspec", "rails", "rspec-rails", "haml", "capistrano" frozen_rails gems.config :haml gems.unpack plugin "git://github.com/rails/exception_notification" generate :rspec folder "public/stylesheets/sass" delete "public/index.html" gpl git haml Installation ============ $ sudo gem install listrophy-suprails --source http://gems.github.com Execution ============ First, run suprails without any arguments: $ suprails This will initialize your ~/.suprails/ folder and configuration in that folder You will now want to edit the configuration file to your liking. It is located at: ~/.suprails/config Now, run suprails instead of rails: $ suprails AppName History/Bugs ==== 0.1.1 - Added the runcommand verb 0.1 - The DB commands do not yet work. You have to just use the file command instead. 0.0.0 - Initial readme. No code.








