Episodes tagged with “plugins”
-
210
Customzing Devise Other translations:
In this episode we continue looking at devise with a focus on customizing its views, routing and validations.
Tags: rails-30 plugins authentication
-
209
Introducing Devise Other translations:
Devise is a full-featured authentication solution which handles all of the controller logic and form views for you. Learn how to set it up in this episode.
Tags: authentication plugins rails-30
-
207
语法高亮 Other translations:
Three popular choices for syntax highlighting in Rails applications are discussed in this episode: CodeRay, Ultraviolets and Pygments.
-
201
Bundler Other translations:
Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode.
-
194
MongoDB 和 MongoMapper的示例用法简介 Other translations:
MongoDB is a document-based database engine. Learn how to use it in Rails application with Mongomapper in this episode.
-
188
Declarative Authorization Other translations:
Declarative authorization provides an advanced and powerful solution for role-based authorization
-
182
Cropping Images Other translations:
In this episode we create a slick user interface for cropping images using Paperclip and JCrop.
Tags: plugins
-
180
Finding Unused CSS. Other translations:
As websites change stylesheets can become filled with unused selectors. The Deadweight gem helps to determine which ones can be removed.
Tags: plugins
-
177
Model Versioning Other translations:
If you need to keep track of the changes to an ActiveRecord model and switch between versions the Vestal Versions gem is well worth considering.
Tags: active-record plugins
-
175
AJAX浏览记录和书签 Other translations:
AJAX-enabled sites do not usually play well with bookmarking or the brower's page history. In this episode we fix that with a simple jQuery plugin.
-
171
Delayed Job Other translations:
The delayed_job plugin provides an excellent way of getting long running tasks running in the background.
Tags: plugins
-
168
订阅点解析 Other translations:
In this episode we use two different techniques to parse an RSS feed with Feedzirra.
Tags: plugins active-record
-
134
Paperclip Other translations:
Paperclip makes it easy to add attachments to a model. Find out how in this episode.
Tags: plugins
-
155
Beginning With Cucumber Other translations:
Cucumber is a testing framework that lets you develop with Behaviour-Driven Development. We develop a new application using BDD in this episode.
