Showing 4 videos tagged with administration

Declarative Authorization

00:15:27 railscasts.com
Declarative authorization provides an advanced and powerful solution for role based authorization.

Dynamic Page Caching

00:11:38 railscasts.com
Use JavaScript to allow dynamic content in a page cache. In this episode I show you how to insert the user-specific content into a page through JavaScript

Railscast - Episode 19: Where Administration Goes

00:05:12 railscasts.com
This is the first part of a three part series on building an administration system. Many developers choose to separate it completely from the public side of the site by placing it into an admin subdirectory. This episode will show you an alternative and often better solution.

Railscast - Episode 103: Site Wide Announcements

00:13:30 railscasts.com
Sometimes you need to display an administrative announcement to every page on the site and give the users the ability to hide the announcement. See how in this episode.