Blog

Read More
5 Friday links # 18

5 Friday links # 18

by Gil Vandendriessche 5 Friday links 2015-07-17
  • Echo Chamber. Commenting without the comments.
  • Angular directive for CLNDR.js. An Angular directive for CLNDR calendar plugin.
  • Rails livestamp. Rails livestamp is a simple jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements.
  • Image info. Image Info finds the size and type of a single or multiple images from the web by fetching as little as needed in batches.
  • AWS Lambda. AWS Lambda is a zero-administration compute platform for back-end web developers that runs your code for you in the AWS cloud.
Read More
5 Friday links # 17

5 Friday links # 17

by Steve Verlinden 5 Friday links 2015-07-10
Read More
5 Friday links # 16

5 Friday links # 16

by Gil Vandendriessche 5 Friday links 2015-07-03
Read More
5 Friday links # 15

5 Friday links # 15

by Gil Vandendriessche 5 Friday links 2015-06-26
  • Rpush. The push notification service for Ruby.
  • Keen IO. Measure the things you need with powerful analytics building blocks for developers.
  • Filterrific. A Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
  • Mashape Analytics. Visualize, Monitor and Inspect APIs and Microservices performance in real-time.
  • Wy will Angular2 rock. Angular 2 is around the corner and there are mixed opinions about it. Some people can’t wait for it and other people are not any happy with it.
Read More
How to add a custom Virtus attribute to the Grape API framework

How to add a custom Virtus attribute to the Grape API framework

by Nicolas Marcotte Tech 2015-06-25

We ran into a problem in the Grape API framework in one of our international app: the time type provided by Grape does not include the time zone.

Let's see how to add a custom type to Grape.

Continue Reading