• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:19    Start  Previous  Next  Last    goto:
    Protecting against Cross-Site Scripting in Ruby
    ON: 2007-08-25 17:16:13
    In depth tutorial explaining the consequences of Cross-Site Scripting and how to stop it effectively in Ruby on Rails.
    7 times | category: [Security]
    Full Ruby on Rails Tutorial that Anyone can Edit
    ON: 2007-08-25 17:08:42
    This is a beginners guide to the Ruby language. You will find detailed charts, graphs and diagrams to help you understand what you are reading. The examples are short and to the point so you don't have to sift through long pieces of code while you are learning Ruby.
    38 times | category: [Security]
    XSS and when h just ain't enough
    ON: 2007-08-25 17:05:22
    How to guard against cross site scripting in Ruby on Rails.
    3 times | category: [Security]
    Login & Authentication Generator
    ON: 2007-08-25 17:03:05
    A controller/model/view generator for easily adding authentication, users, and logins to your rails app.
    90 times | category: [Security]
    rmagick
    ON: 2007-08-25 16:54:28
    Thumbnailer method for a Rails 'Photo' controller.
    187 times | category: [Image Manipulation]
    Image uploads and resizing for Rails models with mini-magick
    ON: 2007-08-25 16:52:16
    Upload and resize images with mini-magick in Ruby on Rails.
    73 times | category: [Image Manipulation]
    HOWTO: Make a Rails Plugin From Scratch
    ON: 2007-08-25 16:51:04
    Learn how to make a Ruby on Rails plugin step by step.
    8 times | category: [Helpers]
    Test Helpers: Refactoring a Validation Test
    ON: 2007-08-25 16:49:33
    Use this guide to create a library of helper methods to make your Rails unit testing easier.
    9 times | category: [Helpers]
    Using Ruby Blocks for Custom Rails Tags
    ON: 2007-08-25 16:47:14
    How to use ruby's block mechanism to create custom tags in Rails
    9 times | category: [Helpers]
    Paginating Collections in Rails
    ON: 2007-08-25 16:45:21
    Learn how to paginate in Ruby on Rails.
    9 times | category: [Helpers]
    Ruby Classes and Objects
    ON: 2007-08-25 15:53:09
    A great approach teaching how to create objects and classes in Ruby on Rails.
    11 times | category: [Getting Started]
    Using Script.aculo.us in Ruby on Rails
    ON: 2007-08-25 15:50:50
    Teaches you how to utilize the Rails framework and write powerful JavaScript effects with only a few lines of code.
    10 times | category: [Getting Started]
    Ruby Sockets Programming
    ON: 2007-08-25 15:48:27
    Learn Ruby basics as well as the most important classes for sockets programming, and then look at a working chat application that illustrates these fundamentals. The tutorial finishes by exploring the higher-level classes that make it easy to build dynamic Web servers, mail servers and clients, and other application-layer protocols.
    7 times | category: [Getting Started]
    A tutorial on Ruby on Rails Installation
    ON: 2007-08-25 15:44:06
    A tutorial on Ruby on Rails Installation on various platforms like Linux, Windows and Mac System
    14 times | category: [Getting Started]
    Learn how to use Rails Scaffolding
    ON: 2007-08-25 15:40:08
    This tutorial gives you complete understanding on how to develop Rails Applications using Rails Scaffolding
    26 times | category: [Getting Started]
    Learn how to send emails using Rails
    ON: 2007-08-25 15:38:19
    This tutorial gives you complete understanding on how to send emails using Rails
    21 times | category: [Getting Started]
    Learn how to upload files using Rails
    ON: 2007-08-25 15:36:23
    This tutorial gives you complete understanding on how to upload files using Rails
    101 times | category: [Getting Started]
    eRuby: Using Ruby PostgreSQL and MySQL on Windows
    ON: 2007-08-25 14:58:52
    If you are a Windows user then listen up. There are solutions for Ruby and MySQL on Windows. Roderick Von domburg has a project for this and the releases along with excellent instructions are available from his site. Great stuff! He even shows you how to compile your own connection dll on Windows. His work was so good it was included in Instant Rails
    9 times | category: [Database Related]
    Ruby and MySql
    ON: 2007-08-25 14:53:06
    This tutorial shows how to use the mysql-ruby module to access MySql databases from Ruby.
    31 times | category: [Database Related]
    this:1/1 25records  total:19    Start  Previous  Next  Last    goto:

    Category

      Database Related (2)
      Getting Started (7)
      Helpers (4)
      Image Manipulation (2)
      Security (4)