juvia
juvia copied to clipboard
A commenting server similar to Disqus and IntenseDebate.
Hello! I would like to make this project alive; though I am not sure that there is enough demand. As it is a self-hosted project, I doubt you have enough...
This gem https://github.com/bkeepers/dotenv allows to use `.env` files and environment variables to store configuration. I suppose we can use it for storing database settings, devise and secret keys and so...
Basically that is changes I done to make project work in development and production modes on Ruby 2.6: - pin `pg` and `rake` gems due to deprecations - remove `capybara-webkit`,...
We are gonna run those checks: - specs - rubocop + performance, rspec, rails modules using reviewdog - reek (probably good idea, despite he is kinda capricious) So we need...
Where can I get documentation to make Name and/or Email ID as mandatory fields for the comments?
The methods show! and destroy! were invalid in the topics controller, they were probably intended to be used with a gem like 'inherited_resources' but instead of adding it I just...
Add some variety to commenter avatars that don't match a Gravatar user by using identicons.
Topic link didn't work so I check and found remaining pieces of inherited_resources gem usage.
Is it possible to use Juvia with Ghost Blog and if so how to achieve that? Can I get some documentation on that or any direction? Thanks!
It took me quite a while to figure out why the juvia logo was always shown as a broken link. Manually downloading it always gave a 404 error. The reason...