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.

10 Reasons why PHP is Still Better than Ruby

Looking for an cheap excuse why not to switch from PHP to Ruby? You might find it here.

You forgot reason #11 - PHP has its own cheerleaders http://farm1.static.fli…
Following turki’s comment. As a rank amateur, I find it much easier to deploy P…
Use Heroku, Rails deployment can’t get any easier than that.

Rails Test Prescriptions Paid and Free Update

Both the paid and free versions of Rails Test Prescriptions have been updated. The paid version: is now available on Lulu.com. This version has two and a half new sections:   * A really long section on acceptance testing with Cucumber.   * A less long section on using Autotest to run your tests.   * Half a section - really an extended rant or two - on testing style. The free version is available at the Rails Prescriptions site and includes the Cucumber section from the paid version. The free version is now 80+ pages of how to test in Rails. The blog post at has more details on the update.

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

Time Bomb Tests

Time Bomb Tests: easy cheesy reminders you can put into your test suite. They’ll sit there like little time bomb reminders - exploding only when you need them to. Useful for reminding yourself about stuff, like what config lines to add when you upgrade to the next version of Rails.

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!

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…

Proxen: Simple method_missing proxying

Proxen is a gem for easily dispatching method_missing calls to other objects, a common pattern for implementing proxies. It can generate blank slate proxies, accept multiple possible dispatch targets, and more.

Post #2000. Awesome. Great gem too.
Nice gem, thanks!
Loading older posts