Authenticate against auth.clinicalfuture.com
authorWard Vandewege <ward@clinicalfuture.com>
Wed, 23 Jan 2013 04:18:53 +0000 (23:18 -0500)
committerWard Vandewege <ward@clinicalfuture.com>
Wed, 23 Jan 2013 04:18:53 +0000 (23:18 -0500)
commitee367f165db323da5012eb22ab62a32f1512f37c
treea53ad451372b0aaf9d6ad8beb68baf38a648dc0e
parent84c11a6d329b40ba84143eac3fceefbedb2b01da
Authenticate against auth.clinicalfuture.com
23 files changed:
.gitignore
Gemfile
Gemfile.lock
app/assets/stylesheets/application.css
app/controllers/application_controller.rb
app/controllers/collections_controller.rb
app/controllers/nodes_controller.rb
app/controllers/pipeline_invocations_controller.rb
app/controllers/static_controller.rb [new file with mode: 0644]
app/controllers/user_sessions_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb
app/models/user.rb [new file with mode: 0644]
app/views/layouts/application.html.erb
app/views/static/intro.html.erb [new file with mode: 0644]
app/views/user_sessions/failure.html.erb [new file with mode: 0644]
config/environment.rb
config/routes.rb
db/migrate/20130122020042_create_users.rb [new file with mode: 0644]
db/schema.rb
lib/josh_id.rb [new file with mode: 0644]
public/index.html [deleted file]
test/fixtures/users.yml [new file with mode: 0644]
test/unit/user_test.rb [new file with mode: 0644]