
Rails 5 Routes: Scope vs Namespace
September 26, 2016 by Thibault
September 26, 2016 by Thibault
Rails 5 was finally released, so it's time to do an overview of all the awesome new stuff we've got to play with. The first thing I want to talk about is the brand new Rails 5 API mode - it lets us build web APIs without all the clutter usually included in the controllers.
READ MORESeptember 26, 2016 by Thibault
Namespacing controllers in a Ruby on Rails application is a great way to isolate different features: invoicing, authentication, etc. It's also pretty simple to implement, so there are no reasons not to do it if you need it.
September 21, 2016 by Thibault
July 15, 2016 by Thibault
June 1, 2016 by Thibault
May 31, 2016 by Thibault
After digging into REST and various RFCs, I'm really wondering why developers still call their APIs "RESTful". Who was the first guy who decided to pin "RESTful" on his API? Did he actually read Fielding's dissertations? I have my doubts...
May 11, 2016 by Thibault
May 2, 2016 by Thibault
We are getting to my favorite part: automated testing! I used to hate it before and then I had to work on a big legacy application, which luckily had tests. I was so happy to be able to refactor it without breaking anything that now, I simply love writing tests for my applications.
April 25, 2016 by Thibault