Mirror of github.com/kingomarnajjar/codespaces-rails
Find a file
2022-09-09 16:55:04 +00:00
.devcontainer Update devcontainer.json 2022-09-07 15:39:14 -04: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 Only set X-Frame-Options in dev 2022-07-12 18:54:10 +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 Bump everything 2022-09-07 20:17:52 +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 Update to Ruby 3.1.2 2022-09-09 16:55:04 +00:00
config.ru Bootstrapped rails app 2022-06-08 13:59:02 +00:00
Gemfile Update to Ruby 3.1.2 2022-09-09 16:55:04 +00:00
Gemfile.lock Bump everything 2022-09-07 20:17:52 +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

  • ...