jungle_rails:一个通过示例学习Rails的电子商务Rails应用程序 源码
丛林 用Rails 4.2构建的一个小型电子商务应用程序,以通过示例的方式来介绍Rails。 设置 运行bundle install以安装依赖项 创建config/database.yml复制config/database.example.yml 创建config/secrets.yml复制config/secrets.example.yml 运行bin/rake db:reset以创建,加载和播种db 基于.env.example创建.env文件 注册一个Stripe帐户 将Stripe(测试)键放入适当的.env变量中 运行bin/rails s -b 0.0.0.0以启动服务器 条纹测试 使用信用卡号4111 1111 1111 1111来测试成功方案。 他们的文档中的更多信息: : 依存关系 Rails 4.2 PostgreSQL 9.x 条纹
文件列表
jungle_rails:一个通过示例学习Rails的电子商务Rails应用程序
(预估有个122文件)
bundle
129B
index.html.erb
622B
_sale.html.erb
436B
show.html.erb
549B
index.html.erb
623B
_product.html.erb
474B
new.html.erb
2KB
index.html.erb
511B
new.html.erb
969B
_item.html.erb
569B
暂无评论