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…
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…
TTesting Using RSpec with Capybara 2byJonathan TapiaAugust 13, 2013 Reading Time: 2 minutesUsing RSpec with Capybara 2 As you probably know by now, the new version of Capybara has been…
RRails Sunspot, Tips and TricksbyEdwin CruzJuly 30, 2013 Reading Time: 2 minutesTips and Tricks in Sunspot Lately, I've been working a lot with Solr and the awesome gem Sunspot…
RRuby Read More 5 minute read Nokogiri: How To Get What You Need With ItbyMagmaLabs TeamJanuary 29, 2013 Reading Time: 4 minutesRecently, I was asked to automate the retrieval of information from a website that is not online anymore?…
EEcommerce Read More 2 minute read Payments Received With StripebyJonathan TapiaNovember 16, 2012 Reading Time: 2 minutesThere are some applications to help you receive payments online. Some of them are really complex and complete…
TTesting Read More 2 minute read Warden To Login/Logout Within Your Cucumber TestsbyadminNovember 2, 2012 Reading Time: 2 minutesRecently we had to implement some tests to see if the user session had expired, and to do…
RRails Read More 2 minute read Lambda In ActiveRecordbyheridevSeptember 26, 2012 Reading Time: 2 minutesOn one occasion, I had a problem with a couple of ActiveRecord scopes. The problem showed up when…
DDevelopment Read More 1 minute read IRB Shell And Ruby Debugger For Your AppsbyVictor VelazquezSeptember 3, 2012 Reading Time: < 1 minuteThis great tip that I bring to you today guys, is something that I found when I was…
TTesting Read More 1 minute read Parallel: Running Your TestbyJonathan TapiaJuly 16, 2012 Reading Time: < 1 minuteHave you ever felt like running more than one kind of test at the same time, because your…