Go to file
guido cf56de4682 Ensure the linux version of libv8-node gets installed
mini_racer depends on libv8-node, this uses a compiled binary. Bundler
should automatically install the linux version but instead uses the
linux-musl one.

There are a few issues documenting this behavior

https://github.com/rubyjs/mini_racer/issues/218
https://github.com/rubyjs/libv8-node/issues/5

Setting up the platform will make this usable under linux (ugly, but
a non resolved issue will break deployment with ruby 2.5
2021-12-29 16:49:25 -03:00
.tx Transifex README update and config 2018-03-19 15:22:23 +01:00
app upgrade: fix arel deprecations 2021-12-26 11:52:58 +01:00
bin test: calculate test coverage properly 2019-08-23 11:42:15 +02:00
config update: repo location to liberate group 2021-12-17 19:52:19 +01:00
db Update Rails to 5.2 2019-08-23 11:42:15 +02:00
doc update: repo location to liberate group 2021-12-17 19:52:19 +01:00
extensions update: repo location to liberate group 2021-12-17 19:52:19 +01:00
lib i18n: update list of languages 2020-04-26 08:31:23 +02:00
public add link to onion address to home page 2018-02-15 10:43:31 +01:00
script feature: script/thinking_sphinx to use with systemd 2019-05-02 11:16:02 +02:00
test upgrade: faker to latest 2021-12-25 15:52:33 +01:00
vendor update: repo location to liberate group 2021-12-17 19:52:19 +01:00
.gitignore include binstubs in git 2018-01-07 12:28:43 +01:00
.gitlab-ci.yml ci: do not print number of deprecations 2021-12-27 13:39:22 +01:00
.rubocop.yml style: finish rubocop on image helper by hand 2019-08-23 11:42:15 +02:00
.ruby-version update: use a more recent ruby version 2021-12-18 11:16:55 +01:00
.simplecov test: calculate test coverage properly 2019-08-23 11:42:15 +02:00
.travis.yml cleanup: create_a_secret task is not used anymore 2019-08-23 11:42:15 +02:00
Capfile style: fix line length for config dir 2017-09-12 22:42:21 +02:00
Changes changes: add 0.6.4 release 2019-06-20 07:25:19 +02:00
Gemfile update: bundler version 2.3.3 2021-12-26 11:00:59 +01:00
Gemfile.lock Ensure the linux version of libv8-node gets installed 2021-12-29 16:49:25 -03:00
LICENSE Moves license from doc directory to root directory 2019-01-30 17:26:34 +01:00
README.md clean up included documentation 2014-02-18 23:38:14 -08:00
Rakefile style: fix line length for config dir 2017-09-12 22:42:21 +02:00
Vagrantfile cleanup: create_a_secret task is not used anymore 2019-08-23 11:42:15 +02:00
config.ru Preparation for Rails 5 2019-08-23 10:43:01 +02:00

README.md

crabgrass

Crabgrass is a web application designed for activist groups to be better able to collaborate online. Mostly, it is a glorified wiki with fine-grain control over access rights.

Crabgrass is based on Ruby on Rails and MySQL. It is released under the AGPL license, version 3.

For installation notes, see doc/INSTALL.md.