Initial skeleton
authorNeil Smith <neil.git@njae.me.uk>
Thu, 24 Jul 2008 07:44:43 +0000 (07:44 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 24 Jul 2008 07:44:43 +0000 (07:44 +0000)
commit28668145b30d983f624bebb24e9ac9c23d9b13cd
tree34fef3bf88881c906aea874b1803945cb67f532c
parent4aabbeee1c948d150e77a7674159f3150a045b9f
Initial skeleton
51 files changed:
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/controllers/application.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [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/inflections.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/new_rails_defaults.rb [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
log/development.log [new file with mode: 0644]
log/production.log [new file with mode: 0644]
log/server.log [new file with mode: 0644]
log/test.log [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [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/dispatch.cgi [new file with mode: 0755]
public/dispatch.fcgi [new file with mode: 0755]
public/dispatch.rb [new file with mode: 0755]
public/favicon.ico [new file with mode: 0644]
public/images/rails.png [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/javascripts/application.js [new file with mode: 0644]
public/javascripts/controls.js [new file with mode: 0644]
public/javascripts/dragdrop.js [new file with mode: 0644]
public/javascripts/effects.js [new file with mode: 0644]
public/javascripts/prototype.js [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
script/about [new file with mode: 0755]
script/console [new file with mode: 0755]
script/dbconsole [new file with mode: 0755]
script/destroy [new file with mode: 0755]
script/generate [new file with mode: 0755]
script/performance/benchmarker [new file with mode: 0755]
script/performance/profiler [new file with mode: 0755]
script/performance/request [new file with mode: 0755]
script/plugin [new file with mode: 0755]
script/process/inspector [new file with mode: 0755]
script/process/reaper [new file with mode: 0755]
script/process/spawner [new file with mode: 0755]
script/runner [new file with mode: 0755]
script/server [new file with mode: 0755]
test/test_helper.rb [new file with mode: 0644]