Showing 563 videos

Railscast - Episode 95: More on ActiveResource

00:08:15 railscasts.com
See how to handle authentication and custom actions using ActiveResource in this episode.

Railscast - Episode 96: Git on Rails

00:05:56 railscasts.com
Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode.
Tags:

Railscast - Episode 97: Analyzing the Production Log

00:05:55 railscasts.com
In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.

Railscast - Episode 98: Request Profiling

00:10:53 railscasts.com
You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.

Railscast - Episode 99: Complex Partials

00:08:56 railscasts.com
How do you handle partials which have differences depending on the action which is rendering them? Here's three suggestions for this problem.

Railscast - Episode 100: 5 View Tips

00:09:25 railscasts.com
Here's five quick tips to use in views. Be sure to catch the end of the episode where I reveal an exciting contest!

Railscast - Episode 101: Refactoring Out Helper Object

00:07:25 railscasts.com
If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode.

Railscast - Episode 102: Auto-Complete Association

00:13:29 railscasts.com
Usually a select menu is used for setting a belongs_to association, but in this episode I will show you how to use a text field with auto completion.

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.

Railscast - Episode 104: Exception Notifications

00:08:58 railscasts.com
If you're running a production site, it's a good idea to record all exceptions which occur. See how to set up a notification system which does that in this episode.