mongodb_logger icon indicating copy to clipboard operation
mongodb_logger copied to clipboard

Rails 5 support

Open JonasNielsen opened this issue 9 years ago • 3 comments

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

JonasNielsen avatar Aug 02 '16 18:08 JonasNielsen

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

le0pard avatar Aug 04 '16 10:08 le0pard

This may work now https://github.com/sinatra/sinatra/pull/1173

b264 avatar Aug 22 '16 18:08 b264

@b264 thanks for info

le0pard avatar Aug 22 '16 18:08 le0pard