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

https://github.com/alextanhongpin/ruby-learn

Learn Ruby, learn everything 🙌
https://github.com/alextanhongpin/ruby-learn

ruby

Last synced: over 1 year ago
JSON representation

Learn Ruby, learn everything 🙌

Awesome Lists containing this project

README

          

# ruby-learn
Learn Ruby, learn everything 🙌

Code snippets and best practices when learning Ruby. Never thought I'd learn this language (coming from Node.js, Go and Python).

## Structuring rails model

- Associations
- Callbacks
- Constants
- Gems
- Includes
- Initializations
- Scopes
- Table
- Methods

## Installation on MacOS Catalina issue
```
SDKROOT="/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk" rbenv install 2.6.5
```