]> git.openstreetmap.org Git - rails.git/commit
more basic framework
authorSteve Coast <steve@asklater.com>
Fri, 28 Jul 2006 21:53:30 +0000 (21:53 +0000)
committerSteve Coast <steve@asklater.com>
Fri, 28 Jul 2006 21:53:30 +0000 (21:53 +0000)
commitb4c0bfd8fa324a4c9d8b24e8753d134524ea61c7
tree63fa6f869a09105d6de42ba36ed7f1c3752a5072
parent15f23469d97b768501bac8b58081cb61bcdd8b4b
more basic framework
20 files changed:
README
app/controllers/application.rb [new file with mode: 0644]
app/controllers/trace_controller.rb [new file with mode: 0644]
app/controllers/trace_points_controller.rb [new file with mode: 0644]
app/controllers/user_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/trace_helper.rb [new file with mode: 0644]
app/helpers/trace_points_helper.rb [new file with mode: 0644]
app/helpers/user_helper.rb [new file with mode: 0644]
app/models/trace.rb [new file with mode: 0644]
app/models/trace_points.rb [new file with mode: 0644]
app/models/user.rb [new file with mode: 0644]
app/views/layouts/user.rhtml [new file with mode: 0644]
app/views/user/new.rhtml [new file with mode: 0644]
public/index.html
public/javascripts/main.js [new file with mode: 0644]
public/javascripts/pngfix.js [new file with mode: 0644]
public/javascripts/site.js [new file with mode: 0644]
public/javascripts/tile.js [new file with mode: 0644]
public/robots.txt