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

https://github.com/blue32a-sandbox/rails

Learning Ruby on Rails
https://github.com/blue32a-sandbox/rails

Last synced: 3 months ago
JSON representation

Learning Ruby on Rails

Awesome Lists containing this project

README

        

# Learning Ruby on Rails

https://rubyonrails.org/

https://railstutorial.jp/

### gem

```
bundle install
```

### server

```
rails server -b 0.0.0.0
```