GitXplorerGitXplorer
p

mend-web

public
0 stars
0 forks
22 issues

Commits

List of commits on branch master.
Unverified
a5381a7d86ab76eda8bf9267f3dd2bb8274afa43

Merge #33

bbors[bot] committed 6 years ago
Unverified
c2e44bf499e52d788bcd5f3cacc809a93b41b146

Update rack to version 2.0.6

ddepfu[bot] committed 6 years ago
Unverified
a9e3c023f5d3a54584d4c18236eadf8f180838ac

Merge #29

bbors[bot] committed 6 years ago
Unverified
5aa560b9df765528055533b10979b4482f01a3dc

Merge #30

bbors[bot] committed 6 years ago
Unverified
c80c210eba4ccc6f755cd1ba16b0caa57d9bd368

Update loofah to version 2.2.3

ddepfu[bot] committed 6 years ago
Unverified
85b83970ff2da2646461673b9fcbbfd4387ded3b

Update rubocop to version 0.60.0

ddepfu[bot] committed 6 years ago

README

The README file for this repository.

mend-web

Setup

All dependencies should be set up after running:

bin/setup

This is only tested on Ubuntu Linux, may not work on MacOSX and will not work on Windows.

To confirm that everying is working:

rake test test:system

To start the server locally:

rails s -p 3000

RIIR

I would like this to be written in Rust, but the ecosystem is just not there yet to develop this as fast as in ROR. I managed to set up a basic working version in about 4 hours. I don't do Rails apps from scratch very often.