Blogs
Useful Active Support features you may not have heard of
Active Support is a really powerful library that is a part of Rails framework. It contains many useful core extensions that empower standard ruby objects with additional features. For example it adds hours method to Integer class and allows us to ...
Get Over Ruby on Rails — 3 Alternative Web Frameworks Worth Checking Out
Ruby became famous with the rise of the Ruby on Rails framework. It still is one of the biggest players in the web framework area — even if you compare it with frameworks for other languages. So the rise of Rails helped Ruby (the language) a lot. ...
Fast text search with PostgreSQL in a Rails project
I build Ruby on Rails applications at Base Secrète with my partner Antoine. Once upon a time, some famous journalists reached us for a rescue mission. We had to take over the code produced by a previous team before they even launched. They already...