homeASCIIcasts

Episodes tagged with “plugins”

  1. 210

    Customzing Devise Other translations: En Es It

    In this episode we continue looking at devise with a focus on customizing its views, routing and validations.

    Tags: rails-30 plugins authentication

  2. 209

    Introducing Devise Other translations: En Es It

    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

  3. 207

    语法高亮 Other translations: En Es It

    Three popular choices for syntax highlighting in Rails applications are discussed in this episode: CodeRay, Ultraviolets and Pygments.

    Tags: views plugins

  4. 201

    Bundler Other translations: En Es De It

    Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode.

    Tags: rails-30 plugins

  5. 194

    MongoDB 和 MongoMapper的示例用法简介 Other translations: En Pt Es It

    MongoDB is a document-based database engine. Learn how to use it in Rails application with Mongomapper in this episode.

    Tags: models plugins

  6. 188

    Declarative Authorization Other translations: En Es

    Declarative authorization provides an advanced and powerful solution for role-based authorization

    Tags: administration authorization plugins

  7. 182

    Cropping Images Other translations: En

    In this episode we create a slick user interface for cropping images using Paperclip and JCrop.

    Tags: plugins

  8. 180

    Finding Unused CSS. Other translations: En It

    As websites change stylesheets can become filled with unused selectors. The Deadweight gem helps to determine which ones can be removed.

    Tags: plugins

  9. 177

    Model Versioning Other translations: En

    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

  10. 175

    AJAX浏览记录和书签 Other translations: En

    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.

    Tags: ajax plugins

  11. 171

    Delayed Job Other translations: En

    The delayed_job plugin provides an excellent way of getting long running tasks running in the background.

    Tags: plugins

  12. 168

    订阅点解析 Other translations: En

    In this episode we use two different techniques to parse an RSS feed with Feedzirra.

    Tags: plugins active-record

  13. 134

    Paperclip Other translations: En It Pl

    Paperclip makes it easy to add attachments to a model. Find out how in this episode.

    Tags: plugins

  14. 155

    Beginning With Cucumber Other translations: En

    Cucumber is a testing framework that lets you develop with Behaviour-Driven Development. We develop a new application using BDD in this episode.

    Tags: testing tools plugins