10 February 2006
Générer du PDF avec Ruby - ZeFredz's Blog
by sutekidane & 2 others (via)Il existe de nombreux packages pour créer du PDF en Ruby.
30 January 2006
SQL Relay
by pyxosledisciple & 1 other (via)SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago, SQLite and MS Access (minimally) with APIs for C, C++, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java and TCL, drop-in replacement libraries for MySQL and PostgreSQL clients, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client-side result set caching and suspended transactions. It is ideal for speeding up database-driven web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases and throttling database access.
29 January 2006
*** [Ruby-Doc.org: Documenting the Ruby Language] ***
by Jonathan & 16 others (via)The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
*** [Ruby-Doc.org: Documenting the Ruby Language] ***
by cascamorto & 16 othersThe ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
Softies On Rails
by cascamortoSo, we are a couple of Microsoft developers (MCSD's) that have each been working with Microsoft technologies (most recently C#, Windows Forms, ASP.NET, XML Web Services, you know) for a decade. A couple of months ago, just for fun, we decided to give Ruby On Rails a try, on a couple of side projects. (After all, what self-respecting software developer doesn't have side projects?) We hope you'll find this helpful, and comments, suggestions, and you own articles are always welcome!
28 January 2006
Setting up a Rails development environment using Locomotive
by cascamorto2005 was assuredly a huge year for the Rails development team - the 1.0 milestone was hit, and with it came one of the most innovative development tools available, Locomotive. I've been using Locomotive in tandem with Subversion and MySQL for the past couple of weeks while working on some new projects which are now nearing completion - giving me some free time to write about my experiences using these tools, and how you can utilise them in your own development environment.
27 January 2006
SQL Relay
by cascamorto & 1 otherSQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago, SQLite and MS Access (minimally) with APIs for C, C++, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java and TCL, drop-in replacement libraries for MySQL and PostgreSQL clients, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client-side result set caching and suspended transactions. It is ideal for speeding up database-driven web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases and throttling database access.
Getting started with Ruby (Loud Thinking)
by cascamorto & 17 others (via)What Ruby lacks more than anything is good starting points for getting into the language. There's a bunch of absolutely excellent resources out there, though. I've attempted to summarize the best of them by category.
*** Ruby Quiz ***
by cascamorto & 4 others (via)Ruby Quiz is a weekly programming challenge for Ruby programmers in the spirit of the Perl Quiz of the Week. A new Ruby Quiz is sent to the Ruby Talk mailing list each Friday. (Watch for the [QUIZ] subject identifier.) After a 48 hour no-spoiler period has passed, everyone is invited to contribute solutions and/or discussion back to the list. The following Thursday a Summary will be sent to the list, discussing the quiz, solutions and discussion. The next day, the cycle begins again.
Yaml.rb -- Yaml for Ruby
by cascamortoFor Ruby developers, YAML is a natural fit for object serialization and general data storage. Really, it's quite fantastic. Spreads right on your Rubyware like butter on bread! The possible uses for YAML are innumerable. Configuration files, custom internet protocols, documentation, the list goes on and on. Also, with YAML readers popping up for other languages (see YAML.pm and others), you can pass data easily to colleagues in distant lands, swamped in their archaic languages.
PLEAC-Ruby
by cascamorto & 3 others (via)Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages
Artima Developer - Ruby Code & Style
by cascamorto & 3 others (via)Ruby Code & Style -- new Ruby magazine hosted by Artima.com
26 January 2006
Developers Guide to Semantic Web Toolkits for different Programming Languages
by cascamorto & 1 other (via)all the programming frameworks for Semantic Web : C - Haskell - Java - JavaScript - Common Lisp - .Net/Mono - Perl - PHP - Pike - Prolog - Python - Ruby - Proprietary Languages
19 January 2006
18 January 2006
railsfrance.org - Docs en Français
by cascamortorailsfrance.org - communauté francophone des utilisateurs de Ruby on Rails
Rubyfr.org - Apprenez Ruby
by cascamortoSource : http://www.ruby-doc.org/docs/beginner-fr/xhtml/ -
Auteur : Daniel Carrera -
Traduction : Laurent Sansonetti
Le Guide (Poignant) de Why vers Ruby (en cours de traduction)
by cascamorto & 6 othersTraduction du site why's (poignant) guide to ruby
Ruby's Cube - Apprendre Ruby (le langage de programmation) et Rails
by cascamortoCe site est consacré à l’apprentissage de Ruby le langage de programmation pas le rubik’s cube ;-) Plus sérieusement, j’avais besoin de connaître un autre langage que Java notamment pour faire de petits programmes rapidement pour manipuler des chaînes de caractères et du texte. * J’ai pensé à Perl mais la synthaxe devient vite complexe. * J’ai hésiter entre Python et Ruby, Ruby étant plus récent j’ai opté pour celui-là ! (et voilà)
Ce blog est donc mon évolution au jour le jour dans le monde solitaire des mines de ruby :-)
Vous trouverez des exemples de codes avec des explications.