making

  learning

   social

Ruby on Rails (ROR)

Submitted by: brett 5 months ago
10
Examine how to send an email using Rails action mailer

Submitted by: chief3rd 5 months ago
10
Basic Rails screencast

Submitted by: brett 8 months ago
10
Introduction to Ruby for those already familiar with Perl

Submitted by: chief3rd 8 months ago
10
Everything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts.

Submitted by: brett 8 months ago
10
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
10
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
10
Improve readability by using the dynamic find_all_by and find_by methods of ror.

Submitted by: chief3rd 9 months ago
10
Generate and link to an RSS feed using new features in Rails 2.0.

Submitted by: chief3rd 9 months ago
10
Sometimes we have to create our own plugins in ruby on rails

Submitted by: brett 9 months ago
10
Implement sessions and cookies in Ruby on Rails

Submitted by: gavin 9 months ago
10
security cheat sheet for ruby on rails applications. gives u all the information in one place

Submitted by: chief3rd 9 months ago
10
Learn how to build a simple, file-based Wiki system using the Ruby on Rails web application framework.

Submitted by: brett 9 months ago
10
Handle SQL Injection in you rails application. nice tutorial

Submitted by: chief3rd 11 months ago
10
Complete ruby on rails tutorial for building a simple Facebook application in Ruby On Rails

Submitted by: chief3rd 11 months ago
10
great ruby on rails tutorial to improve active record performance by working directly with raw SQL connection


Submitted by: gavin 11 months ago
10
Have a blog up and running using wordpress but inside ur Rails application. Great Tutorial!

Submitted by: brett 12 months ago
10
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
10
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
10
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
10
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
10
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