Skip to content

Launch platform for your Rails application - Updated to Rails 2.3.8

License

Notifications You must be signed in to change notification settings

leandroo/baseapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Welcome to base_app

base_app is a default Ruby on Rails project which by default includes the following:

 * A layout, including:
    - tabs
    - global links
    - optional sidebar
    - notice, warning and error flash messages
    - a very agreeable stylesheet
 * Default dashboard page
 * User authentication, with:
    - login form at /login
    - signup form at /signup
    - activation
 * Plugins:
    - restful_authentication
    - acts_as_state_machine
 * Frozen Rails 2.0.2

== Getting started

There are several things you'll need to do before you can really get started. Run the following rake command:

   rake notes:todo

This will generate a list of TODO entries throughout the project. Check the TODO entries in the code for more information.

Note: Todo's tagged with (base_app) are for the base_app project itself. You can safely ignore these.

== base_app To do's

There are still some things I want in base_app, but which haven't gotten around to implementing yet.

NOTE: Also run 'rake notes:todo'. Todo's tagged with (base_app) are also wanted features

 * Add user roles (with default 'user' role for users, and a default administrator role)
 * Administration panel where you can:
    - Manage users (add, delete, purge, suspend, activate, send new passwords)
    - Manage roles / permissions
    - Manage settings for base_app
 * OpenID signup/login
 * Reset password option
 * User profiles (partially done)
 * Configuration (e.g. from config/app.yml) (use activation? enable OpenID? etc.)
 * Use Gibberish and make the whole app available in English and Dutch by default
 * Add form helpers which allow easy form building (is a plugin available?)
 * Test the whole thing!

Feel free to implement any of these features and send in a patch. Other features are welcome also, but those will be judged on general usability. 

About

Launch platform for your Rails application - Updated to Rails 2.3.8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.9%
  • JavaScript 0.1%