Go to file
Seth Call 92d43fb2aa * take out acciddentaly devise debugging stuff 2013-06-03 07:03:31 -05:00
app Revert "* postgres-copy added to jam-admin" 2013-06-03 06:55:00 -05:00
config Revert "* postgres-copy added to jam-admin" 2013-06-03 06:55:00 -05: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 * fixing jam-admin login break 2013-04-22 16:28:10 -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 * VRFS-217 artifacts page added to help one upload client builds, and 2 capybara tests 2013-02-12 22:43:57 -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 * take out acciddentaly devise debugging stuff 2013-06-03 07:03:31 -05:00
Gemfile.lock * take out acciddentaly devise debugging stuff 2013-06-03 07:03:31 -05: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.