Why Rails is Awesome

I’m not a developer! Nevertheless, this doesn’t stop me from trying to code things. It might not be pretty but it usually works ;-)

When we were traveling we’ve used an online service called iOverlander a lot. It was a super helpful tool for us and pretty much any other overlander we met.

iOverlander is a mapping project started by overlanders Sam Christiansen of Song of the Road and Jessica Mans of Life Remotely. It began with the simple desire to combine many of the current overlander accommodation listings on the web.

While we were traveling I was helping out with reviewing new places and apply corrections reported by other overlanders. Once we were back and we’ve settled in I started to improve the technical side of things. The first order of business was to update the Rails version. iOverlander was built in 2014 by Sam on Rails 3.2. With his help I’ve updated it first to Rails 4.2 and than to Rails 5.2. While doing this, I’ve also dockerized the whole stack and automated the deployment.

Once the foundation was set, I’ve started to fix some of the old bugs and add new features. The first one was the ability to add places to favorites, something I’ve missed while travelling.

Then I’ve restructured the profile page. Every user has now one central place where they can see and edit all the data about themselves.

A few weeks ago we introduced the option to report check-ins and images. Unfortunately, spammers don’t spare the non-profit services. And today we’ve released another feature: Our users can now have an avatar picture.

All the new features are part of a bigger change that will be introduced with the new and modern iOverlander app which we hopefully will be able to release soon.


You probably wonder, what has all of this to do with the title of the post? As I said in the beginning, I am not a developer. But thanks to Rails even I can create these features.

  • Thanks to ActiveStorage, adding avatars was a piece of cake.
  • Making favorites searchable? An easy feat thanks to Ransack.
  • Reducing the number of spam accounts be requiring email confirmation? Don’t fret, Devise has you covered.
  • Implement hCaptcha? Again, there’s a Gem available that will do the heavy lifting for you.
  • You need to delete thousands of parent-child relations in your database (hello spammers…)? Luckily, somebody has already solved that for you too.

Rails might not be the most flashy technology but the productivity it enables even for amateurs is mind blowing. You don’t have to solve the everything anew, you can focus on providing new features for your yours. In addition to that, it just works: Thousands of travellers are using our service, we have over 25'000 visitors per day, the Android app has been installed over 500'000 times. And all of that with a core development “team” of two to three people.

There’s a lot of work to do, especially our current app is not up to the standards. We are working hard on a new one and if you are a React Native developer, we really could use your help! Send us an email to [email protected].

So for now, enjoy this little teaser of the new app and safe travels!