This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 573da36bb03d95dc7c92b18e35045045fbe39a6d
tree cda6c8500ab0e179ca0be8dc0d21993c14aa3e4f
parent e9da125dd8801e5f2f6906e384514fcc2d9a3ae8
tree cda6c8500ab0e179ca0be8dc0d21993c14aa3e4f
parent e9da125dd8801e5f2f6906e384514fcc2d9a3ae8
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 28 15:18:11 -0700 2009 | |
| |
LICENSE.md | Fri Jul 24 12:00:13 -0700 2009 | |
| |
README.md | Wed Sep 16 12:39:47 -0700 2009 | |
| |
Rakefile | Tue Jul 14 13:49:27 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
cucumber.yml | Tue Sep 29 13:34:21 -0700 2009 | |
| |
db/ | ||
| |
doc/ | Tue Jul 14 13:49:27 -0700 2009 | |
| |
features/ | Thu Oct 01 14:31:10 -0700 2009 | |
| |
lib/ | ||
| |
log/ | Thu Jul 23 12:53:38 -0700 2009 | |
| |
public/ | ||
| |
script/ | Thu Jul 23 12:53:38 -0700 2009 | |
| |
spec/ | Tue Oct 13 15:18:24 -0700 2009 | |
| |
test/ | Thu Jul 23 08:37:45 -0700 2009 | |
| |
vendor/ | Thu Oct 22 12:07:49 -0700 2009 |
README.md
National Data Catalog
Front-end web app.
Requirements
Other the standard Rails stack, the biggest requirement is the National Data Catalog API, which is a Sinatra app that uses MongoDB as it's data store. Please navigate to the datacatalog-api repository to get set up on that end.
sudo gem sources -a http://gems.github.com
sudo gem install authlogic authlogic-oid ruby-openid nokogiri faker httparty
sudo gem install rspec rspec-rails thoughtbot-shoulda rr
sudo gem install notahat-machinist webrat cucumber bmabey-database_cleaner
Setup
- Configure
config/api.ymlto point to your API instance. - Configure a
config/database.ymlto point to your relational database of choice.
Testing Stack
We're taking testing Very Seriously, practicing outside-in development. Our stack:








