DDevelopment Read More 6 minute read Administrate reviewbyVictor VelazquezOctober 5, 2016 Reading Time: 6 minutesRecently I’ve been playing with Administrate a gem from Thoughtbot, for a new e-commerce project built from scratch.…
RRails Single Page Application Autoresponder with angular and rails: Follow ups implementation (Part 5)byheridevFebruary 16, 2016 Reading Time: 14 minutesWelcome to the fifth part of “How to create your own Single Page Application Autoresponder with Rails 4…
DDevelopment How to create your own Single Page Application Autoresponder with Rails 4 and Angular.js (Part 4)byheridevDecember 11, 2015 Reading Time: 15 minutesWelcome back to the part #4 of “How to create your own Single Page Application Autoresponder with Rails…
RRails Single Page Application Autoresponder with Rails 4 and Angular.js (part 3)byheridevDecember 8, 2015 Reading Time: 6 minutesWelcome back to the third part of “How to create your own Single Page Application Autoresponder with Rails…
RRails How to create your own Single Page Application Autoresponder with Rails 4 and Angular.js (Part 2)byheridevDecember 2, 2015 Reading Time: 12 minutesHey guys welcome back to the second part of “How to create your own Single Page Application Autoresponder…
DDevelopment How to create your own Single Page Application Autoresponder with Rails 4 and Angular.js (Part I)byheridevNovember 25, 2015 Reading Time: 5 minutesI have heard from many successfull Internet marketers one of the most important online proverbs which says “The…
WWeb dev Sprockets + SinatrabyMagmaLabs TeamApril 25, 2014 Reading Time: 2 minutesIntegrating Sprockets and Sinatra is easy because Sprockets is Rack-based. Let's do a simple example focusing on: Creating…
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…
CCraftsmanship Improve your Ruby syntax with RubocopbyMagmaLabs TeamNovember 29, 2013 Reading Time: 3 minutesAs software developers, we are always trying to improve our projects: refactoring, updating gems, trying alternatives to make…