Go to file
Seth Call a9f0ec895d * removing more traces of active_scaffold 2013-01-28 21:09:05 -06:00
app * removing more traces of active_scaffold 2013-01-28 21:09:05 -06:00
config * removing offending initializer 2013-01-28 20:58:16 -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 * creating log dir in var 2013-01-17 23:03:59 -06:00
spec VRFS-214: created deb package config for jam-admin by cloning jam-web build setup 2013-01-16 06:02:09 -06: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 * stopping swp files from being committed 2013-01-28 20:56:59 -06:00
.rspec VRFS-214: created deb package config for jam-admin by cloning jam-web build setup 2013-01-16 06:02:09 -06:00
.rvmrc * bumping rvmrc to match all other projects, and adding rails-logging gem to mirror jam-web (and because it lets me configure logging the same way using chef and so on) 2013-01-18 00:09:16 -06:00
Gemfile * removing more traces of active_scaffold 2013-01-28 21:09:05 -06:00
Gemfile.lock * bumping rvmrc to match all other projects, and adding rails-logging gem to mirror jam-web (and because it lets me configure logging the same way using chef and so on) 2013-01-18 00:09:16 -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
build VRFS-214: created deb package config for jam-admin by cloning jam-web build setup 2013-01-16 06:02:09 -06:00
config.ru * initial commit of jam-admin 2012-08-29 08:21:56 -05:00
jenkins * adding jenkins build script to jam-admin 2013-01-16 22:59:59 -06: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.