Ruby on Rails : Tips and Tutorials

This tutorial will focus on the ActionController. The first sections will cover the services provided by ActionController and the techniques to access them. The final section will provide insight into using these techniques in the real world.

This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application.

Get On Track with Ruby on Rails

0.0/5 (0 votes cast)

Ruby is an interpreted scripting language, just like Python and PHP. SitePoint's author Daniel Bogan take a look at the language and how it can be used in web development.

Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails.