]> git.openstreetmap.org Git - rails.git/commit
beginning of osm on rails
authorSteve Coast <steve@asklater.com>
Fri, 28 Jul 2006 21:41:39 +0000 (21:41 +0000)
committerSteve Coast <steve@asklater.com>
Fri, 28 Jul 2006 21:41:39 +0000 (21:41 +0000)
commit06f3473d1c64d2e0a1ecc6f1a9c4679a52bc4761
treebb392b4112b28cd69a2a2f0521b91f0a6a01cf09
beginning of osm on rails
28 files changed:
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
db/README [new file with mode: 0644]
db/create_database.sql [new file with mode: 0644]
db/migrate/001_create_users.rb [new file with mode: 0644]
db/migrate/002_create_traces.rb [new file with mode: 0644]
db/migrate/003_create_trace_points.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/.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]
public/stylesheets/site.css [new file with mode: 0644]