Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can use <a href="http://github.com/fudgestudios/bort/tree/master" rel="nofollow noreferrer">bort</a> as reference</p> <blockquote> <p><strong>Plugins Installed</strong></p> <p>Bort comes with a few commonly used plugins installed and already setup.</p> <p><strong>RESTful Authentication</strong></p> <p>RESTful Authentication is already setup. The routes are setup, along with the mailers and observers. Forgotten password comes setup, so you don’t have to mess around setting it up with every project.</p> <p>The AASM plugin comes pre-installed. RESTful Authentication is also setup to use user activation. </p> <p><strong>User Roles</strong></p> <p>Bort now comes with Role Requirement by Tim Harper. A default admin role is predefined along with a default admin user. See the migrations for the admin login details. </p> <p><strong>Open ID Authentication</strong></p> <p>Bort, as of 0.3, has Open ID integrated with RESTful Authentication. Rejoice! </p> <p><strong>Will Paginate</strong></p> <p>We use will_paginate in pretty much every project we use, so Bort comes with it pre-installed. </p> <p><strong>Rspec &amp; Rspec-rails</strong></p> <p>You should be testing your code, so Bort comes with Rspec and Rspec-rails already installed so you’re ready to roll. </p> <p><strong>Exception Notifier</strong></p> <p>You don’t want your applications to crash and burn so Exception Notifier is already installed to let you know when everything goes to shit. </p> <p><strong>Asset Packager</strong></p> <p>Packages up your css/javascript so you’re not sending 143 files down to the user at the same time. Reduces load times and saves you bandwidth.</p> </blockquote> <p>p/s: agree with @eric, specifics</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload