https://github.com/andyw8/rails_tutorial_sample_app_7th_ed
https://github.com/andyw8/rails_tutorial_sample_app_7th_ed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyw8/rails_tutorial_sample_app_7th_ed
- Owner: andyw8
- License: other
- Created: 2023-02-12T16:22:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T21:37:12.000Z (about 2 years ago)
- Last Synced: 2025-01-05T19:12:58.860Z (5 months ago)
- Language: Ruby
- Size: 2.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Adding Sorbet to the Ruby on Rails Tutorial sample application
Based on https://github.com/learnenough/rails_tutorial_sample_app_7th_ed
See the invidual PRs for details of approach.
* [Add Sorbet and Tapioca dependencies](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/1)
* [Update debug version](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/2)
* [$ bundle exec sorbet init](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/3)
* [DSL setup](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/4)
* [Add sigils](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/5)
* [Spoom](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/6)
* [Add types to app/models](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/7)
* [Require sorbet-runtime](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/8)
* [Enable typechecking for configs](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/9)
* [Enable typechecking for controllers](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/10)
* [Enable typechecking for helpers](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/11)
* [Enable typechecking for tests](https://github.com/andyw8/rails_tutorial_sample_app_7th_ed/pull/12)