Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```