Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Ruby -> Latest articles Adds this page to your personal favorites
 
  Latest articles in this zone

Latest files
Latest links
Latest articles

Riding the Rails with WebSphere Part 1
This article is the first of two that demonstrates how a Ruby on Rails application can be deployed inside of WAS V6.1, and how to integrate WAS existing features with Ruby on Rails applications. This marriage provides the best of both worlds: rapid development and testing while leveraging your investment in WAS.
Visits: 99 Updated: 2008-1-31  Rating: (Not Rated)  More info & Ratings
Mocking and Stubbing in Ruby on Rails
Understand the basic foundations behind stubbing and mocking techniques and strategies with this hands-on walkthrough using the three most popular mocking frameworks for Ruby: RSpec, Mocha, and Flex Mock. Also, learn how the Ruby on Rails Web framework can help speed your development of DB2-based Web applications.
Visits: 270 Updated: 2007-11-13  Rating: (Not Rated)  More info & Ratings
Starter Toolkit for DB2 on Rails
Users starting with Ruby and Rails are faced with the task of downloading source code, obtaining compilers, compiling code, and finding a relational database to use. Starter Toolkit for DB2 on Rails is a set of tools that enables rapid building of Web applications with Ruby on Rails and DB2.
Visits: 842 Updated: 2007-10-31  Rating: (Not Rated)  More info & Ratings
Ruby on Rails Proves It Deserves the Hype
The Ruby programming language and Rails framework have both been around for a few years, but the two technologies have recently been combined to create a new development environment. This new environment, dubbed Ruby on Rails, has simplified web application development. Learn how it can improve programming productivity at your organization.
Visits: 7533 Updated: 2007-9-25  Rating: (Not Rated)  More info & Ratings
Behavior-Driven Testing with RSpec
Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing.
Visits: 135 Updated: 2007-9-10  Rating: (Not Rated)  More info & Ratings
10 Reasons to Learn Ruby
A quick overview of a few reasons that make Ruby an interesting programming language to learn.
Visits: 438 Updated: 2007-9-6  Rating: (Not Rated)  More info & Ratings
Create a Web Service with Ruby on Rails
Learn how to use a Web service to facilitate the communication between a Ruby on Rails client and an SCA component running on WebSphere Process Server. You can see how to expose the SCA component as a service, followed by the steps required to generate the Ruby client that will invoke the service.
Visits: 7460 Updated: 2007-8-14  Rating: (Not Rated)  More info & Ratings
Testing with DB2 and Ruby on Rails
This third article from the DB2 and Ruby on Rails series shows you how testing works in a DB2 on Rails environment, and how easy it is to write tests within the Ruby on Rails framework. In Part 1, we introduce the IBM_DB Ruby driver, Rails migration, and a Team Room application. In Part 2, you can learn how to build on the existing Team Room application to take advantage of DB2 pureXML support in a Rails application.
Visits: 168 Updated: 2007-7-2  Rating: (Not Rated)  More info & Ratings
Eliminate Ruby on Rails Drudgery with ActiveScaffold
Save time and headaches, and create a more easily maintainable set of pages, with the Ruby on Rails ActiveScaffold plugin. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
Visits: 139 Updated: 2007-6-12  Rating: (Not Rated)  More info & Ratings
Take the Ruby on Rails Train to XML
It looks like Rails is here to stay, and to everyone's benefit. Ruby plays very nicely with XML. In this tutorial, you will build a Rails application, discuss some basics about the way that Rails works, how it's structured and how to use it, and then you'll move on to working with XML.
Visits: 484 Updated: 2007-4-19  Rating: (Not Rated)  More info & Ratings
Why Ajax Works So Well with Ruby
The hype for Ajax, a technique for making Web pages more interactive, is in overdrive. In this article, find out why Ajax works so well with the flourishing Ruby on Rails framework to make Ajax on Rails a powerful combination.
Visits: 414 Updated: 2006-12-6  Rating: (Not Rated)  More info & Ratings
Build a Web Spider on Linux
Web spiders are software agents that traverse the Internet gathering, filtering, and potentially aggregating information for a user. This article shows you how to build spiders and scrapers for Linux to crawl a Web site and gather information, stock data, in this case. Using common scripting languages and their collection of Web modules, you can easily develop Web spiders.
Visits: 677 Updated: 2006-11-14  Rating: (Not Rated)  More info & Ratings
XST: a Ruby Experiment
It's probably time to see whether any of the Ruby IDEs out there are worth using, as the state of the art has advanced a lot since last I worked with the language. The language itself is up to version 1.8.2, and the marvelous Pickaxe book is twice the size of the old one. And my copy is autographed by Dave Thomas himself!
Visits: 277 Updated: 2006-2-21  Rating: (Not Rated)  More info & Ratings
All Aboard AJAX, HTML Canvas, and the Supertrain
In this article I'm going to walk through a less complex experiment, using canvas to graphically represent the real-time state of a fictional railway system. I'm not going to deconstruct the details of the JavaScript and Ruby code.
Visits: 517 Updated: 2006-1-23  Rating: (Not Rated)  More info & Ratings
Creating XML with Ruby and Builder
This article will walk you through how to install and then create XML documents with Builder, independent of Rails. It won't, of course, cover all the features of Builder, but it will cover enough to get some wind under your wings.
Visits: 444 Updated: 2006-1-23  Rating: (Not Rated)  More info & Ratings
Ruby on Rails on Debian
Most of you have probably heard of Ruby on Rails and may be wondering what exactly it does and how you can try it for yourself. Put simply, Rails is a web application framework that uses the model-view-controller software design pattern to allow for rapid development of web applications. This article will cover how to install Rails on Debian and how to configure it to work with Apache and a relational database of your choice.
Visits: 447 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Distributing Rails Applications
In this tutorial, we'll go through the following steps:Setup the environment, Create the SQLite database, Develop the Rails application, Create the RBA (= Ruby archive) from the application with Tar2RubyScript, Create the standalone executable with RubyScript2Exe.
Visits: 328 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Building Unix Tools with Ruby
This article demonstrates how to write Ruby scripts that work like typical, well-behaved Unix commands. To make it more fun and useful, we'll write a command-line tool for processing data stored in the comma separated values (CSV) file format. CSV (not CVS) is used to exchange data between databases, spreadsheets, and securities analysis software, as well as between some scientific applications. That format is also used by payment processing sites that provide downloadable sales data to vendors who use their services.
Visits: 523 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Read iCal Data with Ruby
Apple doesn't provide any APIs to read iCal's data, but you can do it yourself. This article presents a Ruby module to read iCal data and use in your own Ruby applications, including complete Cocoa applications written with RubyCocoa. In addition you'll learn how to read iCal data in any programming language you desire.
Visits: 519 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Ruby/Tk Primer, Part 3
In this third and final installment of this multi-part series on Ruby/Tk programming, Christopher Roach pulls together all the pieces and shows you how to complete your demo application.
Visits: 582 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Ruby/Tk Primer, Part 2
This is the second article in a multi-part series in which we use Ruby and the Tk toolkit to develop a GUI front end for the cron task scheduler. In the first article, we learned the basics of programming in Ruby, and in the process we created the back end for the GUI we're working on. If you have no prior experience in Ruby, or if you need a refresher, please go back and read over the first tutorial.
Visits: 518 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Ruby/Tk Primer: Creating a cron GUI Interface with Ruby/Tk
This article is the first in a three-part series that teaches you how to use Ruby and Tk on your Mac OS X system. During the course of this tutorial, I hope to convince you of the advantages of using Ruby and the Tk toolkit by creating a program that will act as a GUI-based front end to the cron daemon.
Visits: 573 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
An Introduction to RubyCocoa, Part 1
This article can be considered the fourth and fifth in a series covering Ruby programming on Mac OS X. However, unlike the first three articles of this series, this tutorial can be used as a standalone piece. You only need some knowledge of the Ruby programming language with a little prior experience in Xcode to understand the content found here.
Visits: 533 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Extending Ruby with C
Ruby, if you've never heard of it, is an object-oriented scripting language, similar in many ways to Perl and Python. It originates from Japan and is young, as far as programming languages go. There are many really good reasons you might want to use the Ruby language; I'm not going to go into all of them here, but the one at the core of this article is the ease with which you can write Ruby extensions in C.
Visits: 507 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Why You Might Want to Try Ruby
Ruby. Perhaps you've heard of it? "Oh, yeah, I think it's one of those new object oriented scripting languages", you say. I know a lot of you might be thinking "Not another new language! I'm perfectly happy with [COBOL|C|cshell|awk|Perl|...]; why does the world need another programming language?!", while a few others are thinking "Cool, a new language to explore".
Visits: 423 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings

Did you know that...
You can submit your own files, products, services, links and articles here?
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
InformationWeek Focuses on the strategic side of information technology....
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by .NET konsult - Synchron Data.