Commit graph

31 commits

Author SHA1 Message Date
Henne Vogelsang
b2f0796799
Drop mysql2 support, settle on postgresql
It's enough work to support one database, let's settle on
the defacto Rails default.
2024-06-06 18:05:52 +02:00
Sasi Olin
9fb26f880d Minor fixes 2022-05-20 16:09:31 +02:00
Henne Vogelsang
5cbd15eeef
Introduces next_rails 2021-08-17 14:05:19 +02:00
Henne Vogelsang
24455cc8f1
Update default ruby version to 2.5.9
openSUSE 15.2 switched to this ruby version.
2021-07-05 18:55:33 +02:00
Henne Vogelsang
7ddf5e2251 Ignore .envrc
In case you use https://direnv.net/, which you should!
2019-02-01 01:00:56 +01:00
James Mason
a7c853da34 Ignore current sqlite db locations 2018-09-26 19:51:07 -07:00
Henne Vogelsang
d61b4253df Configure MATOMO from the environment
We try to be a 12factor app right? :-)
2018-09-24 10:59:42 -07:00
Henne Vogelsang
f8b7233404 Put database.yml into the code base
It works by default, we have a mechanism to configure it (dotenv.example)
and we want to be a 12factor app, right? Let's do this...
2018-09-20 11:33:57 -07:00
Henne Vogelsang
042d49619c Docker cleanups
- Put docker-compose.yml into version control, no need to make this an example
  file and complicate things.
- Start the docker dev-env osem on port 3000. Just as our documentation says
  and how we do it in vagrant.
- hardcode CONTAINER_USERID so you don't have to have an
  docker-compose.override.yml if your UID is 1000.
- Rename web service/container to osem for clarity in the logs
- Keep assets also in a volume in production
- warn a bit more prominently about docker-compose.override.yml
2018-09-14 23:28:26 +02:00
Henne Vogelsang
824d83411d Drop the alpine based docker-compose environment 2018-09-11 00:10:42 +02:00
Henne Vogelsang
272690fa21 Setup a more recent ruby version
2.5.0 has been released since 8 months now...
2018-09-06 00:43:25 +02:00
James Mason
d22a6f078e Add ignore entry for gnome-builder's project config 2018-05-15 18:21:46 +02:00
James Mason
d4492138b2 Merge branch 'master' into adding_ds_store_to_gitignore 2017-10-12 09:14:59 -07:00
Your Name
36133a995a DS_Store file is added into the gitignore 2017-10-09 18:41:24 +05:30
ViditChitkara
f4a084ec54 added byebug_history to gitignore
closes #1736
2017-10-02 22:11:23 +05:30
TheAssassin
b5ca626873 Fix Git ignores 2017-07-09 21:38:43 +02:00
TheAssassin
d7765bf4fd Update ignores 2017-07-09 21:38:43 +02:00
Henne Vogelsang
d79a9b6fc1 Make use of dotenv 2016-04-29 16:37:48 +02:00
Christian Bruckmayer
f3549a21d9 Setup vagrant file for development 2015-12-07 15:06:04 +01:00
raluka
0c4b0b4ac1 Refactored EmailSetting incosistency. Fixes #603 2015-10-06 11:32:40 +02:00
Henne Vogelsang
796d063eda Implements piwik tracking 2014-11-12 10:45:44 +01:00
Artem Chernikov
949ce14fca Update travis and rubocop to work together 2014-07-21 15:57:54 +02:00
Artem Chernikov
2dade4727c Do not add rubocop config 2014-06-17 10:50:46 +02:00
Henne Vogelsang
ee5d48d494 Migrate all secrets to config/secrets.yml 2014-05-12 18:32:26 +02:00
James Mason
13eae88160 Ignore rbenv's local marker 2014-05-02 21:10:25 -07:00
Henne Vogelsang
accd7d1a58 Starting to document things with rdoc 2014-04-09 13:18:11 +02:00
Stella Rouzi
55eaf7317a Add bundle to .gitignore 2013-06-21 15:11:32 +00:00
Stella Rouzi
30dd841d8a Improve gitignore 2013-06-21 13:59:39 +00:00
Henne Vogelsang
e0ac25c64a Ignore some config files, update rails version in Gemfile 2013-05-15 15:24:55 +02:00
Matt Barringer
f207e2c8b7 Update .gitignore 2013-01-07 09:02:08 +01:00
Matt Barringer
ab877344c5 Initial commit 2012-09-22 00:40:18 -07:00