Subscribe



How would you like to MASTER graphic design by next week?
Click here to find out how

Ruby on Rails Layout
Ruby on Rails Ide
Ruby on Rails Users
Ruby on Rails Controller
Ruby on Rails Full
Ruby on Rails Installation
Ruby on Rails Scaffolding
Ruby on Rails Include
Ruby on Rails Condition
Ruby on Rails Open
Ruby on Rails Form
Ruby on Rails Auth
Ruby on Rails Conditions
Ruby on Rails Tasks
Ruby on Rails Edit
Ruby on Rails Proc
Ruby on Rails Has_many
Ruby on Rails Task
Ruby on Rails Ruby
Ruby on Rails Rails
Ruby on Rails Ide
Ruby on Rails Users
Ruby on Rails Controller
Ruby on Rails Full
Ruby on Rails Installation
Ruby on Rails Scaffolding
Ruby on Rails Include
Ruby on Rails Condition
Ruby on Rails Open
Ruby on Rails Form
Ruby on Rails Auth
Ruby on Rails Conditions
Ruby on Rails Tasks
Ruby on Rails Edit
Ruby on Rails Proc
Ruby on Rails Has_many
Ruby on Rails Task
Ruby on Rails Ruby
Ruby on Rails Rails

Featured Photoshop templates - professional ready to use designs for your next project
View all templates




Ruby on Rails Tutorials


In this article, discover how the Action Web Service module implements Web services functionality in Ruby on Rails. Action Web Service creates server-side support for SOAP and XML-RPC Web service protocols. You can declare and publish APIs using Action Web Service.
Difficulty: 


Apart from its use as a powerful Web application development platform, in combination with the Rails framework Ruby is also a powerful scripting language. It has immense capabilities, owing to the availability of many built-in and external libraries, the power of which can be harnessed to solve a great deal of the scripting needs that surface in typical systems administrative work environments.
Difficulty: 


Due to a bug in the code, installing the Facebooker plugin in Rails requires an extra step.
Difficulty: 


Wanting to learn Rails from the very basics at your own pace, with screencasts / articles showing examples? This should suit you nicely. First of a series.
Difficulty: 


2nd in the Rails 101 series. This screencast deals with explaining the hierarchy of files created by Rails, as it can be daunting to begin with.
Difficulty: 


Rails produces some pretty nice URLs. The URLs don't setup automatically though, you need to setup routes to match them to sections of your application. In this screencast you'll learn how they work, and how to set them up yourself.
Difficulty: 


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.
Difficulty: 


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.
Difficulty: 


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.
Difficulty: 


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.
Difficulty: 


Did you know ActiveRecord provides class methods for performing calculations on models? You can even use these methods through associations.
Difficulty: 


Testing and refactoring go hand in hand. Refactoring is all about improving code without changing its behavior. Testing is all about making sure you don't change the behavior while you are improving the code.
Difficulty: 


In the final part of this series you will see how to refactor your tests. Keeping tests clean is important because it will make testing easier to do in the future.
Difficulty: 


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.
Difficulty: 

Total Tutorials in Category: 213