Legal stuff about this site and your private life:

  • We use a cookie to keep your preferences (language, NSFW status, login status) during navigation.
  • We use your local storage to save the announces you closed (like this one).
  • We don't save informations you don't give
  • We don't share your email address if you comment or register
  • There is no tracker of any kind.

If you're not OK with this, move your way.

2020-12-09
07:59 AM
Project "Garden Party" has been updated. Change description...
07:52 AM

GardenParty a été mis en ligne dans une version utilisable, mais toujours en développement.

2020-11-21
12:27 AM

A few weeks after we started this projects and we have news!

2020-11-03
11:21 AM
  • Language: English
  • License: MIT
  • Published on: 03 Nov 2020 11:21 AM
  • SFW:
  • Tags: gardening
  • Albums: Not in an album

OpenSource webapp to help in garden management.

2020-10-13
06:21 PM
06:16 PM

Le Manuel pratique de la culture maraîchère de Paris est un livre de 1845 faisant état de la culture intensive réalisée par les maraîchers de Paris. Ce projet est lereformattage de cet ouvrage tombé dans le domaine public, au format LaTeX.

2020-04-07
07:49 AM
Article "Travailler avec Git, le workflow d'Opus Codium et ExperimentsLabs" has been updated. ajout de section "Git add -p, késako ?"
2020-04-02
07:12 PM
09:44 AM
Article "Travailler avec Git, le workflow d'Opus Codium et ExperimentsLabs" has been updated. typos et rephrasage
09:29 AM

Depuis deux ans maintenant, je travaille régulièrement avec l'équipe d'Opus Codium. Nous avons un workflow concernant la gestion de nos dépôts Git que je souhaitais partager avec vous.

2020-02-20
05:54 PM
Project "Elabs CMS" has been updated.
2020-02-12
11:15 PM

The Experiments Labs engine was a good exercise, but I have no more time to spend on it. It will be archived and the website will become a standard Rails application.

2020-01-17
10:03 PM
  • Language: English
  • License: MIT
  • Published on: 17 Jan 2020 10:03 PM
  • SFW:
  • Tags: VueJS
  • Albums: Not in an album

Small jigsaw game where you have to swap tiles to reconstruct an image.You can use your own images or select one in a set from Wikimedia.

2019-12-30
03:02 PM

Rails: Check Pundit authorization in RSpec

Pundit provide two helper methods to help you ensure the actions are authorized/scoped: verify_authorized and verify_policy_scoped. They are meant to be used in an after_action hook.

As the check is made after the action, I see no point of using it in production, so I use it in RSpec:

# rails_helper.rb
# ...
config.before(:suite) do
  FactoryBot.create :user, :known
  ApplicationController.send(:after_action, :verify_authorized, {except: [:index]})
  ApplicationController.send(:after_action, :verify_policy_scoped, {only: [:index]})
end
# ...

This way, it's still checked during all the tests using controllers.

2019-12-28
12:54 PM

Rail: sending emails via a rake task won't work if you use the_mail.deliver_later. Use the_mail.deliver, instead.

Keep in mind that .deliver will be blocking in the context of the Rails server.

2019-09-06
06:13 AM

I heard that finding names for projects is "the hardest thing in development, after cache invaliadation". And that's right.

"Site compare" was a bad name because of two things: it compares sites, that's true. But it does not compare sites. So that's false.

"Capyxel"? After all, that does not mean anything, but it's about Capybara and pixels. Without being too obvious. So why not?

06:08 AM
Project "Capyxel" has been updated. Change the project name to "Capyxel"
2019-08-13
03:09 PM
  • Language: English
  • License: MIT
  • Published on: 13 Aug 2019 03:09 PM
  • SFW:
  • Tags: No tags
  • Albums: Not in an album

Fed up of searching for document examples?

2019-07-15
07:14 AM
07:12 AM
  • Language: English
  • License: MIT
  • Published on: 15 Jul 2019 07:12 AM
  • SFW:
  • Tags: ruby
  • Albums: Not in an album

Tool to compare two websites with screenshots diff.

2019-06-16
10:05 AM

This is a compilations of notes that leads to the setup of a control repo managed with r10k and the use of Hiera.

2019-06-14
03:04 PM

This is a compilation of notes that leads to an installation of a Puppet server on an Ubuntu server 18.04.

2019-04-23
04:17 PM
2019-04-21
10:48 PM