RRails How to add custom attributes in SpreebyJonathan TapiaJune 24, 2014 Reading Time: < 1 minuteHaving had the chance to work with Spree 2.2, the latest version at the moment, I noticed that…
RRails Little spree performance tipsbyadminMay 2, 2014 Reading Time: 2 minutesI started working with Spree almost 5 weeks ago and let me tell you that at first I…
DDevelopment Sanitize your data from your Rails + Postgres applicationbyMagmaLabs TeamApril 1, 2014 Reading Time: 2 minutesHello all, this time I would like to show you how to sanitize your database using a very…
DDevelopment Multi-threading with CelluloidbyadminJanuary 23, 2014 Reading Time: 4 minutesLast month, a coworker and I were working with complex tasks that required a lot of time to…
TTesting Test your rake tasksbyVictor VelazquezJanuary 8, 2014 Reading Time: 2 minutesI’ll show you how to test a rake task in a simple Sinatra Bootstrap project. Here we will…
RRails How to run a Rails engine with PowbyJonathan TapiaDecember 12, 2013 Reading Time: 2 minutesIf you are a beginner and you ever had the need to run a Rails engine separately from…
RRails Paginated Collections with Ember.js + Solr + RailsbyMagmaLabs TeamDecember 10, 2013 Reading Time: 6 minutesThis time, I would like to show you how to add a simple pagination helper to your Ember.js…
RRails How to migrate/update to Devise 3.1byheridevNovember 12, 2013 Reading Time: 2 minutesRecently we updated our online retrospective tool from Rails 3 to Rails 4. We got some issues related…
RRails Foursquare + Rails + HerokubyVictor VelazquezOctober 29, 2013 Reading Time: 2 minutesA few days ago I was just doing research about gems to handle the Foursquare API, I was…
TTesting Fake it!byMagmaLabs TeamAugust 16, 2013 Reading Time: 3 minutesFake It! A couple of tools to generate fake data in your app. Hi, this time I want…