Commit Graph

4 Commits

Author SHA1 Message Date
Azul 52ecc0ca2e test: calculate test coverage properly
* using .simplecov file to filter out the bundled files
* calculating coverage on ci
2019-08-23 11:42:15 +02:00
dgt 939fa3d1d1 Some preparations for rails 5.1
update some gems, replace before_filter / after_filter by before_action / after_action
and some more config changes (mostly commented out) and scripts generated by rails app:update task
2019-08-23 10:43:01 +02:00
dgt eee8c84178 Preparation for Rails 5
first make everything work locally with rails 5.0
test do not pass on CI yet because the test task has to be rewritten

- update dependecies
- run rails app:update task: update config, generate intitializers etc.
- the method hide_action is not available in rails anymore
- ActionController::Parameters have to be converted to a hash
- protect_from_forgery now defaults to prepend:false
2019-08-23 10:43:01 +02:00
Azul 428e435bbe
include binstubs in git
this is recommended since rails4. This way binstubs can be
kept consistent accross installations.

Did the upgrade dance and removed bin from .gitignore.
2018-01-07 12:28:43 +01:00