category: Ruby on Rails

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é.

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 :