Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

Rails 5 support #70

Open
JonasNielsen opened this issue Aug 2, 2016 · 3 comments
Open

Rails 5 support #70

JonasNielsen opened this issue Aug 2, 2016 · 3 comments

Comments

@JonasNielsen
Copy link
Contributor

As far as I can tell mongodb_logger should be able to support Rails 5 once Sinatra is Rails 5 compatible (issue here).

Meanwhile anyone coming across this can use:

# Gemfile
gem 'rack-protection', github: 'sinatra/rack-protection'
gem 'sinatra', github: 'sinatra/sinatra'
gem 'mongodb_logger',
  github: 'JonasNielsen/mongodb_logger',
  branch: 'rails-5'

That's necessary because sinatra is disabled in .gemspec

@le0pard
Copy link
Owner

le0pard commented Aug 4, 2016

Thanks. I can create rails5 branch and in this case you can make PR to it.

@b264
Copy link

b264 commented Aug 22, 2016

This may work now sinatra/sinatra#1173

@le0pard
Copy link
Owner

le0pard commented Aug 22, 2016

@b264 thanks for info

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants