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.

Simple backups can be simple!

Simple backups for your applications: * opensource :) * simple to install and configure * support for simple ‘tar’ backups of directories (with includes/excludes) * support for simple mysqldump of mysql databases * support for symmetric or public key encryption * support for local filesystem and Amazon S3 for storage * support for backup rotation. we don’t want backups filling all the diskspace or cost a fortune on S3 [more inside]

Rubx: Twitter's Ruby shell

Rubx, also known as Ruby Boobie, is a nice spoiled girlie bot that runs on Twitter. She listens when you talk to her and when you do, it’ll better be with Ruby: She will interpret your tweet in Ruby and reply to you with what your code returns. How does it work? You send a message to her: [more inside]

Nice :)

state_machine 0.7

state_machine 0.7, an FSM library, has been released. Highlights include: seamless REST integration, improved AR / DM support, and more access to events / transitions

Been following state_machine for a while now, it really is awesome, has simplif…
is this the state machine that’s supposed to be the end all state machine? …
So they say, end of days are near, I fear.
transition all => :epic

FrontCompiler (source compactor) was updated

FrontCompiler was updated, some new juicy features were added. Now it is even more powerful. (FrontCompiler is a simple collection of compactors for JavaScript, CSS and HTML source code. It removes trailing whitespaces, comments and transformates the local variables to make the sourcecode shorter.)

Updated to include a description of what it actually is.

Redcar: A Textmate-like Editor for Gnome

Redcar is a pure Ruby text editor for Gnome. It has syntax highlighting, snippets, macros and is highly extensible. It’s still in an infantile stage but it looks very promising and so far the app is running very well (on my box). Redcar’s blog has a category for posts with screenshots if interested.

Yes it’s really cool. I’ve been using it all day and im very happy with it. …
This looks like yet another text editor. Why should one be excited? Just becaus…
brilliant &&&& long awaited! thanks a lot!
Snippets and bundles, cool!

How To: Setup RSpec, Cucumber, Webrat, RCov and Autotest on Leopard

RSpec, Cucumber, Webrat, RCov and Autotest are a powerful combination of tools for testing your Rails app. Unfortunately getting them to all work nicely together can be a bit of challenge. I recently configured a development environment from scratch on OS X 10.5 Leopard and kept track of all of the little details. Continue Reading The Article…

Rack Screencasts: if you don't know Rack yet, you should!

If you’re a Ruby web developer and you haven’t learned Rack yet … now’s the time! Rails 2.3 has spectacular Rack support, as do: Merb, Sinatra, Ramaze, Mack, Camping, and more. I’ve released a few screencasts for learning Rack that some people have found useful … sooooo, I figured I’d share with the rest of the community, incase someone else finds these useful!

I noticed that this wasn’t showing up in my RSS reader … then I saw that lots o…
It’s a feature. I think I remember Mr.Cooper saying that only some posts show …
gotcha :( well, there are lots of great rubyflow posts that i never see cause…
NOTE: if you find these comments about the RSS feed and you want to subscribe t…

JetBrains RubyMine IDE goes Beta

RubyMine is the IDE for Ruby and Rails developers featuring intelligent editor with type aware and Rails-specific code completion for Controllers, Helpers, Views, find_by_* methods and methods like url_for, redirect_to, etc. Rails-aware refactorings, dedicated views for Ruby on Rails project navigation, graphical debugger and much more. During the Beta period everyone is entitled to receive 50% discount coupon to purchase RubyMine 1.0 for only $49, when it is available.

Rubyxp.com with ruby 1.9

rubyxp.com is now running with ruby 1.9, meaning you can test your regular expressions with the new Oniguruma engine. Quickref to be updated soon.

Not working for me. Linux, Opera 9.64, Javascript enabled, cookies rejected. …
I’ve seen an error showing a request without params, but I don’t know if that’s…

RSmaz: Short String Compression Library

A few days ago I saw smaz, a C library by Salvatore Sanfilippo that’s great for compression short strings. RSmaz is my pure Ruby port of this library (complete with tests). If, for some reason, you want to compress short strings by 10-60%, check it out.

Don’t ask me what to use it for. I don’t really have any idea. I just saw smaz,…
Why not just create a binding?
Official answer: I like to keep things cross implementation and cross platform/…
I’m actually looking for a compression algorhythm optimized for text and speed.…
Loading older posts