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

https://github.com/zkan/rails-tutorial


https://github.com/zkan/rails-tutorial

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rails Tutorial

## Hello App

```bash
rails _7.0.4_ new hello_app --skip-bundle
```

## Toy App

```bash
rails _7.0.4_ new toy_app --skip-bundle
```

## Sample App

```bash
rails _7.0.4_ new sample_app --skip-bundle
```

## Simple Hotwire

Ref: [Learn Hotwire by building the simplest possible Hotwire and Ruby on Rails
app - a beginners
guide.](https://railsnotes.xyz/blog/the-simplest-ruby-on-rails-and-hotwire-app-possible-beginners-guide)

```bash
rails new simple_hotwire --css tailwind
```