[go: up one dir, main page]

Skip to content

vitormd/rails_new_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

rails_new_repo

This repo is a simple way to create your new Rails app without the need to install anything locally. It is a simple .devcontainer setup with the latest ruby and rails version.

Suggested use

  1. Create your new project's repo
  2. Create a codespace from this repo
  3. Authorize the permission to write on your repositories when prompted
  4. run your rails new [PROJECT_NAME] [OPTIONS] command
  5. Enter your project folder with cd [PROJECT_NAME]
  6. Push your project to your origin repo
  7. Delete this codespace
  8. Create a codespace on your new origin repo for the Rails project
  9. Start working :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages