I've dived into the example application straight away and when trying to register a new application in the following path I got a TypeError:
TypeError at /oauth/apps/new can't convert nil into Integer file: base.rb location: Integer line: 896
Now I've got to admit that I hardly have that much experience with Sinatra that I wish I would so I'm posting this straight up here. In order to be able to reproduce the issue you would do the following:
Hi,
I've dived into the example application straight away and when trying to register a new application in the following path I got a TypeError:
TypeError at /oauth/apps/new can't convert nil into Integer file: base.rb location: Integer line: 896
Now I've got to admit that I hardly have that much experience with Sinatra that I wish I would so I'm posting this straight up here. In order to be able to reproduce the issue you would do the following:
cd example
bundle
bundle exec rackup
Please let me know if I'm doing anything wrong.
My environment is set up with the following: