<p align="center" style="font-family:verdana, arial, helvetica, sans-serif;font-size:13px;color:#333333;"> 本站为中国科学院大学计算机控制学院学生高级软件课程作业设计,设计完善人员包括:郑嘉彤、张嘉诚、韩丰泽、冉龙宇、樊建峰,版权所有,如有问题请联系fanjianfeng17@mails.ucas.ac.cn </p> <div class="container" style="margin-left:auto;"> <div class="row" style="margin-left:-15px;"> <div class="col-md-6 widget"> <div class="widget-body"> </div> </div> </div> </div>
Ruby on Rails Tutorial sample application
This is the sample application for Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl.
License
All source code in the Ruby on Rails Tutorial is available jointly under the MIT License and the Beerware License. See LICENSE.md for details.
Getting started
To get started with the app, clone the repo and then install the needed gems:
Next, migrate the database:
Finally, run the test suite to verify that everything is working correctly:
If the test suite passes, you’ll be ready to run the app in a local server:
For more information, see the Ruby on Rails Tutorial book.