Commit graph

21 commits

Author SHA1 Message Date
Benjamin Neff
2286022f67
Fix deprecation warning for Bundler.with_clean_env 2021-06-30 04:59:11 +02:00
Benjamin Neff
1dfe57ea7e
Add frozen_string_literal to all files
and remove redundant freezes
2019-10-21 03:11:12 +02:00
Benjamin Neff
68df3cf555
Remove support for ruby 2.1, 2.2, 2.3 and 2.4, add 2.6 instead
all older than 2.3 are already EOL and 2.4 will be EOL soon and the next
diaspora major version will already depend on newer versions, so we can
already remove it now.
2019-10-21 03:11:12 +02:00
Benjamin Neff
4b4375cf78
Remove rails 4 support 2019-10-21 03:11:12 +02:00
Benjamin Neff
b0cec50172
Bump fabrication 2018-01-18 04:19:09 +01:00
Benjamin Neff
473450c34a
Add rake task to update JSON schemas for github-pages 2017-06-03 20:00:37 +02:00
Benjamin Neff
bb3a4e0b2a
Generate gemfiles 2017-04-05 03:22:13 +02:00
Benjamin Neff
26cfe7090b
Cleanup dummy rails app 2017-04-05 00:36:52 +02:00
Benjamin Neff
b0f6131527
Remove active_record and save models in-memory
Simple inmemory "database" to be independent from active_record.
2017-04-05 00:36:52 +02:00
Benjamin Neff
c0fbc83ccf
Remove rails4.rake 2017-04-04 22:14:13 +02:00
Benjamin Neff
7fe7a5da97
Don't generate file fixtures anymore
When we want to test without rails, we can't use the controllers to
generate them.

Also fixes the problem where there is still an old file fixture that
doesn't match the users in the database.
2017-04-04 22:14:13 +02:00
Benjamin Neff
7be5097a59 fix travis for ruby 2.1 and rails 4 2016-12-28 20:53:31 +01:00
Benjamin Neff
d91da49078 release version 0.1.6 2016-12-28 19:06:22 +01:00
Benjamin Neff
771a1559e3 Activate ruby 2.1 with rails 4.2 on travis again 2016-11-08 00:25:20 +01:00
Benjamin Neff
9d917bd097 fix release task
the old task is still there, so only push the additional gem
2015-07-10 02:13:17 +02:00
Benjamin Neff
9925cbb99a split rails part into separate gem
see #1
2015-07-04 20:01:37 +02:00
Benjamin Neff
a1957361ee WIP: move test dependencies to gemspec
TODO: some dependencies are still needed in the Gemfile ...
2015-06-24 03:09:14 +02:00
Benjamin Neff
b1b98adb21 generate fixtures 2015-06-23 00:01:13 +02:00
Benjamin Neff
54a6d0038c create DB on CI 2015-06-14 23:53:58 +02:00
Benjamin Neff
c7a8bb5f33 add travis 2015-06-11 02:53:34 +02:00
Benjamin Neff
d87de1f363 initial commit 2015-06-10 03:13:44 +02:00