Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggmantv/grape-rails-template
Grape + Rails Template
https://github.com/eggmantv/grape-rails-template
grape grape-api rails
Last synced: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T04:44:17.000Z (about 7 years ago)
- Last Synced: 2024-01-17T13:27:54.251Z (12 months ago)
- Topics: grape, grape-api, rails
- Language: Ruby
- Homepage: https://eggman.tv/c/s-grape-rails-template
- Size: 29.3 KB
- Stars: 6
- 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 [email protected]:eggmantv/grape-rails-template.git
```切换tag
```shell
$cd grape-rails-template查看所有标签
$git tag
01
02
...切换到第一节课的源码
$git checkout 01
```