* Only add :format to routes if otherwise not explicitly set.
commit3e085f52dbfa8f96325cc57e61465d0a1a958bad
authorblake.mizerany@gmail.com <blake.mizerany@gmail.com@95fbf360-2702-46e8-84d8-6de9ca90a270>
Tue, 25 Sep 2007 00:03:04 +0000 (25 00:03 +0000)
committerblake.mizerany@gmail.com <blake.mizerany@gmail.com@95fbf360-2702-46e8-84d8-6de9ca90a270>
Tue, 25 Sep 2007 00:03:04 +0000 (25 00:03 +0000)
tree98019335d2d8b85dbead58f825ee986bf1397220
parent0315f4bfb2e389c1b89c8ff4eafc34f26fac15c5
* Only add :format to routes if otherwise not explicitly set.
-- This allows us to remove the need to responds_to.
-- In other words... In the event of /foo.xml.. In the event of /foo.json...
examples/calendar/calendar.rb [deleted file]
examples/hello/test.rb [deleted file]
examples/hello/views/index.erb [deleted file]
lib/sinatra/route.rb
test/sinatra/route_test.rb
vendor/responder/init.rb [deleted file]
vendor/responder/lib/responder.rb [deleted file]