Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/studistcorporation/rails-tutorial
https://github.com/studistcorporation/rails-tutorial
rails ruby terraform-managed tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/studistcorporation/rails-tutorial
- Owner: StudistCorporation
- License: mit
- Created: 2024-08-30T06:14:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:32:34.000Z (4 months ago)
- Last Synced: 2024-10-13T00:20:28.128Z (3 months ago)
- Topics: rails, ruby, terraform-managed, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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