Ruby

TwitterFacebook
Get flash to fully experience Pearltrees
http://mashable.com/2011/02/02/advanced-ruby-code/

Learning Ruby: Expert Advice for Advanced Developers

The Web Development Series is supported by Rackspace , the better way to do hosting. Learn more about Rackspace's hosting solutions here . We've teased you in the past with promises of code snippets from bona fide Ruby experts — for all you advanced Rubyists, here's the code, ready for your dissection and possible implementation. We've also got some more general insights from our panel of seven Ruby experts on the strengths and limitations of the Ruby programming language and their favorite Ruby apps and tools.
http://mashable.com/2011/01/14/ruby-on-rails-for-beginners/

Learning Ruby: Expert Advice for Absolute Beginners

The Web Development Series is supported by Rackspace , the better way to do hosting. Learn more about Rackspace's hosting solutions here . The Ruby community and the language itself are a fast-growing phenomenon that plays an ever-increasing role in the ecosystem of web apps we all know and use.
http://oreilly.com/ruby/archive/rails.html

Rolling with Ruby on Rails

by Curt Hibbs 01/20/2005 Editor's note: Curt Hibbs and Bill Walton have updated this tutorial for Rails 1.2 in Rolling with Ruby on Rails Revisited and Rolling with Ruby on Rails Revisited, Part Two . We recommend those tutorials for all new Rails development. Also check out Bill Walton's monthly series, Cookin' With Ruby on Rails . Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails.
http://www.maxkiesler.com/2006/03/20/learning-ruby-a-guide-to-online-tutorials-examples-and-downloads/ When I started learning Ruby on Rails a little over a year ago someone in the Ruby community told me there were currently on 164 developers in the United States. Over the course of the last year that number has grown exponentially. As with many next generation technologies the challenge is how to learn it. Often times the only resources for learning are workshops, seminars, books or online tutorials and examples. “This article will present the best Ruby tutorials, examples and downloads I’ve found over the course of the last year.

Learning Ruby: A Guide to Online Tutorials, Examples and Downloads - Max Kiesler – Designer

There has been a few occasions over the previous months when various people I meet have asked me to point them in the right direction to get started with ruby on rails. I remember when I started, it was a pretty easy question to answer… everyone just got pointed in the general direction of why_'s poignant guide, the pickaxe book, and agile web development with rails. But things have come a long way since then. There is not only a veritable cornucopia of options now out there, but for somebody who isn't already engrossed in the community it's almost impossible to tell which ones are still relevant and useful and which ones are so dated that they'll make your attempts to learning markedly more difficult.

Ruby on Rails Tutorials - Ruby Pond

http://rubypond.com/blog/ruby-on-rails-tutorials
Top links, resources, services and tools for web developers and web designers. Top 30 Ruby on Rails Tutorials Helpful Ruby on Rails tutorials. Related Posts: Ruby on Rails Basics (9 links) : Software / services to help in PHP. Ruby on Rails Blogs (10 links) : Blogs featuring articles, codes and discussions on Ruby.

Top 30 Ruby on Rails Tutorials : Web Developer Lists : eConsultant

http://webdeveloper.econsultant.com/ruby-rails-tutorials/
http://www.oracle.com/technetwork/java/index.html

Writing Your First Ruby-on-Rails Web Application

Oracle Oracle Technology Network > Java Article Why, Where, and How JavaFX Makes Sense CaptainCasa moved from Swing to JavaFX for front-end infrastructure, explaining that implementing an employee desktop front end with native technology is a valid approach and that JavaFX is a good fit.
http://www.ibm.com/developerworks/linux/library/l-rubyrails/ Ruby on Rails is taking Web development by storm. Let's start with a refresher on the underlying technologies: Ruby is the free, simple, straightforward, extensible, portable, interpreted scripting language for quick-and-easy object-oriented programming that, like Perl, sports many features to process text files and perform system-management tasks. Rails is a full-stack, open source Web framework in Ruby for writing real-world applications with more ease and less code. Being a full-stack framework means that all layers in Rails are built to work together so you don't repeat yourself and can use a single language from top to bottom.

Fast-track your Web apps with Ruby on Rails

While it certainly makes no attempt to constitute a complete guide to the Ruby language, 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, and leaving the more obscure aspects of Ruby for a dedicated reference guide. I'll also point out some of the advantages that Ruby has over other languages when it comes to developing applications for the Web. Difficulty: http://www.tutorialhero.com/tutorial-29207-ruby_and_mysql.php

Ruby and MySql - Ruby on Rails tutorial

Introduction This article will guide you through the process of installing Ruby on Rails, and any other software that is required to begin using it. This is the first of two articles, Part 1 will show you how to install Ruby on Rails (on Windows) and Part 2 will show you how to create a basic blog. In order to create a web application with Rails, you will need the following software: Ruby (The interpreter for the Ruby Language) DBMS (This will be MySQL for this tutorial) Rails (Obviously) First, Installing Ruby!

Getting Started with Ruby on Rails: Installation

http://sixrevisions.com/web-development/getting-started-with-ruby-on-rails-installation/