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.

Like Ruby? Like Jazz/Music Theory? Check out jazz_model.

jazz_model is a set of models representing concepts in jazz theory and and includes computations dealing with keys and transposition. Recently updated to use ActiveRecord 3.0. Could have applications to some MIDI libraries if expanded. [more inside]

This looks really cool! The gem doesn’t include schema.rb though, so I can’t ge…
Same for me – no schema.rb in the gem. I tried fetching it directly from github…

Well, here's RagTag

I just launched RagTag v0.6, a TAL XML/HTML template system for Ruby. RagTag is actually a re-branding of an older project called, RTals. The new version simplifies the API a bit and uses Nokogiri on the back-end instead of REXML, so it’s pretty fast.

micro_sessions: Session data indexed by a URL param for multiple sessions per browser

Segments sessions into multiple “micro-sessions” indexed by a URL parameter This could be useful in instances such as a very complex wizard where transmitting the entire history of data RESTfully via param passing may not be feasible, yet you’d still like to support multiple tabs within the same browser window separately.

http://github.com/rubiety/micro_sessions …

cukigem: Making Rails gem-plugin testing with Cucumber easier

Testing Rails gem plugins using cucumber can be difficult since gems need to be tested in the context of a host Rails application, which isn’t part of your gem. Cukigem gives you cucumber steps to make testing your gem in the context of a Rails application easy. This is not a gem but a collection of useful steps. Simply copy the step definition files located in step_definitions into your own project.

Open Source Search with Lucene & Solr

If you ever needed to add text-indexing or search to your application, then Lucene & Solr should be on top of your radar. A detailed look at the ecosystem and current users of both projects.

Only if you already use Java, otherwise use sphinx
Sphinx sucks when it comes to sorting by dynamic attributes such as values retr…
here’s why someone would switch from sphinx to solr: http://www.diegocarrion.co…
here’s why someone would switch from sphinx to solr: http://www.diegocarrion.co…

ScaleDown, a RESTful http server for scaling images.

Imagine creating a web app and not having to implement any image scaling. A young version of ScaleDown has been released. It allows scaling images (on the local file system) via a url. So <img src="/images/big.png/400x300/URLHAMC"/> would return an image fitting into a 400x300 rect. There is an HMAC signature, based on url, to prevent unauthorized scaling. [more inside]

Loading older posts