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.

RubySlide.com

RubySlide.com, inspired by RubyTu.be, gathers all the latest Ruby slides and presentations in one convenient place!

Good evening, While I’m flattered that you’ve chosen to copy the design from…
Thanks for reminding me, I have added the done21 logo at the footer. And I will…

Using Duby + JRuby for Fast Prototyping of Fast VST plugins

I’ve been working on JRuby/Duby interop to implement VST audio plugins. The first working plugin is a LP/HP filter (with cutoff and resonance). JRuby is used for declarative stuff, while Duby is used for computation intensive stuff. The combination gives an interesting Ruby-tasting audio programming experience.

Hi…sorry but do u know how is going to Duby project?…I wish know more about it …

Efficient ThinkingSphinx Testing with Test::Unit

After a year of fiddling around with different testing solutions for Sphinx, and getting frustrated with problems related to transactional fixtures and primary keys overflowing 32-bit-sphinx (not to mention the overhead of starting and stopping the daemon), I finally settled on a subclass of ActiveSupport::TestCase and a custom rake task. Read the writeup

Atlanta Ruby User Group Presentations Posted

This month we had several presentations concerning deployment: Matt Todd presented on Multi-app, Variable load deployment. We had a Chef vocabulary lesson, as well as a fairly detailed Chef walkthrough. Steve Touset created a gem for version stamping, and Adam Dill made the long trek from Alabama to tell us about Machinist - a tool that improves on factory girl… (He also brought the venerable Josh Adams for a personal visit)

Great presentations. Thank you for sharing.

Got any ideas or suggestions for RubyFlow?

I’m going to be doing a little extra development on RubyFlow soon, so I want to get a feel for what ideas and suggestions you all have for it. I can’t promise anything but all ideas will be read and appreciated - just leave a comment here :-) Even if it’s a small design tweak or “leave it alone”, go for it!

austinfromboston: Posts aren’t typically a single link. The links are in the po…
For anyone who wants a “raw” feed: http://www.rubyflow.com/items.rss …
There’s also a JSON feed: http://www.rubyflow.com/items.json …
http://www.fitflops.in.net http://www.mlbjerseyscom.us.com http://www.coachoutl…

Javascript + DOM in your ruby

The day has finally arrived where you can run a browser-less javascript + DOM environment from within Ruby. Harmony offers a convenient DSL that allows you to get started simply and easily. There is even a Rails plugin (holygrail) for functional tests. You can now leverage the power of the command line to do with JS what once required a browser.

Awesome work! Now we can forgo the use of Selenium!
That’ll come in handy for baretest 0.6 (http://github.com/apeiros/baretest) whe…

/Reg/ against your machine

Pleased to report the grand release of a small command-line tool, regex, which makes for some pretty dirt-simple utilization of Ruby’s regular expression engine via the command shell. It can do single or repeat matches and output can be in plain text, YAML or JSON formats. Still pretty fresh off the block, but it’ll beef up in capabilities over time.

Happy Birthday Devise

Devise (a full authentication stack for Rails) reaches 1.0 after four months since its first release! Carlos describes in this post all features that were added along the way: authentication, HTTP Basic authentication, token authentication, registration, analytics, timeout, account locking, account confirmation, forgot password and many others, thanks to Devise modular architecture which allows you to pick just what you want.

Congratulations! Yeah I installed the gem yesterday (or was it the day before y…
Loading older posts