Chapter 5 “LOOPS AND ITERATORS” now available for Ruby Book
Hello,
Please refer to our link, dated 7th July, where we had posted a Blog about a New Ruby Book by Sapphire Steel. We had informed in depth about this Free book with 4 chapters to download.
Please find the link below, download the Fifth Chapter that covers ” Loops and Iterators “
Chapter Five
LOOPS AND ITERATORS
- For Loops
- Multiple Iterator Arguments
- Blocks
- While Loops
- While Modifiers
- Until Loops
- Loop
DIGGING DEEPER - The Enumerable Module
- Custom Comparisons
Please download the book, with all 5 chapters here.
http://www.sapphiresteel.com/The-Book-Of-Ruby
Thanks
Add comment August 7, 2008
Ruby on 9th Position. Just 1 step behind C#
The Tiobe Programming Community Index announced for August 2008.
Ruby stands on 9th Position.
Its Just 1 step behind C# 8th Position.
Click here so to see the Positions of Other Languages as well.
Its great to see that Ruby has become popular in very short span of time.
What is Tiobe Index…?
The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, and YouTube are used to calculate the ratings. Observe that the TIOBE index is not about the best programming language or the language in which most lines of code have been written.
Hope this news brings smiles on all Rubyists.
Thanks
Add comment August 7, 2008
Chapter 4 “Arrays and Hashes” Now available for Ruby Book.
Hello,
Please refer to our link, dated 7th July, where we had posted a Blog about a new Ruby Book by Sapphire Steel. We had informed in depth about this Free book with 3 chapters to download.
Here’s a reference to our old blog, about the book.
Please find the link below, download the Fourth Chapter that covers ” Arrays and Hashes “
Chapter Four
ARRAYS AND HASHES
- Arrays
- Creating Arrays
- Multi-Dimensional Arrays
- Iterating Over Arrays
- Indexing Into Arrays
- Copying Arrays
- Testing Arrays For Equality
- Sorting Arrays
- Comparing Values
- Array Methods
- Hashes
- Creating Hashes
- Indexing Into A Hash
- Copying A Hash
- Sorting A Hash
- Hash Methods
DIGGING DEEPER - Treating Hashes As Arrays
- Appending and Concatenating
- Matrices and Vectors
- Sets
Thanks
Add comment July 28, 2008
WOW! Very Huge List of UpComing Ruby/Rails Books in 2008
Hi,
I am happy to blog about the Upcoming Ruby, Rails, IronRuby, Merb and Other Ruby related books. You will be happy and surprised to see a huge list of the books that clearly indicates that Ruby is getting massive attention from Developers and Students as well.
Publishers too, have realized the importance of Ruby, hence now have plenty of books to read this year.
Suggestion:- Please cut down your extra expenses, so you can buy and create your own library of Ruby Books.
I present the list herewith:-
Developing Facebook Platform Applications with Rails
( Aug 2008 )

Author:- Michael Mangino
Ruby in Practice ( August 2008 )

Author:- Jeremy McAnally and Assaf Arkin
Scripted GUI Testing with Ruby ( Aug 2008 )

Author:- Ian Dees
Programming Ruby – 3rd Edition ( Sep 2008 )

Author:-Dave Thomas, with Chad Fowler and Andy Hunt
Ruby On Rails Bible ( Sep 2008 )

Author:- Timothy Fisher
Ruby: Visual QuickStart Guide ( Sep 2008 )

Author:- Larry Ullman
Head First Rails: A learner’s companion to Ruby on Rails
( Sep 2008 )

Author:- David Griffiths
Ruby Phrasebook – Developers Library ( Sep 2008 )

Author:- Jason D. Clinton
Agile Web Development With Rails – 3rd edition ( Oct 2008 )

Author:-Sam Ruby, Dave Thomas, David Heinemeier Hansson, et al
Rails: Up and Running ( Oct 2008 )

Author:- Bruce Tate, Curt Hibbs, and Lance
Enterprise Rails ( Oct 2008 )

Author:- Dan Chak
Rails Pocket Reference ( Oct 2008 )

Author:- Eric Berry
Wicked Cool Ruby Scripts: Useful Scripts that Solve Difficult Problems ( Oct 2008 )

Author:- Steve Pugh
Learning Rails ( Nov 2008 )

Author:- Simon St. Laurent and Edd Dumbill
Rails for .NET Developers by ( Nov 2008 )

Author:- Jeff Cohen and Brian Eng
JRuby Cookbook ( Nov 2008 )

Author:- Justin Edelson and Henry Liu
NetBeans:- Ruby and Rails IDE with JRuby ( Nov 2008 )

Author:- Brian Leonard and Chris Kutler
RubyCocoa ( Nov 2008 )

Author:- Brian Marick
Professional IronRuby ( Dec2008 )

Author:- Aaron Junod and Robert Bazinet
Mongrel: Learn To Build The Greatest Ruby Web Server Ever
( Dec 2008 )

Author:- Zed Shaw
Refactoring: Ruby Edition ( Dec 2008 )

Author:- Jay Fields, Shane Harvie, and Martin Fowler
The Well-Grounded Rubyist ( Dec 2008 )

Author:- David Black
—————–Books Arriving in 2009 ————-
IronRuby in Action ( january 2009 )

Author:- Ivan Porto Carrero
Ruby on Rails for Microsoft Developers ( Jan 2009 )
Author:- Antonio Cangiano
Enterprise Flexible Rails ( March 2009 )

Author:- Peter Armstrong and Dima Berastau
Rails in a Nutshell ( March 2009 )

Author:- Cody Fauser
Merb in Action ( April 2009 )

Author:- Michael Ivey, Yehuda Katz, and Ezra Zygmuntowicz
I Hope This Helps.
Please inform me, if i am missing any good book. I shall update this blog with New Ruby Books.
Thanks
16 comments July 26, 2008
Compare IronRuby with C#, Smile And Learn As Well.
I know, Ruby languages always fascinated you with many of its great features and Rails always added, lots of smile to it.
Its time to smile more with IronRuby, for various reasons
- IronRuby lets you work with IronRuby on Rails | Merb | Etc.
- IronRuby lets you work with Asp.Net web forms.
- IronRuby lets you work, with Asp.Net MVC
- IronRuby lets you work with .Net Platform, helping you to access huge library and services, already available to .Net developers currently.
- IronRuby lets you work with C#, and Vb.Net with its DLR.
- IronRuby lets you work with SilverLight as well
- IronRuby keeps you away from lots of curly braces and lengthy code.
- IronRuby lets you use your Ruby Langauge, with best of both the worlds.
Since the Binary codes have been made available today, working with IronRuby ( Alpha ) is not a big problem anymore. All you have do is get a clear understanding how the .Net languages work.
A Helping Step by Justin Etheredge of ” CodeThinked “
CodeThinked, has already taken a fast approach in that direction to help you, with a detailed Blog series comparing C# and teaching IronRuby from Scratch. Your existing Ruby knowledge will take you far ahead.
IronRuby version 1.0 is likely to ship by December 2008 or Early 2009, meantime this tutorials will keep you well prepared.
Here’s a series of tutorials, that will gear up your IronRuby Speed.
(1) Getting IronRuby Up and Running
(2) Running Applications in IronRuby
(3) Learning Ruby Via IronRuby and C# part 1
(4) Learning Ruby Via IronRuby and C# part 2
(5) Learning Ruby Via IronRuby and C# part 3
(6) Learning Ruby Via IronRuby and C# part4
(7) Learning Ruby Via IronRuby and C# part5
This is not the end of Tutorials. Please keep an eye focussed at CodeThinked to stay in touch with new tutorials.
Hope this information helps
Thanks
Add comment July 25, 2008
Quick IronRuby Links to BookMark for Ever.
I ‘m posting few important links for IronRuby, and shall keep them updated.
Please inform, if I’m missing any good links, that you feel should be included.

IronRuby Official Site
http://www.ironruby.com
IronRuby Code – ( Download )
http://rubyforge.org/projects/ironruby
IronRuby Contrib
http://github.com/ironruby/ironruby-contrib/tree/master
SilverLine Plugin – ( DownLoad )
http://github.com/jschementi/silverline/tree/master
John Lam – Program Manager at Microsoft ( IronRuby )
http://www.iunknown.com
IronRuby Wikipedia
http://en.wikipedia.org/wiki/IronRuby
IronRuby Samples and Tutorials
http://ironruby.net/Samples_and_tutorials
Try IronRuby in Browser
http://www.ironruby.info/ir/
IronRuby Forums
http://www.ruby-forum.com/forum/34
IronRuby on Google Groups
http://groups.google.com/group/ironruby
ScottGu – General Manager at Microsoft
http://weblogs.asp.net/scottgu/archive/2007/07/23/first-look-at-ironruby.aspx
IronRuby on Steel – Visual Designer ( IDE )
http://www.sapphiresteel.com
DLR ( IDE ) Project on CodePlex
http://codeplex.com/dlride
IronRuby Editor on CodePlex
http://www.codeplex.com/IronEditor
P.S:- This Blog shall be updated Regularly.
Thanks
Add comment July 25, 2008
Meet and Get A New SilverLine Plugin For Rails.

Meet The New “SilverLine” Ruby On Rails Plugin.
Silverline is a Ruby on Rails plug-in which gives the ability to run Ruby in the browser to manipulate HTML, vector graphics, or just do some computation.
Bottom line: it let’s you write Rails code that can run on the client.
More Details and Demo here:-
website: http://schementi.com/silverline
Download from GitHub:-
http://github.com/jschementi/silverline
How its possible:-
This is all possible because of Silverlight, the 4 megabyte download of the .NET Framework, and IronRuby, the implementation of Ruby on .NET and the Dynamic Language Runtime.
Silverline lets you do anything you can do in Silverlight with IronRuby, but it’s a first-class part of your Rails application, and makes things a whole lot easier.
Now… Get Going with this Plugin.
Thanks
2 comments July 25, 2008
Great IronRuby News from Oscon 2008. Cheer Up.

Here are some great news just announced by Mr. John Lam after his session at Oscon 2008.
Welcome to InronRuby – Contrib on GitHub.
Ironuby Team announces new project: ironruby-contrib. It’s hosted at GitHub, an awesome place to do collaborative development.
The goal of ironruby-contrib is to provide a place where folks from the community can participate in projects that enhance IronRuby or its underlying platforms.
“Rails Plugin” as First IronRuby Contrib Project:-
The first project in IronRuby-Contrib is the Rails Plugin that was demonstrated at RailsConf this year. It makes it easier for Rails developers to add Silverlight to their Rails applications, and contains some of their ideas about migrating controller code to the client. Jimmy Schementi is the brains behind the project.
First Binary Release:-
Its here:- http://rubyforge.org/projects/ironruby.
This takes a big step closer towards ” IronRuby Runs Real Ruby Programs”
RubySpec Contribution:-
IronRuby Team submitted a first set o changes to awesome ” RubySpec Project “.
That takes them a big step closer towards being an active participant in all things Open Source, and not just the things that the team creates.
Hope you’ll like this news from Oscon.
Thanks
1 comment July 25, 2008
Ruby 1.8.7 is available now. Cheers!
Ruby 1.8.7 is available now.
The new version of Ruby includes many bug fixes, lots of feature enhancements backported from 1.9 and some performance improvements since 1.8.6 while maintaining stability and backward compatibility with the previous release to a high degree.
The source code package is available in three formats at the following locations:
- ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.tar.bz2
- ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.tar.gz
- ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.zip
Hope to see a smile on your face now.
Thanks
Add comment July 23, 2008
Foscon Starts today, 23rd July at Portland,Oregon.
FOSCON is a free, fun gathering of Ruby fans held during an evening of O’Reilly’s OSCON conference with cool presentations, food, discussions, and a live coding competition.
Anyone interested in Ruby is welcome here, whether you’re just curious or a seasoned pro. Portland Ruby brigade user group wants to share the joy of Ruby with you.
Presentation List:-
- IronRuby: John Lam
- Selectricity and RubyVote: Benjamin Mako Hill on Ruby voting machinery for the masses!
- Ruby performance: Brian Ford
- Hardware Hacking with Ruby Arduino: Gregory Borenstein
-
Ruby++!…?: Markus Roberts on defining custom operators
- Five minutes with Selenium: Ian Dees
- Ruby culture: Audrey Eschright, Reid Beels and Igal Koshevoy
- Ruby business: David Abramowski from Morph on “10 steps to turn an idea into a business: You have an idea and the ability to write a RoR application. Now what do you do?”
- Ruby server automation: Igal Koshevoy
- Ruby on Rails profiling: M. Edward Borasky
- Live coding competition: Ruby on Rails, PHP Symfony, PHP Drupal, and GemStone/S Smalltalk Seasid
Hope, you have bookmarked this venue and presentation list.
Thanks
Add comment July 23, 2008