What is a Controller?
Monday December 31, 2012
In a Ruby on Rails application, the role of the model and view are easily understood by most. However, the role of the controller is often glossed over, misunderstood or ... Read More
Reddit Clone in Rails Part 3: Integrating Devise
Monday December 31, 2012
Last time we set up users with the Devise gem, now let's integrate the new users into the site.
Reddit Clone in Rails Part 3: Installing Devise
Monday December 31, 2012
Now that we can submit links to the site, it's time to set up users. You could implement your own authentication for each project, but most of the time the ... Read More
Rails Application Flow Control
Sunday December 30, 2012
When you write an application using any framework, you relinquish flow control. You won't be writing a main loop, you won't be doing anything tedious, ideally any and all code ... Read More
