Commit Graph

  • c3ae113a38 Update Readme main 1resu 2021-12-19 16:32:06 +0100
  • 604de8118f Use puma in favour of webrick 1resu 2021-12-19 15:57:30 +0100
  • 9f3d301550 improve handling of User resource JuliusR 2021-12-19 10:48:54 +0100
  • d705402d8b simplify routes JuliusR 2021-12-19 10:46:47 +0100
  • dd6d35e3bd add unique index on Users#email JuliusR 2021-12-19 10:17:27 +0100
  • e5a9c03eb9 rails db:schema:dump JuliusR 2021-12-19 10:14:31 +0100
  • c2ee9065db add public/packs to .gitignore JuliusR 2021-12-19 10:12:41 +0100
  • 0d88a64df9 stop ignoring config/*.yml, but ignore config/database.yml JuliusR 2021-12-19 10:12:07 +0100
  • 16807381e5 copy .gitignore from old sharedlists JuliusR 2021-12-19 10:10:41 +0100
  • b318469606 replace database.yml by database.yml.SAMPLE (now mysql2 only) JuliusR 2021-12-19 10:07:14 +0100
  • 248d787ba5 fix GEM_PATH and PATH in Dockerfile.development JuliusR 2021-12-19 09:44:09 +0100
  • 63bc26ab16 improve handling of User resource new_user JuliusR 2021-12-19 10:48:54 +0100
  • b319b9de93 simplify routes JuliusR 2021-12-19 10:46:47 +0100
  • 2470b514c2 add unique index on Users#email JuliusR 2021-12-19 10:17:27 +0100
  • 6a9437cad7 rails db:schema:dump JuliusR 2021-12-19 10:14:31 +0100
  • fa29bc75a6 add public/packs to .gitignore JuliusR 2021-12-19 10:12:41 +0100
  • 970fdecda7 stop ignoring config/*.yml, but ignore config/database.yml JuliusR 2021-12-19 10:12:07 +0100
  • c19eda923e copy .gitignore from old sharedlists JuliusR 2021-12-19 10:10:41 +0100
  • 7257a2a5a9 replace database.yml by database.yml.SAMPLE (now mysql2 only) JuliusR 2021-12-19 10:07:14 +0100
  • 84a78d82df fix GEM_PATH and PATH in Dockerfile.development JuliusR 2021-12-19 09:44:09 +0100
  • 19deb9c398 add webrick JuliusR 2021-12-19 09:27:47 +0100
  • 5f3713aecd Add interface to create and update user accounts 1resu 2021-12-19 04:13:05 +0100
  • 5c89cf1501 Remove unused test data 1resu 2021-12-19 00:18:07 +0100
  • 97444ab902 Add ApplicationRecord as new superclass for app models https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#active-record-models-now-inherit-from-applicationrecord-by-default 1resu 2021-12-19 00:16:19 +0100
  • f5efc9af77 Specify minimal possible rails release for migrations 1resu 2021-12-18 23:52:05 +0100
  • 7c7d780719 Update confirm syntax 1resu 2021-12-18 18:58:17 +0100
  • 7e2c1d58f6 add apk packages to Dockerfile.development: sqlite[-dev], tzdata JuliusR 2021-12-18 18:32:13 +0100
  • 6eb1d60f03 use alpine:3.14 as Dockerfile.development's base (was: 3.5) JuliusR 2021-12-18 18:31:38 +0100
  • a92d4a1a32 prefer '-b 0.0.0.0' over '--bind 0.0.0.0' (docker-compose.yml) JuliusR 2021-12-18 18:29:27 +0100
  • dc1b336ba4 prefix 'rails server' command with 'bundle exec' (docker-compose.yml) JuliusR 2021-12-18 18:27:38 +0100
  • 4ac6d08bc8 set Dockerfile's base image to ruby:2.7.5 JuliusR 2021-12-18 17:15:32 +0100
  • 169fcd305b Rename secret_token to secret_key_base 1resu 2021-12-18 18:18:12 +0100
  • 7be9d11ce5 Add secrets file 1resu 2021-12-18 18:07:32 +0100
  • f92c925434 Add more necessary gems, define versions, remove comments 1resu 2021-12-18 17:48:56 +0100
  • 471f78bcd8 Pin verion for midi-smtp-server 1resu 2021-12-18 17:09:04 +0100
  • 74837d4f9a copy config/schedule.rb from old sharedlists JuliusR 2021-12-18 16:38:46 +0100
  • c6b5b561dc add whenever JuliusR 2021-12-18 16:38:09 +0100
  • f5e81e71d4 copy README.md from old sharedlists JuliusR 2021-12-18 16:13:40 +0100
  • 867ecc28ae Rename tasks files to their actual task name 1resu 2021-12-18 16:05:55 +0100
  • 2db00d5d3d rails generate simple_form:install JuliusR 2021-12-18 15:56:47 +0100
  • 718407f1ac copy config/locales/en.yml JuliusR 2021-12-18 15:55:28 +0100
  • 894c54421b use Strong Parameters for Article JuliusR 2021-12-18 15:48:51 +0100
  • 81ba5ab20e fix article pagination JuliusR 2021-12-18 15:43:10 +0100
  • 952aecfb40 migrate lib/tasks/mail.rake for MidiSmtpServer 3 JuliusR 2021-12-18 15:24:08 +0100
  • c7a74c8e7d Change update_attributes to update 1resu 2021-12-18 15:05:53 +0100
  • 6340e224ed add will_paginate JuliusR 2021-12-18 15:05:10 +0100
  • 4e18ab61d7 update Gemfile.lock after fe027ff57f JuliusR 2021-12-18 14:56:27 +0100
  • ad35e02ddb use Strong Parameters for Supplier JuliusR 2021-12-18 14:56:09 +0100
  • e26ef59ea2 add jquery (via webpack) JuliusR 2021-12-18 14:35:53 +0100
  • fe027ff57f Add requirement to midi-smtp-server 1resu 2021-12-18 14:35:16 +0100
  • db1dabbb4b add simple_form JuliusR 2021-12-18 13:59:11 +0100
  • 90be4c513d fix app/lib path for loading yml JuliusR 2021-12-18 11:58:07 +0100
  • dbe260e4fe add roo and roo-xls JuliusR 2021-12-18 11:55:20 +0100
  • d595ae8117 migrate previous lib/ (except tasks) to app/lib JuliusR 2021-12-18 11:53:05 +0100
  • c135679992 fix email regex in Supplier (\A,\z vs ^,$) JuliusR 2021-12-18 11:52:31 +0100
  • cbcf042992 Merge branch 'main' of git.systemausfall.org:julius/sharedlists 1resu 2021-12-18 11:51:09 +0100
  • 1ef6964dd7 Add tasks files 1resu 2021-12-18 11:50:56 +0100
  • 4d553d793b replace db by previous version JuliusR 2021-12-18 11:39:41 +0100
  • a30090ff86 remove attr_accessible from User model JuliusR 2021-12-18 11:39:22 +0100
  • a154ed0356 add bcrypt JuliusR 2021-12-18 11:36:57 +0100
  • 2133be2436 replace skeleton files by previous version; apply obvious fixes JuliusR 2021-12-18 11:21:51 +0100
  • 1f5cbcd6d1 Add Docker files, Update rails commands 1resu 2021-12-18 11:25:31 +0100
  • 7f0e2c3b42 Add Licence file 1resu 2021-12-18 11:24:54 +0100
  • 57e4cf3dee rails haml:erb2haml JuliusR 2021-12-18 11:05:51 +0100
  • 8fbd85f11a add haml-rails JuliusR 2021-12-18 11:01:00 +0100
  • 70ebeb473d initial commit (rails new sharedlists) JuliusR 2021-12-18 10:31:37 +0100