Initial project creation
authorNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 09:49:48 +0000 (09:49 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 09:49:48 +0000 (09:49 +0000)
commit22d4a0d0027b52071d8c4242f4bd30eec2b036bf
tree8d367b0e1c5df309ac6e77c14f55013f3e228407
parent01c59fdef75537bf640eabfa6e3dd9e9c3e4fdc8
Initial project creation
44 files changed:
README [new file with mode: 0644]
Rakefile [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]
config/boot.rb [new file with mode: 0644]
config/database.sample.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/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/new_rails_defaults.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
doc/README_FOR_APP [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/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/plugin [new file with mode: 0755]
script/runner [new file with mode: 0755]
script/server [new file with mode: 0755]
test/performance/browsing_test.rb [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]