Media Summary: ActiveAttr provides what Active Model left out. If you need to create a table-less model with features similar to Active Record, watch ... In this episode, we explore some of the new features with Turbo and interactions that we can do with little or no javascript. MiniTest is a fast and lightweight testing library. Here you will learn how to use it in a
Ruby On Rails Railscasts 326 - Detailed Analysis & Overview
ActiveAttr provides what Active Model left out. If you need to create a table-less model with features similar to Active Record, watch ... In this episode, we explore some of the new features with Turbo and interactions that we can do with little or no javascript. MiniTest is a fast and lightweight testing library. Here you will learn how to use it in a If you need to quickly create an informational site that can be easily edited, consider using a content management system. One of the most common security issues in a A select menu is often used for setting a belongs_to association, but you should also consider using a text field with autocomple.
If you have a lot of data, consider adding a graph to provide an overview of it. Here I show how to use Morris.js to chart an Order ... In this episode I walk you through the internals of the Twitter Bootstrap can help make beautiful web apps quickly by providing you with useful CSS and JavaScript. Here you will learn ... Active Support makes it easy to work with time zones. Learn how to add a Time Zone select field to a user form and watch out for ... Pry is an alternative to IRB and sports many great features. Here I show how to integrate it into a A model's ID in the URL is not very helpful to the user. Consider adding the name which can also improve SEO. Learn how to ...
Jbuilder provides a DSL for generating JSON. It includes a template engine which allows you to create complex responses with ... If you are tired of model ids in the URL, overriding to_param can only get you so far. The friendly_id plugin can help by making it ... Chef is a provisioning tool which allows you to spin up production servers automatically. Here I show how to get started with Chef ... Bullet will notify you of database queries that can potentially be improved through eager loading or counter cache column. Here I compare several syntax highlighting solutions and show how to use Pygments in a