Meta Tags
Play
4:39 CC

Meta Tags

#26 Apr 25, 2016 free
Adding Meta Tags to your website is important for SEO ranking and content display. Learn how to easily add meta tags to your Ruby on Rails application.

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.

DataTables
Play
15:55 CC

DataTables

#82 May 29, 2017 free
The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.

ViewComponent in Rails
Play
12:26 CC

ViewComponent in Rails

#196 Jun 30, 2019 pro
The ViewComponent library will provide a new way for creating reusable and testable view components.

Rails Presenters
Play
9:15 CC

Rails Presenters

#149 Sep 2, 2018 free
Separating view logic from bloated models can help maintain the model in the long run.