Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/studistcorporation/rails-tutorial


https://github.com/studistcorporation/rails-tutorial

rails ruby terraform-managed tutorial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rails tutorial

このリポジトリは、スタディストで利用されている Ruby/Rails について学ぶためのリポジトリです。※

※ [Ruby on Rails チュートリアル](https://railstutorial.jp/)とは関係ありません

## Requirements

Devcontainer を前提としているため、その他の環境ではいい感じに頑張ってください。

- Visual Studio Code & Remote Development
- Docker ... 20.10.7 or greater

## Setup

1. このレポをクローン ... `git clone github.com:StudistCorporation/rails-tutorial`
1. Devcontainer を起動 ... VSCode で `Dev Containers: Rebuild and Reopen in Container` を実行

## Ruby 基礎

Ruby の基礎は、Jupyter Notebook を利用して学びます。
Devcontainer が起動している状態で `notebooks/ruby_basics.ipynb` を開くと、VSCode 上で Ruby の基礎を学ぶことができます。

最低限の情報のみ記載しているので、もっと知りたい場合は以下の書籍や Ruby のコミュニティに参加してください。

- [プロを目指す人のための Ruby 入門](https://gihyo.jp/book/2021/978-4-297-12437-3)
- [研鑽 Ruby プログラミング](https://www.lambdanote.com/products/polished-ruby)

## Rails の教科書

[Rails の教科書](https://railstutorial.jp/textbook)を使って、Rails の基礎を学びます。

TBD

## タスク管理アプリ

このリポジトリの本体が、タスク管理アプリのベースとなるリポジトリです。

TBD