salmanahmad / dog

The Dog Programming Language
http://www.dog-lang.org
Apache License 2.0
0 stars 0 forks source link

POST /stream/:id is 500'ing out #6

Closed zahanm closed 12 years ago

zahanm commented 12 years ago

track.continue is still being used on server.rb:413, presumably it needs to be replaced.

NoMethodError - undefined method `continue' for #<Dog::Track:0x007f8ac29ed708>
zahanm commented 12 years ago

Fixed by 6736a21