Rails 5 API Mode: Overview
September 26, 2016 by Thibault
September 26, 2016 by Thibault
You may be wondering about the difference between scope and namespace for the routes in your Rails application. It's important to know the difference, because they affect the path of your resources and 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