category: Ruby

Architecture Elixir Ruby Méthodologie 2018 | 02 | 22

Meta de la configuration, illustré avec Elixir

La configuration des applications est un (non)sujet qui semble simple à première vue, mais qui n’est pas si bien maîtrisé par les développeurs juniors ou seniors.

Ruby Ruby on Rails Système 2017 | 02 | 09

Rails 5 web console and Docker

If you use Rails 5 along docker for your development environment you may have seen something like this within your logs :

Développement Ruby Ruby on Rails 2015 | 05 | 13

Initiation au développement de plugins Redmine

Redmine est un outil de gestion de projet que j’affectionne pour sa simplicité et son accessibilité.

Système Ruby Archlinux Contribution Libre 2014 | 08 | 04

Archlinux, Rmagick and HDRI

Earlier versions of Rmagick will not compile with newer version of imagemagick with --enable-hdri compilaton flag.

Contribution Libre Développement Ruby 2014 | 06 | 19

Bintje an OpenObject XMLRPC ruby client

Few month ago, I released Bintje, a minimal interface to OpenERP’s xmlrpc API. It is available on github, as a ruby gem, and can be included in the ruby class of your choice (as a Rails model for example).

Développement Ruby Ruby on Rails 2013 | 10 | 16

Adavanced Rails authorizations with pundit

Pundit is a realy simple Ruby Gem, that does nothing more that you could have done yourself. Here is the power !

Contribution Libre Développement Ruby Ruby on Rails 2013 | 07 | 31

Airbrake fix

After installing airbrake gem my collection’s request Rspec.specs stoped working as expected.

Développement Ruby Ruby on Rails 2013 | 07 | 30

Disabling Rails sessions and airbrake gem

After installing airbrake gem and disabling your rails sessions (for example with the session_off gem), you may experiment this kind of errors :