hellofanny / getting-started-rails

Getting Started with Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello, Rails! 👋

Following Getting Started with Rails' guide

Trying to understand how Rails application work, following the Getting Started with Rails. Rails is a web application framework running on the Ruby programming language.


Getting Started ▶️

Dependencies / Requirements

  • Ruby
  • SQLite3
  • Node.js
  • Yarn

Installing

Installing project's updates dependencies:

yarn install

Configuring

Running migrations (database):

rails db:migrate RAILS_ENV=development

Running

Running the server:

run server

Roadmap 🛤

  • Guide Assumptions
  • 2 What is Rails?
  • 3 Creating a New Rails Project
  • 4 Hello, Rails!
  • 5 Getting Up and Running
  • 6 Adding a Second Model
  • 7 Refactoring
  • 8 Deleting Comments
  • 9 Security
  • Add some style! ✨

Useful Links / References 🤓

About

Getting Started with Rails


Languages

Language:Ruby 74.1%Language:HTML 15.7%Language:JavaScript 7.9%Language:CSS 2.3%