ruby tuesday
Ruby User Guide
Developing Ruby on Rails applications requires an ability to program in the Ruby language. This guide, written by the creator of Ruby, provides an easy to follow guide to the Ruby programming language, covering all the important topics including more>> Developing Ruby on Rails applications requires an ability to program in the Ruby language. This guide, written by the creator of Ruby, provides an easy to follow guide to the Ruby programming language, covering all the important topics including variables, looping, object-oriented programming, strings, arrays, error handling and much more. This guide is recommended for anyone planning to develop using the Ruby on Rails framework.<<less
Ruby Essentials 1.0
Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of more>> Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of Ruby on Rails without first learning something about programming in Ruby, and this is where Ruby Essentials comes in. Ruby Essentials is a free on-line book designed to provide a concise and easy to follow guide to learning Ruby. Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered, all combined with easy to understand code examples which serve to bridge the gap between theory and practice. Ruby Essentials is intended to be of equal use both to those experienced in other programming languages and to novices who have chosen Ruby as their first programming language.<<less
RubySquad Forum
We are looking for Ruby on Rails leaders to come and join RubySquad. If you are new to Ruby on Rails, you are very welcome too. If you are a developer that is using other languages, then you should jo more>> We are looking for Ruby on Rails leaders to come and join RubySquad. If you are new to Ruby on Rails, you are very welcome too. If you are a developer that is using other languages, then you should join RubySquad as well. Be a part of RubySquad!<<less
RubyRSS 1.1
RubyRSS provides you with an elegant as Ruby RSS parser and generator which is specially designed to help you bring together Ruby and RSS in your project. more>>
jRuby 1.3.1
This is a development tool that provides implementation of the Ruby programming language in a Java environment more>>
jRuby 1.3.1 is one of the most advantageous tools which provides implementation of the Ruby programming language in a Java environment.
Ruby is closely integrated with Java to allow embedding of the interpreter into any Java application with dual access between the Java environment and the Ruby scripts.jRuby is platform independent and has built-in support for Rails, RSpec, Rake, and the RubyGems frameworks.
Major Features:
- High performance
- Real threading
- Vast array of libraries
- Easy to install
- Easy migration
- No hassles
Enhancements:
- Fixes a recently discovered security bug in BigDecimal
- Fixes a regression in timeout (0-1 second timeouts truncate to 0)
- Fixes a regression Thread.wakeup where the thread would not wake up
dnsruby 1.34
dnsruby is a new DNS library written specifically for Ruby. more>>
dnsruby 1.34 is a helpful thread-aware DNS stub resolver library written in Ruby. It is based on resolv.rb, the standard Ruby DNS implementation, but gives a complete DNS implementation, including DNSSEC.
The Resolv class can be used to resolve addresses using /etc/hosts and /etc/resolv.conf, or the DNS class can be used to make DNS queries. These interfaces will attempt to apply the default domain and searchlist when resolving names.
The Resolver and SingleResolver interfaces allow finer control of individual messages. The Resolver class sends queries to multiple resolvers using various retry mechanisms. The SingleResolver class is used by Resolver to send individual Messages to individual resolvers.
Limitations:
- NIS is not supported.
- /etc/nsswitch.conf is not supported.
- NSEC3 validation still TBD
Major Features:
- I/O - Dnsruby implements a pure Ruby event loop to perform I/O. Support for EventMachine has been deprecated.
- DNSSEC - Dnsruby supports DNSSEC and NSEC(3). DNSSEC support is on by default - but no trust anchors are configured by default.
- Resolver queries return Dnsruby:Message objects. Message objects have five sections:
- The header section, a Dnsruby:Header object.
- The question section, a list of Dnsruby:Question objects.
- The answer section, a list of Dnsruby:Resource objects.
- The authority section, a list of Dnsruby:Resource objects.
- The additional section, a list of Dnsruby:Resource objects.
150+ Ruby on Rails Tutorials
Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com more>> Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com<<less
Ruby thumbnail generator 1.0
Will let you generate thumbnails of jpeg, png or gif pictures just by calling /thumb/picturefile.jpg?w= 150$h=150 . You can specify width and height of the thumbnail. It uses cache to save resized pictures and fast load them later when needed. It is more>> Will let you generate thumbnails of jpeg, png or gif pictures just by calling /thumb/picturefile.jpg?w= 150$h=150 . You can specify width and height of the thumbnail. It uses cache to save resized pictures and fast load them later when needed. It is great if you work with image galleries and want to generate real-time thumbnails from your application.<<less
Chilkat Ruby XML Library
Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. more>> Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.<<less
IP2Location Ruby Library 2.1.1
IP2Location is a Ruby library that enables the user to find the country, region, city, coordinates, zip code, ISP and domain name that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use more>> IP2Location is a Ruby library that enables the user to find the country, region, city, coordinates, zip code, ISP and domain name that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location? binary databases for applications written in C or supporting static/dynamic library.<<less
Ruby-FFI 0.2.0
This is a Ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code more>>
Using this extension, the developer will not need a compiler to run the functions needed. The FFI extension works without changes on Ruby, JRuby and Rubinius. Because all the code for an FFI extension is written in Ruby, its as easy to read as any other Ruby code. There is no need to switch mental modes from C programming to Ruby programming.
Major Features:
- The Best of the JVM
- High performance
- Real threading
- Vast array of libraries
- Platform Independent
- Easy to install
- Easy migration
- No hassles.
Ruby-Forum.com
Ruby-Forum.com is a web interface to various Ruby- and Rails-related mailing lists. more>> Ruby-Forum.com is a web interface to various Ruby- and Rails-related mailing lists.<<less
The Basics of Ruby Arrays
Ruby has many exciting object oriented features, but a large percentage of your code will revolve around arrays. In this valuable tutorial, we’re going to show you some tips and tricks for this more>> Ruby has many exciting object oriented features, but a large percentage of your code will revolve around arrays. In this valuable tutorial, we’re going to show you some tips and tricks for this powerful data structure.<<less
Ruby XCAP Client 1.0
Ruby XCAP Client is known as a useful Ruby library that will implement the XCAP protocol on the client side, allowing applications to get, store, modify and delete XML documents on the server. more>>
Ruby XCAP Client 1.0 is known as a useful Ruby library that will implement the XCAP protocol on the client side, allowing applications to get, store, modify and delete XML documents on the server.
Typo Ruby 4.1.1
Typo is a lean weblogging engine powered by rails. more>> Typo Ruby 4.1.1 provides you a wonderful tool which is powered by rails. It supports XMLRPC posting, ping/trackback, comments, textile, markdown, categories, all common exports, fulltext search and so on. It is compatible with all major web browsers and is very easy to install and use.<<less