rails_6_devise_example:使用devise + bootstrap + github oauth的rails 6 源码
Rails 6设计示例 这是一个示例应用程序,是使用omni github auth设计Rails 6中的auth的基本模板。 建立 Ruby on Rails Webpack引导 Github OAuth 开始使用 要求 Ruby 2.6 导轨6 工头宝石 克隆 git clone https://github.com/imhta/rails_6_devise_example.git cd rails_6_devise_example 安装和迁移数据库 bundle install yarn install --check-files rails db:migrate 启动服务器 启动
用户评论