rails3-mongoid-omniauth
rails3-mongoid-omniauth copied to clipboard
An example Rails 3.2 app with Mongoid for data, OmniAuth for authentication. With a tutorial.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.9 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.3 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.37 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 0.8.0 to 2.8.0. Release notes Sourced from better_errors's releases. v2.8.0 Support for Rails ActionableError #465 Allow editor links to work inside an iframe or with CSP that...
Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.4.7 to 0.5.6. Release notes Sourced from oauth's releases. Version 0.5.5 Fixed security issue and cleaned up codebase. v0.5.4 Version 0.5.4 Changelog Sourced from oauth's changelog. ===...
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.1.3 to 1.4.2. Release notes Sourced from omniauth's releases. v1.4.2 Fixes Mitigate Hashie regressions v1.4.1 Security Updates Update Rack to => 1.6.2 v1.4.0 Dropped Dropped support Ruby...
Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 0.9.9 to 1.3.0. Release notes *Sourced from [rubyzip's releases](https://github.com/rubyzip/rubyzip/releases).* > ## v1.3.0 > Security > > - Add `validate_entry_sizes` option so that callers can trust an entry's...
I appreciate the tutorial - I was able to successfully generate the app using this command: `$ rails new rails3-mongoid-omniauth -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb -T -O` however, when I change the app...
For whoever must use MongoDB versions earlier than 2.2.0, please update the [tutorial](http://railsapps.github.io/tutorial-rails-mongoid-devise.html) section 'Installing MongoDB') similar to your [comment](https://github.com/RailsApps/rails3-mongoid-omniauth/pull/25#issuecomment-15497445) and pull request for Rails Example App rails3-mongoid-omniauth. ``` On...