homeASCIIcasts

Recent Episodes

  1. 277

    Mountable Engines Other translations: En Ja Fr Es

    Engines wurden in Rails 3.1 deutlich überarbeitet. Sie können in andere Railsanwendungen eingebunden werden, öffentliche Dateien beinhalten, Skriptgeneratoren ausführen und mehr. In dieser Folge erfährst du wie es funktioniert.

    Tags: rails-31

  2. 270

    Authentifizierung in Rails 3.1 Other translations: En Ja Es Fr

    Hier zeigen wir euch drei neue Eigenschaften in Rails 3.1, welche euch bei der Authentifizierung helfen werden: einfacheres HTTP Basic, SecurePassword in der Datenbank und das Erzwingen von SSL.

    Tags: rails-31 authentication

  3. 224

    Controller in Rails 3 Other translations: En Pt Es It

    Diese Episode deckt Änderungen Controller in Rails 3 inklusive Embedded-Flash-Mitteilungen, permanente Cookies und respond_with.

    Tags: rails-30 controllers

  4. 205

    Unobtrusive JavaScript Other translations: En Es Cn It Tr

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

    Tags: rails-30 views ajax

  5. 202

    Active Record Queries in Rails 3 Other translations: En Cn Es It

    Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes.

    Tags: rails-30 active-record

  6. 201

    Bundler Other translations: En Es Cn It Fr

    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

  7. 200

    Rails 3 Beta and RVM Other translations: En Es It Fr

    Get started with the first Rails 3.0 beta and install Ruby 1.9.1 using the Ruby Version Manager, RVM. Also a challenge on giving back to Open Source.

    Tags: rails-30

  8. 149

    Rails Engines Other translations: En

    Rails 2.3 hat das meiste des Rails-Engine-Plugins bereits eingebaut. Finde raus, wie man eine Applikation in eine andere einbettet.

    Tags: rails-23 plugins