initial commit
authorJohan Sørensen <johan@johansorensen.com>
Tue, 14 Aug 2007 19:40:17 +0000 (21:40 +0200)
committerJohan Sørensen <johan@johansorensen.com>
Tue, 14 Aug 2007 19:40:17 +0000 (21:40 +0200)
commit61e76a818d8e072b48ebf093d9e72699a1e6ecfb
tree3e246ef9165d41b7ac28041ea4263c9a24f36a2e
initial commit
47 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]
components/.gitignore [new file with mode: 0644]
config/.gitignore [new file with mode: 0644]
config/boot.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/routes.rb [new file with mode: 0644]
db/.gitignore [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
lib/tasks/.gitignore [new file with mode: 0644]
log/.gitignore [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/404.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/breakpointer [new file with mode: 0755]
script/console [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/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]
tmp/.gitignore [new file with mode: 0644]
vendor/.gitignore [new file with mode: 0644]