1resu
c3ae113a38
Update Readme
1 year ago
1resu
604de8118f
Use puma in favour of webrick
1 year ago
JuliusR
9f3d301550
improve handling of User resource
1 year ago
JuliusR
d705402d8b
simplify routes
1 year ago
JuliusR
dd6d35e3bd
add unique index on Users#email
1 year ago
JuliusR
e5a9c03eb9
rails db:schema:dump
...
This updates the db/schema.rb from a clean development database
(mariadb:10.1) using Rails 6.1.
1 year ago
JuliusR
c2ee9065db
add public/packs to .gitignore
1 year ago
JuliusR
0d88a64df9
stop ignoring config/*.yml, but ignore config/database.yml
1 year ago
JuliusR
16807381e5
copy .gitignore from old sharedlists
1 year ago
JuliusR
b318469606
replace database.yml by database.yml.SAMPLE (now mysql2 only)
1 year ago
JuliusR
248d787ba5
fix GEM_PATH and PATH in Dockerfile.development
1 year ago
1resu
5f3713aecd
Add interface to create and update user accounts
1 year ago
1resu
5c89cf1501
Remove unused test data
1 year ago
1resu
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
1 year ago
1resu
f5efc9af77
Specify minimal possible rails release for migrations
1 year ago
1resu
7c7d780719
Update confirm syntax
1 year ago
JuliusR
7e2c1d58f6
add apk packages to Dockerfile.development: sqlite[-dev], tzdata
1 year ago
JuliusR
6eb1d60f03
use alpine:3.14 as Dockerfile.development's base (was: 3.5)
1 year ago
JuliusR
a92d4a1a32
prefer '-b 0.0.0.0' over '--bind 0.0.0.0' (docker-compose.yml)
...
The latter yields the following error:
`handle_argument_error': ERROR: "rails server" was called with
arguments ["--bind", "0.0.0.0"] (Thor::InvocationError)
1 year ago
JuliusR
dc1b336ba4
prefix 'rails server' command with 'bundle exec' (docker-compose.yml)
1 year ago
JuliusR
4ac6d08bc8
set Dockerfile's base image to ruby:2.7.5
1 year ago
1resu
169fcd305b
Rename secret_token to secret_key_base
1 year ago
1resu
7be9d11ce5
Add secrets file
1 year ago
1resu
f92c925434
Add more necessary gems, define versions, remove comments
1 year ago
1resu
471f78bcd8
Pin verion for midi-smtp-server
1 year ago
JuliusR
74837d4f9a
copy config/schedule.rb from old sharedlists
1 year ago
JuliusR
c6b5b561dc
add whenever
1 year ago
JuliusR
f5e81e71d4
copy README.md from old sharedlists
1 year ago
1resu
867ecc28ae
Rename tasks files to their actual task name
1 year ago
JuliusR
2db00d5d3d
rails generate simple_form:install
1 year ago
JuliusR
718407f1ac
copy config/locales/en.yml
1 year ago
JuliusR
894c54421b
use Strong Parameters for Article
1 year ago
JuliusR
81ba5ab20e
fix article pagination
1 year ago
JuliusR
952aecfb40
migrate lib/tasks/mail.rake for MidiSmtpServer 3
...
see https://midi-smtp-server.readthedocs.io/appendix_upgrade/
1 year ago
1resu
c7a74c8e7d
Change update_attributes to update
1 year ago
JuliusR
6340e224ed
add will_paginate
1 year ago
JuliusR
4e18ab61d7
update Gemfile.lock after fe027ff57f
1 year ago
JuliusR
ad35e02ddb
use Strong Parameters for Supplier
1 year ago
JuliusR
e26ef59ea2
add jquery (via webpack)
1 year ago
1resu
fe027ff57f
Add requirement to midi-smtp-server
1 year ago
JuliusR
db1dabbb4b
add simple_form
1 year ago
JuliusR
90be4c513d
fix app/lib path for loading yml
...
introduced by d595ae8117
1 year ago
JuliusR
dbe260e4fe
add roo and roo-xls
1 year ago
JuliusR
d595ae8117
migrate previous lib/ (except tasks) to app/lib
1 year ago
JuliusR
c135679992
fix email regex in Supplier (\A,\z vs ^,$)
1 year ago
1resu
cbcf042992
Merge branch 'main' of git.systemausfall.org:julius/sharedlists
1 year ago
1resu
1ef6964dd7
Add tasks files
1 year ago
JuliusR
4d553d793b
replace db by previous version
1 year ago
JuliusR
a30090ff86
remove attr_accessible from User model
1 year ago
JuliusR
a154ed0356
add bcrypt
1 year ago