Run-N-Share is still alive!

I was not posting in RNS category from long time, but this does not mean I have abandoned RNS, no way! I have recently deployed new code base version. From user perspective there is no much changes. Most notable, RNS now calculates and displays route length during route creation and edition. So You can use …

Rails in production and code reloading

When I have discovered Rails through 4 Days on Rails over a year and half ago, I decided to buy Agile Web Development with Rails, which is great book for learning Rails. And there I found following statement (page 52): It turns out that the WEBrick-based Rails dispatcher is pretty clever. In development mode (as …

Embedded maps with routes

RNS got updated again. Now it allows to embed on other webpages maps with routes created with RNS. So if You want to present Your last bike trip, morning jogging route or provide directions how to get to Your place for example from airport – You have now tool. Just go to RNS site, register …

Exception notification – must have for every Rails application

In every application I’m using excellent plugin called exception notification. Well, almost in every one, since I had forget to include it in Run-N-Share. When my friend have told me about some error he noticed in RNS I have enlightenment moment, and now RNS works with EN plugin. Exception notification plugin is tool which enables …