Search Results
- 
26 Hackers Love Mass Assignment Other translations:  If you're using mass assigment you're giving complete control to your models to your users. Learn how to protect them in this episode. Tags: security active-record forms 
- 
25 SQL Injection Other translations:    Attacks via SQL injection are one of the most common ways to attack web applications. Learn how to avoid being a victim of it. Tags: security active-record forms 
- 
24 The Stack Trace Other translations:  The stack trace is a useful aid when debugging. Learn how to use it in this episode. Tags: debugging 
- 
23 Counter Cache Column Other translations:  Improve performance by caching the record count for a has_many association in a counter cache column. Tags: performance active-record 
- 
22 Eager Loading Other translations:  Improve the performance of your Rails application by reducing the number of database queries. Eager loading makes it easy. Tags: performance active-record 
- 
21 Super Simple Authentication Other translations:    Authentication is the final step of setting up administration on our site. There are many ways to do it, but we've taken a simple approach here. Tags: administration 
- 
20 Restricting Access Other translations:    Learn how to lock your site down and keep the public from accessing the administration features, Tags: administration security 
- 
19 Where Administration Goes Other translations:    Part one of a three part series on making an administration system for your site that doesn't require building a whole separate set of pages. Tags: administration 
- 
18 Looping Through Flash Other translations:    Displaying flash messages can be a pain. This episode shows an easy way to display all of your flash messages. Tags: views 
- 
17 HABTM Checkboxes Other translations:    Create a list of checkboxes for easily managing a HABTM relationship. 
