Skip to content
Fancy PixelFancy PixelBlog
← Blog

Posts tagged #rails

ruby7 min read

APIs with Rails:<br/>render :json => the_simple_way

Lately my work at Fancy Pixel has focused on the backend of a product we're about to launch and for which we decided to build a JSON API-only server. These APIs can be consumed from third party…

Alessandro Verlato
rails7 min read

React + Flux backed by Rails API - Part 3

This is the last part of "React + Flux backed by Rails API", make sure to check out Part 1 and Part 2 if you have missed them.

Andrea Mazzini
rails8 min read

React + Flux backed by Rails API - Part 1

I've been working on a frontend for a project we are developing here at Fancy Pixel. We are embracing what looks like a good habit: slicing what would be a monolithic Rails app in a lightweight…

Andrea Mazzini
ios6 min read

Fun with iBeacon

You probably know already what iBeacon is, but just to reiterate, iBeacon is the Apple way of saying Bluetooth 4 Low Energy. At the cost of sounding like a mindless drone, by 'the Apple way of' I…

Andrea Mazzini