Skip to content
Fancy PixelFancy PixelBlog
← Blog

Posts tagged #api

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