OSDN Git Service

initial commit
authorshimada <shimada.cake@gmail.com>
Sat, 24 Apr 2010 16:11:38 +0000 (01:11 +0900)
committershimada <shimada.cake@gmail.com>
Sat, 24 Apr 2010 16:11:38 +0000 (01:11 +0900)
commit93fe28a3d743465cb272659e11f19f58e6a843f8
treea2c31e7f57e950deec514fda1ba505342d4c6cc9
initial commit
47 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.yml.sample [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]
db/seeds.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]
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]