laktek / extended-bort forked from fudgestudios/bort

This extends rails base app Bort by including annotate-models and make_resourceful plugins + replacing Prototype with jQuery + standard stylesheets

This URL has Read+Write access

extended-bort / README
ed0bcc8e » laktek 2008-10-30 Changed README 1 Extended-Bort
1565762e » laktek 2008-10-25 changed README not to break... 2
ed0bcc8e » laktek 2008-10-30 Changed README 3 This is a fork of orginial Bort (http://github.com/fudgestudios/bort/tree/master) with some changes.
1565762e » laktek 2008-10-25 changed README not to break... 4
ed0bcc8e » laktek 2008-10-30 Changed README 5 Changes are:
6 * Git Submodules are used to keep Rails and other plugins updated.
7 * Included Rails 2.2.0 with tha app
8 * Added annotate-models and make_resourceful plugins
9 * Added Action Mailer initializer and SMTP settings for production mode
10 * Uses admin email specified in settings.yml in exception notifier
11 * Replaced rSpec story runner with new Cucumber Scenario Framework (webrat and cucumber plguins are included)
12 * Replaced Prototype js with jQuery
13 * Replaced asset_packager with bundle_fu for bundling assets
14 * Changed Stylesheets by adding an initial stylesheet, application stylesheet and Hartija CSS print stylesheet
1565762e » laktek 2008-10-25 changed README not to break... 15
16 Install
17
f92c26a7 » laktek 2008-10-26 changed deploy scripts to s... 18 * Download and unzip Bort (or do a git clone from git://github.com/laktek/extended-bort.git)
099930d6 » laktek 2008-11-05 changed the readme 19 * cd extended-bort
f92c26a7 » laktek 2008-10-26 changed deploy scripts to s... 20 * run
21 git submodule init
22 git submodule update
1565762e » laktek 2008-10-25 changed README not to break... 23 * Edit the database.yml and the settings.yml files
24 * Rake db:migrate
b515b614 » laktek 2008-10-26 Modified README 25 * change the session key in config/environment.rb and REST_AUTH_SITE_KEY in environments config (you can generate keys using rake:secret)
1565762e » laktek 2008-10-25 changed README not to break... 26 * Have a brew and celebrate
27
ed0bcc8e » laktek 2008-10-30 Changed README 28 Credits
1565762e » laktek 2008-10-25 changed README not to break... 29
ed0bcc8e » laktek 2008-10-30 Changed README 30 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.