Go to file
Jonathan Kolyer ff77da1cdd fixed root path; added instructions to dashboard 2013-01-05 21:14:17 -06:00
app fixed root path; added instructions to dashboard 2013-01-05 21:14:17 -06:00
config fixed root path; added instructions to dashboard 2013-01-05 21:14:17 -06:00
db user list, editing, and creation; syncing JamRuby::User and AdminUser 2013-01-05 20:51:46 -06:00
doc user list, editing, and creation; syncing JamRuby::User and AdminUser 2013-01-05 20:51:46 -06:00
lib integrated activeadmin 2013-01-05 03:43:40 -06:00
log * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
public fixed root path; added instructions to dashboard 2013-01-05 21:14:17 -06:00
script * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
test * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
vendor * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
.gitignore * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
.rvmrc Adding .rvmrc file for the project. 2012-09-21 23:34:13 -07:00
Gemfile integrated activeadmin 2013-01-05 03:43:40 -06:00
Gemfile.lock integrated activeadmin 2013-01-05 03:43:40 -06:00
README.md * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
README.rdoc * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
Rakefile * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
config.ru * initial commit of jam-admin 2012-08-29 08:21:56 -05:00

README.md

Jam-Admin

jam-admin is a rails-based administrator portal.

Immediately the focus is on using active_scaffolding that provides visibility into our data model, and rudimentary CRUD control.

Overtime we can add more administrative functions and views, but initially this is one of the easiest ways to give 'powertools' behind the scenes with an entirely separate authentication model.