Initial commit.
authorWard Vandewege <ward@clinicalfuture.com>
Mon, 14 Jan 2013 22:03:14 +0000 (17:03 -0500)
committerWard Vandewege <ward@clinicalfuture.com>
Mon, 14 Jan 2013 22:03:14 +0000 (17:03 -0500)
commit67728c239ed4d2e720b13eaf3d6441091f64ae43
treeacb54ec1f1710ade63f1bd4f5cfb22c1735fcb1d
Initial commit.
53 files changed:
.gitignore [new file with mode: 0644]
Capfile [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
README.rdoc [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/assets/images/rails.png [new file with mode: 0644]
app/assets/javascripts/application.js [new file with mode: 0644]
app/assets/stylesheets/application.css [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/mailers/.gitkeep [new file with mode: 0644]
app/models/.gitkeep [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/deploy.common.rb [new file with mode: 0644]
config/deploy.rb [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/initializers/backtrace_silencers.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/secret_token.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/initializers/wrap_parameters.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
lib/assets/.gitkeep [new file with mode: 0644]
lib/tasks/.gitkeep [new file with mode: 0644]
log/.gitkeep [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
script/rails [new file with mode: 0755]
test/fixtures/.gitkeep [new file with mode: 0644]
test/functional/.gitkeep [new file with mode: 0644]
test/integration/.gitkeep [new file with mode: 0644]
test/performance/browsing_test.rb [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
test/unit/.gitkeep [new file with mode: 0644]
vendor/assets/javascripts/.gitkeep [new file with mode: 0644]
vendor/assets/stylesheets/.gitkeep [new file with mode: 0644]
vendor/plugins/.gitkeep [new file with mode: 0644]