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 🙌
- Host: GitHub
- URL: https://github.com/alextanhongpin/ruby-learn
- Owner: alextanhongpin
- Created: 2019-08-22T13:54:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T09:20:07.000Z (over 6 years ago)
- Last Synced: 2025-01-29T21:52:00.761Z (over 1 year ago)
- Topics: ruby
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```