public
Description: Kick it!
Homepage: http://baseapp.org
Clone URL: git://github.com/ariejan/baseapp.git
Click here to lend your support to: baseapp and make a donation at www.pledgie.com !
name age message
file .gitignore Mon Dec 22 04:09:43 -0800 2008 Ignore coverage/* [ariejan]
file CHANGELOG Sun Feb 24 14:30:30 -0800 2008 Added editing of profiles [ariejan]
file Capfile Mon Oct 20 07:19:45 -0700 2008 Added default capistrano files [ariejan]
file MIT-LICENSE Mon Mar 03 06:15:35 -0800 2008 Kabisified BaseAPP [ariejan]
file README.textile Mon Nov 10 01:24:21 -0800 2008 Updated README, removed obsolete setting fields [ariejan]
file Rakefile Sun Feb 24 04:36:56 -0800 2008 Generated default Rails 2.0 project [ariejan]
directory app/ Mon Dec 22 05:50:02 -0800 2008 allow account removal [ariejan]
directory config/ Mon Dec 22 05:17:32 -0800 2008 Fixed bug in migrations; Fixed UserMailer to us... [ariejan]
directory db/ Mon Dec 22 05:17:32 -0800 2008 Fixed bug in migrations; Fixed UserMailer to us... [ariejan]
directory doc/ Sun Feb 24 04:36:56 -0800 2008 Generated default Rails 2.0 project [ariejan]
directory lib/ Thu Oct 23 03:43:20 -0700 2008 Enabled OpenID sign up and login and made minor... [ariejan]
directory public/ Thu Oct 23 10:55:28 -0700 2008 Updated signup and login pages [ariejan]
directory script/ Thu Oct 23 03:43:20 -0700 2008 Enabled OpenID sign up and login and made minor... [ariejan]
directory spec/ Fri Oct 24 05:40:09 -0700 2008 Added sessions_controller specs [ariejan]
directory stories/ Thu Oct 23 02:38:17 -0700 2008 Installed rspec [ariejan]
directory test/ Fri Feb 29 05:28:13 -0800 2008 Better settings [ariejan]
directory vendor/ Mon Dec 22 05:12:00 -0800 2008 Allow inline editing of user login and email by... [ariejan]
README.textile

Welcome to BaseApp

BaseApp is a default Ruby on Rails project that kick-starts your next Rails project.

Read the next paragraph for a quickstart. Head over to http://baseapp.org for more detailed documentation or http://baseapp.lighthouseapp.com to report bugs and request features.

Quickstart

Ok, before you dive in :-)

These 6 simple steps are the essentials to get you smoothly up and running…

  1. Create your own config/database.yml (you can copy one of the sample files in there and edit it)
  2. Edit the config/config.yml file to suit your needs
  3. Open a shell and run rake db:migrate to create your database and setup the prepared defaults.
  4. Start your server with ./script/server
  5. Open up http://localhost:3000 and login with username ‘admin’ and password ‘yippeekayea’.

Configatron vs. Settings

Previously, site settings were stored in the database. Now, you have two options for storing configuration settings.

1. Configatron config/config.yml

All default configuration options that are not ‘user changeable’ should go in config/config.yml. This uses the Configatron gem (frozen in vendor/gems).

To retrieve the site name you may use ‘configatron.site_name’ everywhere in your code.

2. Settings in database

It’s still possible to store user changeable settings in the database model Setting.

Note: As long as there are no Settings in the database, the ‘Settings’ tab for the administrator is hidden. Once you add a Setting to the database through a migration (or otherwise), the Settings tab will show up.

Features

  • Layout
    • Tabs
    • Global links
    • Optional sidebar
    • Notice, warning and error flash messages
    • Both a default stylesheet as well as a ‘clean’ one are included for easy layout development.
  • Default dashboard page
  • Administration panel where you can:
    • Manage users (add, delete, purge, suspend, activate, send new passwords)
    • Manage settings
  • User authentication, with password recovery and login recovery and account activation (by email)
  • User Profiles:
    • Location, Website, Full name fields by default, easily extendible.
    • Gravatar for avatar support
  • Very useful Rails plugin available:
    • restful_authentication
    • acts_as_state_machine
    • asset_packager
  • Multi-stage deployments according to the D-TAP system (Development, Testing, Acceptance, Production). If you don’t want to use, production is the default deployment option. more info

Features, bugs and development!

BaseApp is open source software and relies on your contributions to grow! We have some useful utilities that may help you out.

The BaseApp website provides you with up-to-date development information and the latest news regarding BaseApp.

GitHub always contains the latest BaseApp code. Fork your own development branch here if you wish to contribute code.

Pull requests should be send to ‘ariejan’ to include them in the main BaseApp code base.

Bug reports and feature requests should be posted in LightHouse.

Bugs always have priority over new features! But, you’re free to help out with whatever you want.

Credits

BaseAPP is developed by Kabisa ICT, Ariejan de Vroom and a whole bunch of cool contributors.

BaseApp is released to the public under the MIT license.