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.

New gem - SuperModel - ActiveModel in-memory databases.

I just released SuperModel - a library for in-memory databases. Supports: * Serialisation, * Validations, * Callbacks, * Observers, * Dirty (Changes), * Ruby Marshaling to disk, * Redis

The description is “Simple in-memory database using ActiveModel.” Do you mean t…
Looks like it depends on ActiveModel, neat library!

Rails Metrics Screencast

José Valim from PlataformaTec just released a screencast about RailsMetrics. RailsMetrics is a Rails 3 engine which listens to ActiveSupport::Notifications and store them in the database, so you can know what is happening in your application at each request and create some charts and statistics. In this screencast, José Valim shows how to install it, takes a quick look at the source code and tell you how you can make RailsMetrics even better.

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.
Loading older posts