spacer ASCIIcasts

Tags

Recent Episodes

  1. 246

    AJAX的历史记录状态 Other translations: spacer spacer

    The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.

    Tags: ajax

  2. 219

    Active Model Other translations: spacer spacer spacer spacer

    In Rails 3 the non-database functionality of Active Record is extracted out into Active Model. This allows you to cleanly add validations and other features to tableless models.

    Tags: models

  3. 215

    Rails 3 中的高级查询 Other translations: spacer spacer spacer

    Learn some advanced techniques regarding named scopes and get an introduction to Arel in this episode.

    Tags: rails-30 active-record

  4. 210

    Customzing Devise Other translations: spacer spacer spacer spacer

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

    Tags: rails-30 plugins authentication

  5. 209

    Introducing Devise Other translations: spacer spacer spacer spacer

    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

  6. 207

    语法高亮 Other translations: spacer spacer spacer

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

    Tags: views plugins

  7. 206

    ActionMailer in Rails 3 Other translations: spacer spacer spacer

    Action Mailer has been rewritten for Rails 3 providing a much cleaner API with its use of the Mail gem.

    Tags: rails-30 mailing

  8. 205

    Unobtrusive JavaScript Other translations: spacer spacer spacer spacer spacer

    Rails 3 makes great use of unobtrusive JavaScript, helping keep content and behaviour separate.

    Tags: rails-30 views ajax

  9. 204

    XSS Protection in Rails 3 Other translations: spacer spacer spacer

    In previous versions of Rails it was easy for your application to be vulnerable to cross-site scripting attacks. Rails 3 solves this problem but automatically escaping output.

    Tags: rails-30 views security

  10. 203

    Routing in Rails 3 Other translations: spacer spacer spacer

    Rails 3 has a new routing interface. In this episode we show how to translate the old interface into the new one and show some of the new features.

    Tags: rails-30 routing

« Previous 1 2 3 4 5 Next »
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.