RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Webmachine v0.1.0 released

I just released the first version of Webmachine (gem) (code) in advance of my RubyConf talk. Webmachine is an HTTP toolkit that lets you focus on building resources declaratively, while transparently handling the hard parts of content-negotiation, conditional requests, and proper response codes.

Raad 0.3.1 released

I just released version 0.3.1 of Raad - Ruby as a daemon lightweight service wrapper. Raad is a non-intrusive, lightweight, simple Ruby daemon wrapper. Basically a simple class which implements the start and stop methods, can be used seamlessly as a daemon or a normal console app.

Filet 0.2.1 just released

I just released version 0.2.1 of Filet. Filet is a small DSL on top of test unit to help you write acceptance tests, similar to Steak. It also supports some nice features as nested contexts and setup methods and works with several ruby implementations.

My JRuby Port of a Game by Minecraft's Creator

Last weekend, hundreds of coders took part in Ludem Dare, a 48 hour game coding contest. Minecraft’s creator “Notch” created a cool little game in Java called Prelude of the Chambered. So far, I’ve spent two days porting it to JRuby. It’s not complete but you can play the first few minutes OK now (get weapon, push rocks, kill bats, etc.) The performance is nowhere near as good as in Java but that’s the next step, so if you’re a JRuby expert, I expect pull requests.. :-)

I’d especially like to see the performance using JRuby 1.6.3 or master on Java …
Re orignal game: Amazingly retro game! Managed to collect 7 trinkets, my pew…

Be Careful How You Override

There’s a number of ways to goof up overriding methods in Ruby. Some methods can’t be overridden safely, period. Some methods need to call super or they’ll likely break a lot of code. Laser, a ruby static analysis tool in development, and it knows a lot about Ruby - read how it can now detect many of these errors!

Butt what are these strange references to body parts in your post?
Did you shut down the comments?

Datagrid: Reporting made easy in Rails App

Datagrid provides you DSL to build ActiveRecord based reports with filters and sortable columns to represent table like data. This is something that was never done before.

http://www.rubyreports.org/ But this looks pretty good. Nice job on this. …

Pakyow: Punch Packing Application Framework

I would like to announce Pakyow, a new application framework for Ruby. In Pakyow, view logic is separate from the view, allowing views to consist only of HTML. This allows front-end and back-end development roles to be well defined, leading to better code.

Seems like an interesting framework, good job! But I’m not sure if I like the i…

Tire for ElasticSearch updated

A 0.2 version of the Tire gem for ElasticSearch has been released with much improved support for ActiveRecord models and lots of small fixes. gem install tire and check out the „ActiveModel Integration” chapter in the Readme.

Loading older posts