Create a new app in Rails

As a memorandum, I will summarize the procedure for creating a new application with Rails.

First, use the Rails new command to create the application.

The database uses MySQL. Write -d mysql at the end of the command option 6.0.0 is the version

Terminal
% rails _6.0.0_new app name-d mysql

Now you can create a new app.

config/database.yml 

# encoding:utf8mb4

encoding:Change to utf8
This is to change the save format

Database creation Execute the following to create a database linked with the application

Terminal
% rails db:create

OK if it works with rails s

Recommended Posts

Create a new app in Rails
[Rails6] Create a new app with Rails [Beginner]
[Rails 5] Create a new app with Rails [Beginner]
Create a TODO app in Java 7 Create Header
Install Rails in the development environment and create a new application
[Rails] rails new to create a database with PostgreSQL
How to easily create a pull-down in Rails
[Rails] Launch a new project
[Rails] New app creation --Notes--
[Programming complete] §5 Create a review management app in Ruby
Add a search function in Rails.
Preparing to create a Rails application
[Rails] I tried to create a mini app with FullCalendar
[Rails Tutorial Chapter 5] Create a layout
[Rails] Creating a new project with rails new
Create a database in a production environment
Implement a contact form in Rails
Create a Servlet program in Eclipse
Try to create a server-client app
Create a clear time ranking in Firebase's Realtime Database (Android app)
I tried to create a simple map app in Android Studio
[Implementation procedure] Create a user authentication function using sorcery in Rails
How to create a new Gradle + Java + Jar project in Intellij 2016.03
How to change app name in rails
Try deploying a Rails app on EC2-Part 1-
[Rails withdrawal] Create a simple withdrawal function with rails
Create a temporary class with new Object () {}
Steps to set a favicon in Rails
Specify home view in rails app [root]
Try making a calculator app in Java
[Rails] Let's create a super simple Rails API
Rails Basics of creating a new application
[rails] How to create a partial template
Beginners create portfolio in Ruby on Rails
Change from SQLite3 to PostgreSQL in a new Ruby on Rails project
How to create a query using variables in GraphQL [Using Ruby on Rails]
Group_by in Rails
Create a LINEnews-style tech news summary app with Rails x LineBot! [Part 1]
Have a tool to create and open a new canvas in Mac preview
Nuxt.js × Create an application in Rails API mode
Create authentication function in Rails application using devise
Convert to a tag to URL string in Rails
Create a simple search app with Spring Boot
Create a CSR with extended information in Java
[Android] Inherit ImageView to create a new class
[Rails] How to create a graph using lazy_high_charts
Error in bundle install when running rails new
Create a simple batch processing framework in Eclipse.
Try to create a bulletin board in Java
Let's create a custom tab view in SwiftUI 2.0
Rails new in Ruby on Rails ~ Memorandum until deployment 2
Let's create a super-simple web framework in Java
I tried to create a LINE clone app
Create a team chat with Rails Action Cable
How to create a theme in Liferay 7 / DXP
Rails logger Get a rough idea in 1 minute
rails new app is not created with app name
Create a tool for name identification in Salesforce
Create an app by specifying the Rails version
How to implement a like feature in Rails
Rails new in Ruby on Rails ~ Memorandum until deployment 1