A simple social network / microblogging platform, written in Ruby using Rails.
Find a file
2022-05-09 06:30:56 +00:00
app destroy notifications on user delete 2022-05-09 06:30:56 +00:00
bin init 2022-05-08 19:42:56 +02:00
config init 2022-05-08 19:42:56 +02:00
db notifications (migration) 2022-05-09 06:20:55 +00:00
lib init 2022-05-08 19:42:56 +02:00
log init 2022-05-08 19:42:56 +02:00
public init 2022-05-08 19:42:56 +02:00
storage init 2022-05-08 19:42:56 +02:00
test init 2022-05-08 19:42:56 +02:00
tmp init 2022-05-08 19:42:56 +02:00
vendor init 2022-05-08 19:42:56 +02:00
.gitattributes init 2022-05-08 19:42:56 +02:00
.gitignore init 2022-05-08 19:42:56 +02:00
.ruby-version init 2022-05-08 19:42:56 +02:00
config.ru init 2022-05-08 19:42:56 +02:00
Gemfile init 2022-05-08 19:42:56 +02:00
Gemfile.lock init 2022-05-08 19:42:56 +02:00
LICENSE init 2022-05-08 19:42:56 +02:00
Rakefile init 2022-05-08 19:42:56 +02:00
README.md init 2022-05-08 19:42:56 +02:00

brainstream

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

  • ...