Find a file
Robbe Van Petegem 46fbb13742
Show reading progress on entry page (#794)
* Add reading progress to entry page

* Rename custom element

* Simplify CSS

* Make opacity vary between 0.5 and 1
2025-08-15 13:37:48 +02:00
.github Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 (#739) 2025-06-14 13:30:55 +02:00
app Show reading progress on entry page (#794) 2025-08-15 13:37:48 +02:00
bin Bump rails from 7.2.2.1 to 8.0.1 (#561) 2024-12-14 11:52:44 +01:00
config Show reading progress on entry page (#794) 2025-08-15 13:37:48 +02:00
db Bump good_job from 4.9.3 to 4.10.0 (#694) 2025-04-28 08:49:50 +02:00
lib Make entry show an icon and add icon link to original page (#595) 2025-01-27 20:46:55 +01:00
log Generate new rails app 2023-08-20 11:42:47 +02:00
public Bump rails from 7.2.2.1 to 8.0.1 (#561) 2024-12-14 11:52:44 +01:00
storage Generate new rails app 2023-08-20 11:42:47 +02:00
test Rename unprocessable_entity to unprocessable_content (#793) 2025-08-10 08:39:26 +00:00
tmp Generate new rails app 2023-08-20 11:42:47 +02:00
vendor Generate new rails app 2023-08-20 11:42:47 +02:00
.annotaterb.yml Switch annotaterb to maintained fork (#560) 2024-12-14 09:24:27 +00:00
.erb-lint.yml Setup linting 2023-08-20 11:59:49 +02:00
.gitattributes Generate new rails app 2023-08-20 11:42:47 +02:00
.gitignore Setup production configuration (#26) 2023-10-14 06:54:36 +00:00
.rubocop.yml Bump rubocop from 1.78.0 to 1.79.0 in the rubocop group (#771) 2025-08-02 08:19:07 +00:00
.ruby-version Update ruby version 2025-04-28 20:58:21 +02:00
config.ru Setup linting 2023-08-20 11:59:49 +02:00
eslint.config.js Bump the linting group across 1 directory with 4 updates (#325) 2024-05-08 09:16:41 +02:00
flake.lock Update flake inputs 2025-04-28 20:52:40 +02:00
flake.nix Setup service group for rails server and vite dev server (#627) 2025-02-08 09:11:42 +00:00
Gemfile Update ruby version 2025-04-28 20:58:21 +02:00
Gemfile.lock Bump rubocop-rails from 2.33.1 to 2.33.3 in the rubocop group (#800) 2025-08-14 09:27:41 +02:00
gemset.nix Bump rubocop-rails from 2.33.1 to 2.33.3 in the rubocop group (#800) 2025-08-14 09:27:41 +02:00
LICENSE.md Add hippocratic license 2024-05-09 11:59:31 +02:00
module.nix Rename postfix settings (#791) 2025-08-10 08:20:21 +00:00
package.json Bump vite from 7.1.1 to 7.1.2 (#798) 2025-08-12 17:40:23 +02:00
Rakefile Setup linting 2023-08-20 11:59:49 +02:00
README.md Generate new rails app 2023-08-20 11:42:47 +02:00
vite.config.js Add basic styling (#70) 2023-10-16 20:25:02 +00:00
yarn.lock Bump vite from 7.1.1 to 7.1.2 (#798) 2025-08-12 17:40:23 +02:00
yarn.nix Bump vite from 7.1.1 to 7.1.2 (#798) 2025-08-12 17:40:23 +02: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

  • ...