Recently I have spent some time doing experiments with Opal rb 1.0, to use Ruby in place of Javascript.
Here are some tests that could be useful.
[Read More]
Rails testing tips for newcomers
Writing effective tests is tricky. A good book that can be helpful is Testing Rails by Thoughtbot
[Read More]
A Rails middleware to change log level at runtime
Have you ever found the Rails logs too verbose in development? Here it is a small middleware to do it
[Read More]
Active Admin plugins
New plugins for Active Admin, my favorite backend tool
[Read More]
Grape projects
Have you ever tried Grape? I found it a very nice alternative for small-medium Ruby projects
[Read More]