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.

MacRuby 0.4 released

Highlights: Threaded GC, full 64-bit support, Dtrace Probes, Runtime Obj-C API, New XCode templates, Improved HotCocoa. Read the full announcement.

Just a note as you’ve posted a couple of things.. your entries only make it to …
I forgot I had an user. Oh well. :)
congrats on the release, getting better and bettter how’s NSThread / NSOpera…

state_machine Officially Announced

state_machine, an FSM library for Ruby, has been officially announced. Features include ActiveRecord / DataMapper / Sequel integration, flexible before/after transition hooks, state-driven behavior, GraphViz visualizations, and more.

I’ve started to use this, and it is working well! Thanks for posting.
This looks pretty comprehensive. Would you mind indicating, if you know, the a…
Having used both (although AASM far more extensively) I can comment a bit on th…
I think Brian hit the nail right on the head. Each feature listed in this post…

SlightlyCoded - Intercepting a Clicked Link Url Using jQuery

I know this is RubyFlow, but I figured some jQuery was allowed. I just finished an article about Intercepting a Clicked Link Url Using jQuery. Great for sending ever changing params being changed by javascript.

I was expecting at least some ruby, even if it’s mostly Javascript, but nope, n…
Brendan: It’s become harder to do this ;-) For non-logged in users, we check if…

Plugin architecture on your self-hosted rails app?

I am working on a Rails app that I am looking to distribute, however, I want it to have a flexible plugin architecture. ala Wordpress or Lussumo Vanilla. Can someone point me in the right direction to get started with something like this? Thanks.

Redmine has plugins and is open source. The architecture isn’t too bad last I …
Try gem_plugin, which is distributed as a standalone gem, although mongrel uses…

Accepting XML in PUT and POST API calls

It’s much more standard to accept XML documents than parameters of the format user[name] for PUT and POST API calls. This quick article shows you how.

OK forget that my curl line wasn’t setup correctly so I didn’t realise rails di…
Oops, lol :)
Loading older posts