we develop communication with weLaika Advertising

Wordmove 2.0

Alessandro Fazzi -

Wordmove is growing. Not only in version number, but also in usage, solidity, documentation, contributions. And we’re very very happy to anonunce its second major version...

Tags: ruby, gem, wordmove, wordpress, github, oss, open, source, deploy

Validators Unit test in Ruby on Rails

Filippo Gangi Dino -

When we want to test (with RSpec) a custom validator inside a Ruby on Rails model often the main temptation is to (integration) test only those models where the validator...

Tags: ruby on rails, rspec, tdd, unit test

Rails Invaders

Federico Parodi -

You know we can’t miss a Rails Rumble, and this year we were into playing games and in a nostalgic mood, so we felt right to code a Space Invaders clone: it’s Rails Invaders

Tags: ruby on rails, rails rumble, prize, rumble

RubyDay 2015, passion lives here

Federico Parodi -

RubyDay 2015 in Turin has been a huge success, that we share with our good friends working at Cantiere Creativo and Nebulab, and with every women and men who joined us...

Tags: ruby on rails, rubyday, community

Run RSpec tests in parallel

Fabrizio Monti -

We recently worked on a big Rails application with a lot of RSpec tests (mostly integration ones) and we were looking for a way to reduce the test suite execution time...

Tags: ruby on rails, ruby, testing, rspec