Initialised application
commitcc905059bb6ea446a4930b08a7216fffe8aacd7f
authorJon Wood <jon@blankpad.net>
Mon, 7 Jan 2008 21:25:49 +0000 (7 21:25 +0000)
committerJon Wood <jon@blankpad.net>
Mon, 7 Jan 2008 21:25:49 +0000 (7 21:25 +0000)
tree8b18789c7c77d937345e602b7b70c06f631d2d06
parentbc39ca176f0bab0e30d2d0d4791e462fb4d22d1d
Initialised application
48 files changed:
Blog/README [new file with mode: 0644]
Blog/Rakefile [new file with mode: 0644]
Blog/app/controllers/application.rb [new file with mode: 0644]
Blog/app/helpers/application_helper.rb [new file with mode: 0644]
Blog/config/boot.rb [new file with mode: 0644]
Blog/config/database.sample.yml [new file with mode: 0644]
Blog/config/environment.rb [new file with mode: 0644]
Blog/config/environments/development.rb [new file with mode: 0644]
Blog/config/environments/production.rb [new file with mode: 0644]
Blog/config/environments/test.rb [new file with mode: 0644]
Blog/config/initializers/inflections.rb [new file with mode: 0644]
Blog/config/initializers/mime_types.rb [new file with mode: 0644]
Blog/config/routes.rb [new file with mode: 0644]
Blog/doc/README_FOR_APP [new file with mode: 0644]
Blog/log/development.log [new file with mode: 0644]
Blog/log/production.log [new file with mode: 0644]
Blog/log/server.log [new file with mode: 0644]
Blog/log/test.log [new file with mode: 0644]
Blog/public/.htaccess [new file with mode: 0644]
Blog/public/404.html [new file with mode: 0644]
Blog/public/422.html [new file with mode: 0644]
Blog/public/500.html [new file with mode: 0644]
Blog/public/dispatch.cgi [new file with mode: 0755]
Blog/public/dispatch.fcgi [new file with mode: 0755]
Blog/public/dispatch.rb [new file with mode: 0755]
Blog/public/favicon.ico [new file with mode: 0644]
Blog/public/images/rails.png [new file with mode: 0644]
Blog/public/index.html [new file with mode: 0644]
Blog/public/javascripts/application.js [new file with mode: 0644]
Blog/public/javascripts/controls.js [new file with mode: 0644]
Blog/public/javascripts/dragdrop.js [new file with mode: 0644]
Blog/public/javascripts/effects.js [new file with mode: 0644]
Blog/public/javascripts/prototype.js [new file with mode: 0644]
Blog/public/robots.txt [new file with mode: 0644]
Blog/script/about [new file with mode: 0755]
Blog/script/console [new file with mode: 0755]
Blog/script/destroy [new file with mode: 0755]
Blog/script/generate [new file with mode: 0755]
Blog/script/performance/benchmarker [new file with mode: 0755]
Blog/script/performance/profiler [new file with mode: 0755]
Blog/script/performance/request [new file with mode: 0755]
Blog/script/plugin [new file with mode: 0755]
Blog/script/process/inspector [new file with mode: 0755]
Blog/script/process/reaper [new file with mode: 0755]
Blog/script/process/spawner [new file with mode: 0755]
Blog/script/runner [new file with mode: 0755]
Blog/script/server [new file with mode: 0755]
Blog/test/test_helper.rb [new file with mode: 0644]