marp |
---|
true |
_
Presenter.new(
name: "Moustapha Sall",
team: "🐼"
)
Ruby is designed to make programmers happy
Yukihiro "Matz" Matsumoto
- Installing ruby with rbenv
- Intro to ruby syntax
- Getting started with rails: the MVC pattern
- Building a "real world" app
Installing rbenv
brew install rbenv ruby-build
rbenv init
rbenv global 3.2.2
rbenv install 3.2.2
gem install bundler rails
$ rails db:setup
$ bin/dev
then head to http://localhost:3000