neverblock
NeverBlock is a Ruby library that enables transparent async IO. Use for running queries or connecting to other services in parallel. All using the... more »
0 commentsSave Tags: frameworks, news, open source, ruby
Ruby Fibers Vs Ruby Threads
Ruby 1.9 Fibers are touted as lightweight concurrency elements that are much lighter than threads. I have noticed a sizbale impact when I was... more »
0 commentsSave Tags: ruby
Is Ruby very syntax rich? Do you like it? I don’t.
I tried delving into Ruby couple of times in the past. Every time I had this weird feeling of what am I doing here when I am already very well... more »
5 commentsSave Tags: java, opinion, ruby
Rails Behind the Firewall
Atlantic Dominion Solutions CEO, Robert Dempsey, discusses the pros and cons of using Rails for internal applications.
0 commentsSave Tags: agile, ruby, web design, web services
Ruby Programming Language By David Flanagan, Yukihiro Matsumoto
tries to highlight imp points from this book.
1 commentsSave Tags: ruby
An introduction to Ruby 1.9 Fibers
An introduction to Ruby1.9 Fibers, how they work and how values can be passed from/to them
0 commentsSave Tags: reviews, ruby
101 Reasons Why PostgreSQL is a better fit for Rails than MySQL
Explaining why PostgreSQL is a better fit for Rails than MySQL
0 commentsSave Tags: database, reviews, ruby
JDBC Connection Pooling for Rails on Glassfish
In Light Engineering (LED), we’re known to be multilingual – depending on the project, we’ve been known to speak Perl, Python, Java, C++, Javascript... more »
0 commentsSave Tags: java, ruby, server, web design
GemPlugins: A Brief Introduction to the Future of Rails Plugins
The new Gem Dependencies of Rails 2.1 give developers an easier-than-ever ability to keep track of and maintain the various library dependencies... more »
0 commentsSave Tags: reviews, ruby
The Ruby Programming Language - Part1
tries to highlight imp points from the book.
0 commentsSave Tags: ruby
Obie Fernandez "Do The Hustle" - how programmers can sell, negotiate, and deal with clients without headaches
Obie Fernandez shares his experience successfully selling consulting services for both Thoughtworks and Hashrocket to help you with the following... more »
1 commentsSave Tags: how-to, ruby
Comparing and Manipulating Strings in Ruby
In this second part of a three-part series focusing on strings in Ruby, you will learn how to test two strings to see if they are the same, and more.... more »
0 commentsSave Tags: ruby
Passenger Brings Rails Apps to Apache
For many years, Apache has been the de facto standard for Web site and application deployment. The open-source Web server, which was originally... more »
0 commentsSave Tags: open source, ruby, web services
Ruby on Rails 2.2 to be Thread Safe
The actual thread safety won’t really matter much to most people, but it’ll surely look nice on your enterprisey check list of Features Your Framework... more »
0 commentsSave Tags: news, open source, ruby, web design
Shoes Tutorial
An introduction to Shoes. Code and graphical pairs. Here is an example of a quick shoes app: Shoes.app { button "PUSH!" }
1 commentsSave Tags: frameworks, how-to, open source, ruby
Josh Peek officially joins the Rails core
Josh has been working on a Google Summer of Code project to bring thread safety to Rails and is just about ready to wrap it up. Rails 2.2 will be... more »
1 commentsSave Tags: frameworks, news, ruby
Erlang Introduction (For the Ruby Guy) part 3
In Erlang your world revolves around processes. Not to be confused with OS processes. Here we are talking about highly light weight threads that can... more »
0 commentsSave Tags: other languages, ruby
Q/A: What Thread-safe Rails Means
There's been a little bit of buzz about David Heinemeier Hansson's announcement that Josh Peek has joined Rails core and is about to wrap up his GSoC... more »
0 commentsSave Tags: java, ruby
Telling a good story - Rspec stories from the trenches
A collection of lessons and guidelines for writing Rspec Stories. With story examples taken from real systems and how they have been improved as I... more »
0 commentsSave Tags: agile, methodology, research, ruby
Getting Started With NetBeans Ruby 6.5
Now that I have most of the online help done for NetBeans Ruby 6.5, I can start updating the tutorials. I have already started getting comments... more »
0 commentsSave Tags: ruby, tools
Easy Ruby development, the Eclipse way
Explore the additional functions and improvements that Aptana RadRails brings to the Ruby developer. Using Eclipse's ubiquitous and common platform... more »
1 commentsSave Tags: eclipse, news, ruby, tools
Where is the Net::SSH bug
Yesterday I spent several hours trying to find the problem with our implementation of OpenSSL Cipher, that caused the Net::SSH gem to fail miserable... more »
0 commentsSave Tags: ruby, security, server, web 2.0
The single assignment cargo cult
Erlang programmers are awfully vocal about the idea of single assignment: unlike virtually every other language on the planet where you are free to... more »
2 commentsSave Tags: other languages, ruby
Ruby: Underuse of Modules
I've been using modules instead of accessing the metaclass directly. "Just in case someone wants to redefine behavior" isn't really a good enough... more »
0 commentsSave Tags: opinion, ruby
via