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 (
commit 82e2cba12fea46e7a8cae492e8a51164d72a5045
tree 751985e1d3f64c60e4699f050f42f3fe254e5ca6
parent a5bf66414dce2d72a45ad3562821865e6516d9c6
tree 751985e1d3f64c60e4699f050f42f3fe254e5ca6
parent a5bf66414dce2d72a45ad3562821865e6516d9c6
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 11 04:37:09 -0700 2008 | |
| |
.gitmodules | ||
| |
Capfile | Mon Aug 11 03:56:38 -0700 2008 | |
| |
README | ||
| |
Rakefile | Mon Aug 11 03:56:38 -0700 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Thu Nov 06 03:52:44 -0800 2008 | |
| |
doc/ | Mon Aug 11 03:56:38 -0700 2008 | |
| |
features/ | ||
| |
lib/ | ||
| |
log/ | Mon Aug 11 03:56:38 -0700 2008 | |
| |
public/ | ||
| |
script/ | ||
| |
spec/ | Tue Oct 07 02:26:58 -0700 2008 | |
| |
test/ | Tue Sep 16 03:17:12 -0700 2008 | |
| |
tmp/ | Mon Aug 11 03:56:38 -0700 2008 | |
| |
vendor/ |
README
Extended-Bort This is a fork of orginial Bort (http://github.com/fudgestudios/bort/tree/master) with some changes. Changes are: * Git Submodules are used to keep Rails and other plugins updated. * Included Rails 2.2.0 with tha app * Added annotate-models and make_resourceful plugins * Added Action Mailer initializer and SMTP settings for production mode * Uses admin email specified in settings.yml in exception notifier * Replaced rSpec story runner with new Cucumber Scenario Framework (webrat and cucumber plguins are included) * Replaced Prototype js with jQuery * Replaced asset_packager with bundle_fu for bundling assets * Changed Stylesheets by adding an initial stylesheet, application stylesheet and Hartija CSS print stylesheet Install * Download and unzip Bort (or do a git clone from git://github.com/laktek/extended-bort.git) * cd extended-bort * run git submodule init git submodule update * Edit the database.yml and the settings.yml files * Rake db:migrate * change the session key in config/environment.rb and REST_AUTH_SITE_KEY in environments config (you can generate keys using rake:secret) * Have a brew and celebrate Credits Bort put together by people at "Fudge":http://www.fudgestudios.com/. Extended-Bort was done by Lakshan Perera (http://laktek.com) based on Original Bort.








