More is Better
Now that we've gotten Rails integration working with GlassFish, you'd think that we'd be done, and we could move on to making AIs to make toast for... more »
0 commentsSave Tags: java, ruby, server
How to Create Own Form-Helpers in Rails
There's a simple article with explanations and example, how you could write own form-helper methods for a ruby-on-rails based project, so they were... more »
0 commentsSave Tags: agile, gui, how-to, ruby
HTTP Push (AKA Comet) with Orbited and Rails
If you’ve messed around with HTTP push/Comet solutions you’ve probably discovered are a fair amount of free and commercial choices, most solutions a... more »
0 commentsSave Tags: frameworks, javascript, ruby
Ruby Future Roundup: Ruby 1.9.0-5 Released, JRuby Skips 1.8.7, Procs#=== For Case Testing
Ruby 1.9.0-5, the feature frozen precursor of Ruby 1.9.1 has been released. Procs in 1.9.x now implement Proc#=== which allows to use as executable... more »
0 commentsSave Tags: ruby
Interview: Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang
In this InfoQ interview filmed at RubyFringe 2008, Tom Preston-Werner talks about how both Powerset and GitHub use Ruby and Erlang, as well as tools... more »
0 commentsSave Tags: open source, other languages, ruby, tools
JRuby, sharing objects across multiple runtimes. JMagLev?
JRuby + Terracotta == Maglev?
0 commentsSave Tags: frameworks, how-to, java, ruby
Cross-Platform Development with JRuby and Swing
In addition to building Web and console applications with Ruby, you can write complex GUI desktop applications that run unmodified on multiple... more »
0 commentsSave Tags: gui, how-to, java, ruby
Counting Ruby Objects on the JRuby Heap
I got an email the other day from Michael Yuan. He had been working with some folks who were running an application on JRuby and they thought they... more »
0 commentsSave Tags: how-to, java, ruby, tools
Little Known Ruby Secrets by Dr Nic Williams
The Path to Ruby Mastery Interview Series by Ruby Masters, provides guidance to and answers questions confronting Ruby beginners from across the... more »
0 commentsSave Tags: open source, ruby
Cross-platform development with JRuby and Swing
In addition to building Web and console applications with Ruby, you can write complex GUI desktop applications that run unmodified on multiple... more »
1 commentsSave Tags: frameworks, gui, java, ruby
Developers, show me your feeds!
I have been wondering for some time now what other developers read when they are fresh out of bed with coffee in hand! If you're like me, you have... more »
0 commentsSave Tags: opinion, ruby
Asynchronous HTTP Cache Validations
Stale caches causing inconsistent user experience and response times? Yahoo developers proposed an extension (stale-while-revalidate) to address this... more »
0 commentsSave Tags: how-to, ruby, standards, web services
Future Man provides Ruby Overview
A superhero visits from the future to provide an overview of Ruby: brief history, support by various companies, and a slew of new books.
0 commentsSave Tags: ruby
7 Great Tips to Help Code With Currencies
As anyone who’s ever made an e-commerce system knows, money is everything. No, really if you don’t get your financial sums right then you can’t hope... more »
0 commentsSave Tags: how-to, php, ruby
Ruby 1.9 and Lambda Calculus
With Ruby 1.9 sneaking up on us, it’s probably time to start getting excited about new features, so here goes. Ruby 1.9 has a completely new syntax... more »
1 commentsSave Tags: ruby
Ruby Tools Roundup, reviewing 10 tools that can make your project better
There have been a bunch of interesting tools released for Ruby lately. I decided to write about a few of my favorite Ruby tools and give some of the... more »
0 commentsSave Tags: ruby, tools
Two improvements to your Capfiles
Capistrano tips from one of the few Capistrano masters.
0 commentsSave Tags: database, php, ruby
Writing a compiler in Ruby bottom up - step 11
At this point the next step is some re-factoring. As it stands the compiler is very tightly tied to x86, and before it gets bigger it's worth starting... more »
0 commentsSave Tags: ruby, tools
Using XRuby to Speed up Ruby Script Performance
A quick introduction to XRuby, a Java Compiler for Ruby source code to Java bytecode. While not quite able to run Rails apps just yet, there are... more »
1 commentsSave Tags: how-to, java, ruby, tools
The Blurring Line Between Plugins and Gems
Now that there is something called gem dependencies in Rails, which refers to the ability to specify what gems a Rails application requires from... more »
0 commentsSave Tags: frameworks, ruby, trends
Writing a Web Service With Merb
Merb is looking like a great platform to quickly write web services in Ruby with a minimal application footprint. This article shows how to get... more »
0 commentsSave Tags: frameworks, ruby, web services
Top 10 web development presentations on Slideshare
A collection of 10 great development slide shows that can be found on the presentation website slideshare. Includes presentations about Javascript,... more »
0 commentsSave Tags: how-to, php, ruby, web 2.0
I/O in programming languages: open and read
Different programming languages have different takes on how to handle I/O. The basic way is to wrap the kernel syscalls, here's the basic open() call... more »
0 commentsSave Tags: c-and-cpp, other languages, python, ruby
Zen and the Art of the Six-Figure Linux Job
An expert in the Linux job market talks about earning a lucrative payday. Plus: the effect of H-1B visas on Linux salaries.
0 commentsSave Tags: php, ruby, trends, unix-linux
via