Git Product home page Git Product logo

firebase-auth-rails's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar penguinwokrs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

firebase-auth-rails's Issues

supported rails 4.2

I can not run a test

problem

$ rake test
File does not exist: rails/test_unit/reporter
rake aborted!
Command failed with status (1)
/home/travis/.rvm/gems/ruby-2.5.5/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
/home/travis/.rvm/gems/ruby-2.5.5/bin/ruby_executable_hooks:24:in `eval'
/home/travis/.rvm/gems/ruby-2.5.5/bin/ruby_executable_hooks:24:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)
The command "rake test" exited with 1.
Done. Your build exited with 1.

新機能追加予定

  • readmeに使い方(Usage)を追加
  • 新規ユーザー登録機能追加
  • エラーハンドリングを追加

sqlite3 dependency conflict when running bin/test in Rails 6

I see that the sqlite3 gem version required for rails 6 is 1.4, where the other versions of rails use lower version(s).

Unfortunately, this is causing a conflict when I try to run bin/test:

can't activate sqlite3 (~> 1.4), already activated sqlite3-1.3.13. Make sure all dependencies are added to Gemfile.

I'm trying to figure out how to fix it now, and will open a PR if I'm able. Any hints you may have would be helpful.

It seems like we need to somehow force it to unload the older version in a rails 6 environment, before it attempts to load sqlite3 1.4, but I honestly have no idea how to go about this, so again if you can point me in the right direction that'd be awesome!

EDIT: It seems like what is happening is that sqlite ~1.3 is specified as a dev dependency in the gemspec, so when I'm running bin/test perhaps it is loading that, causing the later conflict? Do we really need it as a development dependency when we load it from the gemfiles/ files anyway?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.