Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/freerange/site

Go Free Range website
https://github.com/freerange/site

Add examples to redirects spec for mocha & recap documenation

These should've been added in these two commits [1,2].

[1]: 02a299d318f52bf924b9b6e862a04d08987...

9cfa1a63e15950d9ac3c0b54268a99c93e56b710 authored about 6 years ago
Remove redundant assertions

The response status is already checked within the
assert_permanently_redirected_to method.

4e0e2d7a170405acbdfab3d55a33181f079a0b84 authored about 6 years ago
Downgrade bundler v1.17.3 -> 1.15.2 to match Heroku Ruby buildpack

This should avoid the following warning:

Warning: the running version of Bundler (1.15.2) i...

add4accb8b9ebc39676ebc3ee6970ff834b3fefb authored about 6 years ago
Add puma gem & update config

As per http://railsdiff.org/5.1.6.1/5.2.2.

8d7cd9775fe1a10179212666551eca58d59aefcf authored about 6 years ago
Configure puma for Heroku

As per these instructions [1] except for the on_worker_boot section
which is not relevant, becau...

32f5b439434cfd1a9db3d9640398b596a2e819c8 authored about 6 years ago
Move public/assets -> public/media

The public/assets directory is special in a Rails app in that its used
to store precompiled asse...

04041588373ee258bd2a863a9e022e1f65d82ab2 authored about 6 years ago
Add lines to .gitignore based on railsdiff.com

http://railsdiff.org/5.1.6.1/5.2.2

7c10066bb216fc8e7dda93ef7a05792218fd848f authored about 6 years ago
Upgrade Ruby from v2.4.5 to v2.5.3

52fb3f1489dd4c70fa0c25750453c56454b4f80b authored about 6 years ago
Add bootstrap gem as per upgrade instructions

See these instructions [1]. Note that I also had to add the listen gem
which must've been remove...

90ad1a74a8e1e763e74f60e79f31e44c1ba423c2 authored about 6 years ago
Swap therubyracer gem for mini_racer

As per http://railsdiff.org/5.1.6.1/5.2.2.

23d56e4fa4db4287f5c71b0217332138a3881959 authored about 6 years ago
Upgrade concurrent-ruby

This is required by newer i18n which is in turn required by newer
dotenv-rails which is in turn ...

7729345b1657284dc8792074abc8fc15432d05ff authored about 6 years ago
Upgrade i18n

This is required by newer dotenv-rails which is in turn required by
newer rails.

5759ec850eb61ef5f7256ee5b14cd00c11ae2705 authored about 6 years ago
Upgrade Ruby from v2.2.10 -> v2.3.7

7117e1ba013039e36f043d3d21034f2a94afd2e2 authored about 6 years ago
Upgrade dotenv-rails

This is required by newer rails.

b1380aad25bb6df891ee6362dbc39d2c59687ef9 authored about 6 years ago
Upgrade Ruby from v2.3.7 -> v2.4.5

And bundler from v1.16.6 -> v1.17.3.

053113e93758f9adbf4af5d34319ebcf7905ea3e authored about 6 years ago
Upgrade rails from v5.1.6.1 to v5.2.2

c1fb83a206b7566586ac8d40664e13898557a28d authored about 6 years ago
Run rails app:update and review/accept changes

cf3993036ec824d67c60c580677b66f0a06a40c9 authored about 6 years ago
Remove subdomains related to GFR Video

These were removed as part of the shutdown of the GFR Video service [1].

[1]: https://trello.co...

8cf4fb9868cfec55f6b7c481a0246d7f277d5434 authored about 6 years ago
Remove S&T 51 from events page

f961049c23e545839b6e38fa604bea954f12d613 authored about 6 years ago
Remove redundant stylesheet for recap documentation

Since this commit [1], the recap documentation has not been served by
the GFR website, so it's s...

44238ab91a7631f780e0abecc336905b4f5a0306 authored about 6 years ago
Publish S&T 51 notes

f1d011255f5e791fd3874606f47395d805e7a516 authored about 6 years ago
Link-ify "TypeScript" in show-and-tell-51

a1dcbe446fa2c4757382a9b75a0bc197c63c9628 authored about 6 years ago
Minor correction to AWS CDK section in show-and-tell-51

fafccb70a6803919f4706573483a873a8589c077 authored about 6 years ago
Spelling tweak in show-and-tell-51

7d49b1ca9da99a44a759ee8d78f39fb674611f37 authored about 6 years ago
Minor correction about AWS CDK in show-and-tell-51

a7a3c68333284bdf7f62410923329bb7ba7f28bb authored about 6 years ago
Remove placeholder HTML comment from show-and-tell-51

4dac94d45d420bf8f76743e252003b0e7b7ae359 authored about 6 years ago
Link-ify "Elm" in show-and-tell-51

9936cc3416d9ce6d393423014e15fbfc4a1f3bf6 authored about 6 years ago
Add missing full-stops to show-and-tell-51

c3628c57b7056a06434e459e51f481bd4afe868b authored about 6 years ago
Draft write-up of S&T 51

da75916e38a47a7ef895dd169453c38e9611a367 authored about 6 years ago
Remove Mocha docs from sitemap

These are now hosted at https://mocha.jamesmead.org.

bfc8e51a6924caf98228b2a0b7419c6110cb144a authored about 6 years ago
Update zone file comment to reflect the latest reality

GFR Video is no longer live, but Mission Patch is using AWS SES

1dc97313e6ed102dd8f3b3cb6c58cec72f388921 authored about 6 years ago
Retain URL path format in recap & mocha docs redirects

Before:

$ curl -I http://localhost:3000/mocha/docs/Mocha/Configuration.html
HTTP/1.1 301 Moved ...

df300ed0dbaefd2c643ed3e70638966af510e426 authored about 6 years ago
Fix broken link to Mocha project on rubyforge.org

18dc46d1a4b9a50295f9397c146bce4a2efaae73 authored about 6 years ago
Use secure versions of Mocha repo URLs

The insecure version is redirected to the secure version so it seems
better to use the secure ve...

a2cbd4d39400cd293d0907efecdb3f3d40aa1963 authored about 6 years ago
Update URLs: github.com/floehopper/mocha -> freerange/mocha

The canonical Mocha repo moved to the freerange organisation years ago.
While the URLs were redi...

a7e1840ce3408f9c8e8b012fcb59608a74a100e5 authored about 6 years ago
Move Mocha documentation -> mocha.jamesmead.org

This means we'll lose some of the old redirects, but I think they've all
served their purpose by...

02a299d318f52bf924b9b6e862a04d08987d1901 authored about 6 years ago
Attempt to fix Travis CI build

c.f. https://github.com/floehopper/introspection/commit/249ae1033ff290638ca4074c4aa84bb19c99b855

755790a7e0cebe809188df5c66b9292bdb7c530d authored about 6 years ago
Fix link to docs from recap project page

b801a6a6aeb0c235421f8d589117c62914e46782 authored about 6 years ago
Redirect reqs for recap docs to freerange GH Pages site

* This is far from ideal, but the best option I can come up with. My
motivation is to remove the...

50311654e988c946680a1ff8b91cdb24b2d60022 authored about 6 years ago
Canonical URLs are now served over HTTPS

Previously HTTP URLs obtained from the sitemap were showing up as
follows in Google Search Conso...

e9079c51e28109d799885f9408da3f18a5467c8d authored about 6 years ago
Add Show & Tell 51 to events list

0ec9924729446b44ff7407151bc3da2a34c24d17 authored about 6 years ago
Too much "pushing forward"

f5e712f012b21cb4bf41cbeff050181e5daeb00d authored about 6 years ago
Publish notes for week 518

d948d261ff2f56d1cdf71d44fde7fa50331d05cd authored about 6 years ago
Draft notes for week 518

d68de39e982fec5b0faca7ba661dbab33abe0eb1 authored about 6 years ago
Add blank week notes for week 518

4c4d1b35beef8e11324b6f51dbd19dc73a1be1b0 authored about 6 years ago
Add notes for week-517

c235ec09574c8503a12c280079c2afb5dd593817 authored about 6 years ago
Publish notes for week-517

46afbc393feb69c2aa8c4fc3c94b702c9af43de1 authored about 6 years ago
Remove HTML regression test artefacts

These are only really useful when making generic changes to the Rails
app to see whether you've ...

d93eb03e0f6407caf9259f54987303597df2f761 authored about 6 years ago
Update availability

Given that we've decided not to take on any client work in January.

f72f110ef1bff37e0c3ae42a85125b7089b64a8e authored about 6 years ago
Weeknotes 516

c9fd4ca10179b7b257cbd7d8d5abe7a19c6f9376 authored about 6 years ago
Host Chris R CoTech talk on Vimeo vs GFR Video

GFR Video is shutting down soon.

48c2fcb0de4e534efa6da1d4f6d8eb3d95aeee15 authored about 6 years ago
Host GFR Assign-o-matic video in the website app vs GFR Video

GFR Video is shutting down soon.

d43387755855a70e9b74739e2211ec59fc4a52a3 authored about 6 years ago
Publish notes for week 515

16fc24040aa47a72a8c1715f4630b0b205babb3f authored about 6 years ago
Brief notes on week 515

7ef1cafa3c2f33ff5f391b82679988c3ec55f9d5 authored about 6 years ago
Upgrade Rails v5.1.6 -> v5.1.6.1 t fix security vulnerabilities

* CVE-2018-16476 Broken Access Control vulnerability in Active Job [1]
* CVE-2018-16477 Bypass v...

203f4c96438397f83dda555d319e1f9f42e4d638 authored about 6 years ago
Weeknotes 510

600ae24d9edf30edeb97d7fa9f4699ceb49081e9 authored about 6 years ago
Weeknotes 513

24309689f31f12183ac51d4d63220eaba5427ec1 authored about 6 years ago
Bump timestamps on week notes 512 to fix RSS feed

5ca04983c52f71fd19f02ef4e556e1670873efe6 authored about 6 years ago
Week 512 notes

d0937854482cae907d7924f422c779c60c834714 authored about 6 years ago
Publish notes for Show & Tell 49 (such as they are)

4d5e9e7473faaa0afa1e9201e7e1b0701dd186fe authored about 6 years ago
Publish notes for Show & Tell 48

7ec91660c37478ac8c1ad6a4758552753cd96d31 authored about 6 years ago
More notes for S&T 48

c9a6eab7f5d511f414920d9f334d0a55a4ad030b authored about 6 years ago
Update rack from v2.0.5 to v2.0.6 to fix security vulnerabilities

I ran the following command:

bundle update rack --conservative

This fixes:

* CVE-2018-164...

83ae1edc8ea1972e6b0b7b97794009147ebe6881 authored about 6 years ago
Add one sentence report of the S&T 49 non-event

a64af309be77c565284496310405642b0f21246c authored over 6 years ago
Add week-511

bfe097ba94981dd67391ade08fca2034963030d9 authored over 6 years ago
Publish week-511

e73df73fc2d399894525768441af9c285874cf24 authored over 6 years ago
Update loofah v2.2.2 -> v2.2.3 to fix CVE-2018-16468

> In the Loofah gem for Ruby, through version 2.2.2, unsanitized
JavaScript may occur in sanitiz...

62f97f9051e81d9bccdf30f255c1ab95b7b99850 authored over 6 years ago
Remove Show & Tell 49 from list of upcoming events

83b5dbf4d3d697315ec0ac6948d4e42a6ea5e6e8 authored over 6 years ago
Fix security vulnerability in ffi

I upgraded sass-rails v5.0.6 -> v5.0.7 to trigger upgrade to sass and
thence ffi v1.9.18 -> v1.9...

063e6cfd6d1e1eb547559bc294554dfb78e3a882 authored over 6 years ago
Upgrade bundler from v1.14.5 to v1.16.6

This is to avoid the following warning on deployment:

** [out :: badger.gofreerange.com] Th...

b729c58b524faddb71f6d594386a5dc3b1ab26b8 authored over 6 years ago
Upgrade Ruby in Travis Ci build from v2.25 to v2.2.10

I forgot to do this in the previous commit. This should fix the broken
build [1].

[1]: https://...

3d38d34baa6dbbdd7ad60e5e0d52986134e9ed56 authored over 6 years ago
Upgrade Ruby from v2.2.5 to v2.2.10

8de0a90a2ff8847de8e135e1e855c687d56fec3c authored over 6 years ago
Early draft of notes for S&T 48

550dddc3bf61b415c76a6b967701b662b7807c1b authored over 6 years ago
Publish week-508

97def08716be601a2e0b99a8b36a5053f61bba61 authored over 6 years ago
Add notes for week-508

8f6e71fcbd4a6116b1a7f1034397a5b2055b533f authored over 6 years ago
Add placeholder for S&T 48

677b00d8069cab3c4bc289bc3edbbf61673f69f6 authored over 6 years ago
Publish links for week-508

2416216f5435cecc3c154cf30d710161cc739f2a authored over 6 years ago
Add links to week-508-links

9931fa914560caf1cf57dc73f4ca5bcc8805af75 authored over 6 years ago
Publish notes for week 486

088b7f044d3c37cdb1dfdfba53e08f4f4f50ee0b authored over 6 years ago
Add basic notes for week 486

Nothing much happened this week that hasn't been written about in the
preceeding or succeeding w...

85aa711e492762a9ba8501d05e9f852e92c9afa6 authored over 6 years ago
Placeholder for notes for week 486

c681c7136aed2fda9239ad9335293daef6d05409 authored over 6 years ago
Added some links for week 508

c34f58a723fee723380715869670b92c477cde2d authored over 6 years ago
Publish notes for week 483

b1b94630d8287b41138c805ccca27f6aaa0f3dc8 authored over 6 years ago
Draft notes for week 483

7613fe528cb69af093c634a3ea955453a964d181 authored over 6 years ago
Fix typo in S&T 44 notes

3d8059af6db510dcfa8e01f956e7b64ddfec5580 authored over 6 years ago
Fix capitalisation of Trello

cb8dd4d5a97a54aeb897226af24b833a9126ece4 authored over 6 years ago
Create week-508-links

8edca2465df1d3920c72a0881dff5a849702ab70 authored over 6 years ago
Draft notes for week 504

8b0a7a3dc0c6ea3c48240a3e4a7aaa9baa0d9ecd authored over 6 years ago
Publish notes for week 504

c2beeb80e34599ee8401b645b4be3bd7b78a4a52 authored over 6 years ago
Update details of accountant

03053be49da70efc5ef4a872dc7ca7ef14568f7e authored over 6 years ago
Revert "Update details of our accountant"

This reverts commit 844dea6b94732652db1aa92ba9a5c158ac5b20ec.

8fd6ceffda80b0395d676ac402e1db0a28851425 authored over 6 years ago
Update details of our accountant

844dea6b94732652db1aa92ba9a5c158ac5b20ec authored over 6 years ago
Mention Trainline in notes for week 505

860afbf87c93f32957f7118f67a43f16a4d46c07 authored over 6 years ago
Add placeholder for notes for week 504

676aa809b9f6561add7a67bf700a804af723cdad authored over 6 years ago
Publish notes for week 505

643c855b608c359ccba40e2628cc45e6e4f8ab67 authored over 6 years ago
Add link for subscribing to WAW

cd1851d8be7c11cf47c400ad200335944b852816 authored over 6 years ago
Draft notes for week 505

da9c2b76b92753b4687c328fb40819bdc7fe7c95 authored over 6 years ago
It's weird to speak about yourself in the third person

1cbbe03b18b740a84002886b911ca7a5d35c03a1 authored over 6 years ago
Add placeholder for week 505 notes

4244e19f11e762653b5072f36ea52acf3401c91c authored over 6 years ago
Publish notes for week 497

c1bab9d171601aa406d3886829fcb2a2e02ad64b authored over 6 years ago