https://github.com/eggmantv/grape-rails-template
Grape + Rails Template
https://github.com/eggmantv/grape-rails-template
grape grape-api rails
Last synced: 8 months ago
JSON representation
Grape + Rails Template
- Host: GitHub
- URL: https://github.com/eggmantv/grape-rails-template
- Owner: eggmantv
- Created: 2017-12-12T02:45:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T04:44:17.000Z (over 8 years ago)
- Last Synced: 2025-04-07T13:38:47.272Z (about 1 year ago)
- Topics: grape, grape-api, rails
- Language: Ruby
- Homepage: https://eggman.tv/c/s-grape-rails-template
- Size: 29.3 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Grape + Rails Template
- Rails 5.x
- Grape 1.x
为了方便在每节课的代码间进行切换,该课程是通过git tag的方式来组织的,就是每节课对应一个git tag。
首先clone该项目
```shell
$git clone git@github.com:eggmantv/grape-rails-template.git
```
切换tag
```shell
$cd grape-rails-template
查看所有标签
$git tag
01
02
...
切换到第一节课的源码
$git checkout 01
```