Working with Internationalization
Play
13:59 CC

Working with Internationalization

#68 Feb 19, 2017 free
Adding translations into your website does not have to be hard. With Rails built in I18N functionality, we gain access to many helpers and conventions that makes it a much easier task. Learn how to add I18N into your Rails application.

Decoding and Interacting with Barcodes
Play
11:40 CC

Decoding and Interacting with Barcodes

#67 Feb 12, 2017 free
Using the QuaggaJS Library, learn how to scan and decode barcodes with your Ruby on Rails application. Using provided callbacks, interact with controller actions to provide a seamless experience.

Charts and Graphs
Play
7:42 CC

Charts and Graphs

#55 Nov 21, 2016 free
Learn how to use one of three charting libraries, Chart.js, Highcharts, or Google Charts, using the Chartkick gem to create simple and unobtrusive charts in your application.

Capturing Signatures with Signature Pad
Play
8:14 CC

Capturing Signatures with Signature Pad

#44 Aug 28, 2016 free
Using the Javascript Library, Signature Pad, learn how to capture user signatures and store them within your Ruby on Rails application.

FullCalendar Events and Scheduling
Play
14:19 CC

FullCalendar Events and Scheduling

#42 Aug 14, 2016 free
Learn how to incorporate FullCalendar into your Ruby on Rails application with listing and creating events. Using unobtrusive javascript, we can create a fast interactive calendar.