Episodes tagged with “controllers”
-
259
Decent Exposure Other translations:
he decent_exposure gem makes it convenient to share controller data with the view through methods instead of instance variables.
Tags: plugins controllers views
-
230
Inherited Resources Other translations:
Inherited Resource simplifies RESTful controllers by providing default actions which can be customized through inheritance.
Tags: plugins controllers
-
224
Controllers in Rails 3 Other translations:
This episode covers changes to controllers in Rails 3 including embedded flash notices, permanent cookies and respond_with.
Tags: rails-30 controllers
-
199
Mobile Devices Other translations:
In this episode we change the look and behavior of a Rails app on mobile devices and use jQTouch to build a native-looking interface.
Tags: views controllers plugins
-
163
Self Referential Association Other translations:
In this episode we create a small social networking application and use a self-referential association to link users with their friends.
Tags: active-record controllers
-
136
jQuery Other translations:
In this episode we recreate the AJAX form submission we did back in episode 43 but with jQuery instead of Prototype and RJS.
Tags: ajax controllers views
-
13
Dangers of Model in Session Other translations:
Care must be taken when storing a model in a session as it can get out of sync with the database.
Tags: controllers