Files | Admin

Notes:

Release Name: reststop-0.1.0

Notes:
First public release. Works fine as long as your camping app is not launched using 'camping'. 

i.e. this works:

# ruby <your camping app>.rb

But this does not:

# camping <your camping app>.rb

Why? Because I can't figure out how to extend Camping without breaking the auto class reloader :(


Changes: