Ruby on Rails (ROR)
Submitted by: brett 5 months ago
Examine how to send an email using Rails action mailer
Submitted by: chief3rd 5 months ago
Submitted by: brett 8 months ago
Introduction to Ruby for those already familiar with Perl
Submitted by: chief3rd 8 months ago
Everything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts.
Submitted by: brett 8 months ago
Select menus are normally used for setting a belongs_to association instead use a text field with auto completion.
Submitted by: chief3rd 8 months ago
See how to dynamically change a select menu based on another select menu using Javascript in ruby on rails
Submitted by: brett 8 months ago
Improve readability by using the dynamic find_all_by and find_by methods of ror.
Submitted by: chief3rd 9 months ago
Generate and link to an RSS feed using new features in Rails 2.0.
Submitted by: chief3rd 9 months ago
Sometimes we have to create our own plugins in ruby on rails
Submitted by: brett 9 months ago
Implement sessions and cookies in Ruby on Rails
Submitted by: gavin 9 months ago
security cheat sheet for ruby on rails applications. gives u all the information in one place
Submitted by: chief3rd 9 months ago
Learn how to build a simple, file-based Wiki system using the Ruby on Rails web application framework.
Submitted by: brett 9 months ago
Handle SQL Injection in you rails application. nice tutorial
Submitted by: chief3rd 11 months ago
Complete ruby on rails tutorial for building a simple Facebook application in Ruby On Rails
Submitted by: chief3rd 11 months ago
great ruby on rails tutorial to improve active record performance by working directly with raw SQL connection
Submitted by: gavin 11 months ago
Have a blog up and running using wordpress but inside ur Rails application. Great Tutorial!
Submitted by: brett 12 months ago
The plugin automatically turns a field in your model into something that could be a permalink, by stripping out all non english and non alphanumeric letters.
Submitted by: chief3rd 12 months ago
Extend the acts_as_taggable plugin to allow you to directly view the number of items tagged by a 'Tag' object.
Submitted by: brett about 1 year ago
Here is how to limit the number of characters in your rss description when making an rss feed in ROR
Submitted by: brett about 1 year ago
Rails provides great tools for managing test data to build and refine an application. Here's how to use them.
Submitted by: brett about 1 year ago
This tutorial will introduce you to some of the basics of Ruby. We'll power through a crash-course in object oriented programming, covering the more common features of the language along the way.
Back