rails bootstrap devise 源码
Rails-Bootstrap-Devise样板 这是启动Rails 6应用程序/样板,您可以在其中避免添加引导程序并从头开始设计gem。 这个捷径将鼓励您直接开始主要任务。 您将在此启动Rails应用程序中找到以下项目: 使用Webpacker集成的Bootstrap 4.3,JQuery,Popper.js 使用Webpacker集成了Font Awesome 5 通过定制的引导程序表单实现会话,注册和密码的设计 实施开信刀以在本地测试电子邮件 开发设置 先决条件: PostgreSQL 邦德勒 节点(> = 11.x) 纱 bundle install yarn install 现在,您需要设置数据库。 并且您需要运行以下命令,但是在运行它们之前,您需要在其中更改pg的用户名和密码的值 config/database.yml 更改后,运行以下命令: rails db
文件列表
rails-bootstrap-devise
(预估有个119文件)
application.css
709B
edit.html.erb
2KB
new.html.erb
1KB
edit.html.erb
3KB
new.html.erb
2KB
reset_password_instructions.html.erb
393B
unlock_instructions.html.erb
276B
password_change.html.erb
117B
confirmation_instructions.html.erb
198B
email_changed.html.erb
314B
暂无评论