]> git.openstreetmap.org Git - rails.git/commit
way stuff
authorSteve Coast <steve@asklater.com>
Sat, 26 Aug 2006 20:49:16 +0000 (20:49 +0000)
committerSteve Coast <steve@asklater.com>
Sat, 26 Aug 2006 20:49:16 +0000 (20:49 +0000)
commit222d31e435f003ec59e84860d2fa5129449f69de
tree9b5f465bdf0139b085053f552283f3cacfa121a5
parent97978ceeb9047ec6894b822ca947a466c2462988
way stuff
23 files changed:
README
app/controllers/current_way_segment_controller.rb [new file with mode: 0644]
app/controllers/old_way_controller.rb [new file with mode: 0644]
app/controllers/way_controller.rb [new file with mode: 0644]
app/controllers/way_tag_controller.rb [new file with mode: 0644]
app/helpers/current_way_segment_helper.rb [new file with mode: 0644]
app/helpers/old_way_helper.rb [new file with mode: 0644]
app/helpers/way_helper.rb [new file with mode: 0644]
app/helpers/way_tag_helper.rb [new file with mode: 0644]
app/models/current_way_segment.rb [new file with mode: 0644]
app/models/old_way.rb [new file with mode: 0644]
app/models/way.rb [new file with mode: 0644]
app/models/way_tag.rb [new file with mode: 0644]
app/views/layouts/site.rhtml
config/routes.rb
db/README
db/migrate.sql
db/migrate/008_create_ways.rb [new file with mode: 0644]
db/migrate/009_create_old_ways.rb [new file with mode: 0644]
db/migrate/010_create_way_tags.rb [new file with mode: 0644]
db/migrate/011_create_current_way_segments.rb [new file with mode: 0644]
public/images/tab_bottom.gif [new file with mode: 0644]
public/stylesheets/site.css