Languages
- 5445
- Rice
- Ruby ICE, Information and Content Exchange. Implements ICE syndicator that publishes time stamps, ICE subscriber that consumes time stamps. Description, documents, downloads.
- 5446
- Ruby/DICT
- RFC 2229 compliant client-side library implementation of DICT protocol, written in Ruby; can be used to write clients that access dictionary definitions from set of natural language dictionary databases.
- 5447
- Ruby/SMB
- Brings Samba to Ruby: a C library gluing Samba libsmbclient library to Ruby dynamic high-level language; a tool making it easy to work with OS network resources, without considering low-level issues: buffers, pointers, buffer pointers, etc. [Open Source, GPL]
- 5448
- ZenWeb
- System to build full Websites, not only pages. Allows focusing on content and structure of site, while leaving page construction, markup, layout, navigation as secondary concerns.
- 5449
- RSpec
- Provides a behaviour driven development framework for the language, allowing to write application scenarios and test them.
- 5450
- Code Generation: The Real Lesson of Rails
- Weblog article treats static versus dynamic code generation: Can Java have some of the benefits of Rails by taking a wrapping rather than a mapping approach to persistence? (March 16, 2006)
- 5451
- What Is Ruby on Rails
- Curt Hibbs explores parts of RoR to show the sources of its productivity gains and flexibility. Descriptions, instructions, screenshots. [ONLamp.com] (October 13, 2005)
- 5452
- Ruby for Rails: Ruby Techniques for Rails Developers
- By David A. Black; Manning Publications, 2006, ISBN 1932394699. Shows what one is doing when writing Rails Web applications, and how Ruby methods expand limits of what can be done in Rails.
- 5453
- Distributing Rails Applications
- How to turn Rails programs into standalone programs, via Tar2RubyScript and RubyScript2Exe; not the proper way to deploy Rails programs on production servers; by Erik Veenstra.
- 5454
- Jumpstart Lab Ruby and Rails Tutorials
- Build a blog Rails application, step-by-step. With a syllabus for additional study.
- 5455
- Rails Framework Documentation
- Official API of the framework. Provides an explanation of every class and functionality.