sample_app:使用Ruby on Rails制作的社交网络Web应用程序。 托管在Heroku 源码
Ruby on Rails社交媒体应用程序 检查工作版本: : 入门 要开始使用该应用,请克隆存储库,然后安装所需的gem: $ bundle install --without production 接下来,迁移数据库: $ rails db:migrate 最后,运行测试套件以验证一切正常: $ rails test 如果测试套件通过,则可以在本地服务器上运行该应用程序: $ rails server
文件列表
sample_app:使用Ruby on Rails制作的社交网络Web应用程序。 托管在Heroku
(预估有个178文件)
edit.html.erb
639B
new.html.erb
705B
show_follow.html.erb
823B
edit.html.erb
845B
_micropost_form.html.erb
640B
_header.html.erb
934B
application.html.erb
1KB
new.html.erb
732B
home.html.erb
805B
about.html.erb
969B
暂无评论