Ruby on Rails Tutorials

10 Ruby on Rails Best Practices

Posted under Ruby on Rails Tutorials on Sunday, 27 February 2011 by
f you’re new to Ruby on Rails, one of the most daunting aspects is knowing what’s the preferred way of accomplishing a given task. While a lot of techniques and libraries have come and gone as the community’s preferred way of doing something, there are some best practices that ...
10 Ruby on Rails Best Practices

Getting Started with Rails 3: Part 1

Posted under Ruby on Rails Tutorials on Sunday, 27 February 2011 by
If you’ve heard about Rails but are yet to take the plunge, there has never been a better time to dive in. Rails 3, the most recent major release, not only marks a major landmark in maturity for the framework itself, but is also a sign of a mature community. Today, I’m going to show you...
Getting Started with Rails 3: Part 1

RailsWizard – Web App for Customize and Build Rails Application Templates

Posted under Ruby on Rails Tutorials on Sunday, 27 February 2011 by
RailsWizard is a free and open source web application that helps you rapidly customize and build Rails application templates. Rails Wizard aims to get all of the repetitive startup cost out of the development process, letting you focus on getting awesome fast. It asks you to choose your...
RailsWizard – Web App for Customize and Build Rails Application Templates

8 Free Open Source Ruby on Rails Content Management System

Posted under Ruby on Rails Tutorials on Tuesday, 11 January 2011 by
In the previous post, I have discussed about open source school management system based on Ruby on Rails, Now in this post i want to share for you about 8 Free Open Source Ruby on Rails Content Management System. As we known, Ruby On Rails is an open source Web framework that help you to create web...
8 Free Open Source Ruby on Rails Content Management System

RailsWizard – Web App for Customize and Build Rails Application Templates

Posted under Ruby on Rails Tutorials on Tuesday, 11 January 2011 by
RailsWizard is a free and open source web application that helps you rapidly customize and build Rails application templates. Rails Wizard aims to get all of the repetitive startup cost out of the development process, letting you focus on getting awesome fast. Read...
RailsWizard – Web App for Customize and Build Rails Application Templates

How to install the Facebooker plugin in Rails

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Due to a bug in the code, installing the Facebooker plugin in Rails requires an extra step. View...
How to install the Facebooker plugin in Rails

Looping Through Flash

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Displaying flash messages in the layout can be a pain at times. In this episode you will learn an easy way to display any kind of flash message by looping through the hash. View...
Looping Through Flash

HABTM Checkboxes

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
It is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that. View...
HABTM Checkboxes

Virtual Attributes

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Keep your controllers clean and forms flexible by adding virtual attributes to your model. This very powerful technique allows you to create form fields which may not directly relate to the database. View...
Virtual Attributes

Fun with Find Conditions

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
You can pass more than simple strings to find conditions. Arrays, ranges, and nil values can be passed as well. In this episode you will see the tricks involved with passing these odd objects to find conditions. View...
Fun with Find Conditions

Ruby on Rails – Week 4

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
This week we're going to talk about ruby syntax. After this tutorial, I believe that you'll have a much better understanding of the framework and feel much more comfortable doing things by yourself. View...
Ruby on Rails – Week 4

Dangers of Model in Session

Posted under Ruby on Rails Tutorials on Tuesday, 9 June 2009 by
Be careful when storing a model in a session. It will behave differently than you expect and can easily get out of sync with the database. Instead of storing the model directly in the session, store the id to the model and use that to fetch it from the database. View...
Dangers of Model in Session
Page 1 of 6123456