OSDN Git Service

最初のコミット。
authorS.Isogai <dev@moving-castle-on-the-web.net>
Sat, 16 Apr 2011 06:33:49 +0000 (15:33 +0900)
committerS.Isogai <dev@moving-castle-on-the-web.net>
Sat, 16 Apr 2011 13:54:06 +0000 (22:54 +0900)
commit9d8ab2ebaa0b2a49ef80884f43286691441b71eb
tree74870bf7b8470539729e90d6bbaa318e7d218fb5
最初のコミット。
41 files changed:
.gitignore [new file with mode: 0644]
Gemfile [new file with mode: 0644]
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]
app/views/layouts/application.html.erb [new file with mode: 0644]
config.ru [new file with mode: 0644]
config/application.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/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/secret_token.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]
lib/tasks/.gitkeep [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/javascripts/rails.js [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
public/stylesheets/.gitkeep [new file with mode: 0644]
script/rails [new file with mode: 0755]
vendor/plugins/.gitkeep [new file with mode: 0644]