rtomayko / sinatra-sequel

Sinatra extension that adds Sequel ORM features, database config, and database migrations
Other
196 stars 29 forks source link

Sinatra::Base#options is deprecated #18

Open dan opened 8 years ago

dan commented 8 years ago

We still see this.

Sinatra::Base#options is deprecated and will be removed, use #settings instead.

btoone commented 7 years ago

PR #10 fixes this and it has been waiting since 2013. Maintainers, please merge and release an update.

coisnepe commented 7 years ago

@caspyin @dan What about forking and merging the PRs (and giving appropriate credits to this repo)?