RRails Use Rails URL Helper with JavascriptbyJonathan TapiaJanuary 30, 2015 Reading Time: 2 minutesSometimes in some projects that I worked on I needed to use Rails URLs inside my JS, but…
JJavascript Simple Collection’s sorting and filtering with Ember.jsbyMagmaLabs TeamJuly 8, 2014 Reading Time: 4 minutesHello all! This time I would like to show you how to implement a simple sorting and filtering…
JJavascript Fancy calendars for your web application with FullCalendarbyMagmaLabs TeamFebruary 18, 2014 Reading Time: 4 minutesWhile working on a project, I had the need of adding some calendars to display information from events…
JJavascript Interactive zip areas map with Google MapsbyMagmaLabs TeamFebruary 4, 2014 Reading Time: 3 minutesHey there, this time I'm going to show you how to build an interactive zip code areas map,…
JJavascript How to send web notificationsbyJonathan TapiaJanuary 16, 2014 Reading Time: 2 minutesIntroduction Web notifications have been there for a while, they provide a really interesting way to present information…
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…
TTesting Testing Ember.js applications with Konacha.byMagmaLabs TeamNovember 20, 2013 Reading Time: 7 minutesThis time I want to show you how to write tests for your Ember.js application, using the Konacha…
JJavascript Backbone + RequireJs: Simple AppbyMumocNovember 15, 2013 Reading Time: 5 minutesRecently, I was asked to do some research on Backbone bundled with RequireJs in order to fulfill some…
JJavascript Upgrading your old Ember.js application.byMagmaLabs TeamSeptember 10, 2013 Reading Time: 5 minutesHi all! I was recently working on a blogpost about developing a cutting-edge web application using Rails +…
JJavascript Backbone: How to implement paginationbyheridevJuly 25, 2013 Reading Time: 4 minutesStep by step Pagination using Kaminari, Rails, Coffeescript, Backbone and Underscore In this tutorial I’m going to show…