Skip to content

suzukimilanpaak/rails5-docker-macos

Repository files navigation

Rails 5 on Docker for ARM (M1, M2, and M3) Architecture

Usage

Clone the repository:

% git clone [email protected]:suzukimilanpaak/rails5-docker-macos.git
% cd rails5-docker-macos

Build and run the containers:

% docker compose up

Attach your shell to the web service:

% docker exec --tty --interactive web bash

Run the migration. There is a predefined migration used to test the behaviour of the time column, which became zone-aware in Rails 5. More details can be found here.

# bundle exec rake db:create db:migrate

[Optional] Open the following URL in a browser to see the default Rails welcome page:

http://localhost:4000/

Explore the new behaviour of Rails 5:

# bundle exec rails console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published