Mirror of github.com/kingomarnajjar/codespaces-rails
Find a file
2022-06-08 21:11:02 +00:00
.devcontainer Use a postCreateCommand to run bundle install 2022-06-08 21:11:02 +00:00
app Bootstrapped rails app 2022-06-08 13:59:02 +00:00
bin Bootstrapped rails app 2022-06-08 13:59:02 +00:00
config Bootstrapped rails app 2022-06-08 13:59:02 +00:00
db Bootstrapped rails app 2022-06-08 13:59:02 +00:00
lib Bootstrapped rails app 2022-06-08 13:59:02 +00:00
log Bootstrapped rails app 2022-06-08 13:59:02 +00:00
public Bootstrapped rails app 2022-06-08 13:59:02 +00:00
storage Bootstrapped rails app 2022-06-08 13:59:02 +00:00
test Bootstrapped rails app 2022-06-08 13:59:02 +00:00
tmp Bootstrapped rails app 2022-06-08 13:59:02 +00:00
vendor Vendor gems for speed 2022-06-08 19:42:46 +00:00
.gitattributes Bootstrapped rails app 2022-06-08 13:59:02 +00:00
.gitignore Bootstrapped rails app 2022-06-08 13:59:02 +00:00
.ruby-version Bootstrapped rails app 2022-06-08 13:59:02 +00:00
config.ru Bootstrapped rails app 2022-06-08 13:59:02 +00:00
Gemfile Bootstrapped rails app 2022-06-08 13:59:02 +00:00
Gemfile.lock Bootstrapped rails app 2022-06-08 13:59:02 +00:00
LICENSE Initial commit 2022-06-08 07:29:57 -06:00
Rakefile Bootstrapped rails app 2022-06-08 13:59:02 +00:00
README.md Bootstrapped rails app 2022-06-08 13:59:02 +00:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...