Commit graph

54 commits

Author SHA1 Message Date
Joerg Reichert
f006eed660 use 3.2.2 2023-04-08 00:35:36 +02:00
Joerg Reichert
168149936c update to node 18 2023-04-08 00:01:31 +02:00
Joerg Reichert
30fb4b37a0 remove migrate 2023-04-07 21:58:47 +02:00
Joerg Reichert
a345c6d75a ignore tests for now 2023-04-02 13:55:51 +02:00
Joerg Reichert
7bd27f42a0 update versions 2023-04-02 13:28:57 +02:00
Joerg Reichert
9158da553d downgrade to 7.10.1 2023-04-02 01:36:27 +02:00
Joerg Reichert
474d9773b9 puma up 2023-04-02 01:01:57 +02:00
Joerg Reichert
63cdec2ad0 bundle update 2023-04-02 00:50:34 +02:00
Joerg Reichert
3857a7c002 downgrade elasticsearch because not recognized as elastic from rails otherwise 2023-04-02 00:43:07 +02:00
Joerg Reichert
47c3dd355c 3.2.2 2023-04-02 00:03:40 +02:00
Joerg Reichert
2641508e13 use ruby 3.2.1 2023-04-01 23:16:55 +02:00
Joerg Reichert
47891def18 use ruby 3.1.4 2023-04-01 23:16:10 +02:00
Joerg Reichert
8dfd39e3fd update gemfile 2023-04-01 23:06:57 +02:00
Joerg Reichert
563c1eff8c add webrick 2023-04-01 23:04:08 +02:00
Joerg Reichert
cbf986c477 Update 2023 2023-03-29 21:02:52 +02:00
Joerg Reichert
f8a3c3eb83 Fix sassc dependency 2020-09-20 23:17:53 +02:00
Lars Henrik Mai
bf2f1938d9 Sort gems in an alphabetical order within their section of the Gemfile
This makes rubocop happy
2020-03-11 15:32:07 +01:00
Lars Henrik Mai
221d1f7713 Remove tzinfo-data gem to remove warning during bundle install
This gem is only relevant on windows: https://github.com/tzinfo/tzinfo-data/issues/12
2020-03-11 15:32:07 +01:00
Lars Henrik Mai
97733a6c68 Remove sdoc gem 2020-03-11 15:32:07 +01:00
Lars Henrik Mai
048fb4dd30 Remove coffeescript support 2020-03-11 15:32:07 +01:00
Lars Henrik Mai
e7e4ea1fe1 Cleanup Gemfile 2020-03-11 15:32:07 +01:00
Lars Henrik Mai
247f4b85b7 Add rubocop gem 2020-03-09 11:27:33 +01:00
Lars Henrik Mai
75f6467237 Fix deprecated Faker usage in paper factory 2020-03-09 11:15:29 +01:00
Lars Henrik Mai
dc3a97d3b8 Update elasticsearch
- Build our own elasticsearch image based on 6.8.6 which includes
configuration files for german decompounder from https://github.com/uschindler/german-decompounder

- move elastichq to separate service and use the official image instead of including it as plugin in the elasticsearch image

- Adjust compounder filter config in papers to use the included hyphenation_decompounder.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.8/analysis-compound-word-tokenfilter.html

- Remove obsolete "string" type in the mapping of papers, and replace it
with "text" or "keywords" accordingly. See https://www.elastic.co/blog/strings-are-dead-long-live-strings
2020-01-16 12:20:47 +01:00
Lars Henrik Mai
5dad333655 Replace capybara-webkit with apparition and update capybara to 3.30.0
See https://github.com/teamcapybara/capybara#apparition
2020-01-16 12:20:47 +01:00
Joerg Reichert
1dca83138a #8: prepare map 2019-06-13 23:12:03 +02:00
Joerg Reichert
8cadcb4214 add puma gem 2018-04-15 15:21:04 +02:00
Joerg Reichert
ad77627973 Migration to Ruby 2.5, Rails 5.1.5, Elasticsearch 5.4.3 2018-03-24 19:32:34 +01:00
Lars Henrik Mai
7cfe69c61b Updated gems 2016-05-04 22:23:42 +02:00
Lars Henrik Mai
42a6267fc0 Replace phantomjs with capybara-webkit for headless testing 2016-05-04 20:56:02 +02:00
Lars Henrik Mai
929ab56d48 Keep foundation-rails gem to 5.5 version for now 2016-05-04 19:51:06 +02:00
Lars Henrik Mai
27f02fd9fa Add poltergeist gem for phantomjs integration 2016-03-30 20:56:39 +02:00
Joerg Reichert
2fa90ec206 added coveralls 2016-03-05 19:26:31 +01:00
Lars Henrik Mai
72157e87d7 Disable guard notifier for now because !crossplatform 2016-02-24 19:16:48 +01:00
Lars Henrik Mai
3e27d8e82f Add database_cleaner gem 2016-02-24 11:59:52 +01:00
Lars Henrik Mai
9423847cb1 Add test_after_commit gem
Fixes the indexing of papers when running the tests since they are wrapped in a transaction. 

see http://www.justinweiss.com/articles/a-couple-callback-gotchas-and-a-rails-5-fix/
2016-02-20 07:46:37 +01:00
Lars Henrik Mai
a13e848176 Add guard file watcher 2016-02-18 08:41:45 +01:00
Lars Henrik Mai
79e7ea61d3 Add rspec spring command 2016-02-18 07:14:53 +01:00
Lars Henrik Mai
3616eb07d9 upgrade shoulda-matchers gem 2016-02-17 08:29:58 +01:00
Lars Henrik Mai
630b2fcd19 add rspec-rails gem 2016-02-17 07:55:37 +01:00
Lars Henrik Mai
acfb973efc Add simplecov for code coverage 2016-01-11 22:01:33 +01:00
Lars Henrik Mai
6381136bf2 Add pry and awesome-print gems 2015-11-23 22:10:43 +01:00
Lars Henrik Mai
d6571e4042 Add validate_url gem 2015-11-23 22:10:43 +01:00
Lars Henrik Mai
e99a516647 add shoulda gem 2015-11-23 22:10:42 +01:00
Lars Henrik Mai
65646e6fe8 add faker gem 2015-11-23 22:10:42 +01:00
Lars Henrik Mai
9bb2e7ce73 add quiet_assets and factory_girls gems 2015-11-23 22:10:42 +01:00
Lars Henrik Mai
aa644818c4 add elasticsearch-dsl gem 2015-07-18 12:43:43 +02:00
Andreas Haller
ff58856c99 Localize date format via rails-i18n 2015-05-17 19:19:59 +02:00
Andreas Haller
460986e7ff Add translation for pagination 2015-04-27 23:49:52 +02:00
Andreas Haller
40eeac2021 Add pagination via kaminari 2015-04-27 23:14:48 +02:00