Go to file
Jonathan Kolyer 9e44d56e66 VRFS-193: moved admin_user db to jam-db; generate AdminUser accounts for users#admin records 2013-01-04 12:05:05 -06:00
app VRFS-193: admin user interface using activeadmin 2013-01-04 10:18:07 -06:00
config VRFS-193: admin user interface using activeadmin 2013-01-04 10:18:07 -06:00
db VRFS-193: moved admin_user db to jam-db; generate AdminUser accounts for users#admin records 2013-01-04 12:05:05 -06:00
doc VRFS-193: moved admin_user db to jam-db; generate AdminUser accounts for users#admin records 2013-01-04 12:05:05 -06:00
lib VRFS-193: admin user interface using activeadmin 2013-01-04 10:18:07 -06:00
log * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
public * adding super simple nav on index.html 2012-08-29 23:15:42 -05: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 VRFS-193: admin user interface using activeadmin 2013-01-04 10:18:07 -06:00
Gemfile.lock VRFS-193: admin user interface using activeadmin 2013-01-04 10:18:07 -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.