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.

market_beat gem released

Market Beat fetches stock quotes and 100+ other market indicators (including real-time) from publicly available sources. Currently Google and Yahoo U.S. financial reporting services are supported. Check out Market Beat source code on Github.

gabbler gem released

Feed Gabbler any coherent text file with adequate number of sentences. Once trained, Gabbler produces pseudo-random phrases based on the original text. Check out Gabbler source code on Github.

Otto - auto-define your rack apps in plain-text

Apps built with Otto have three, basic parts: a rackup file, a ruby file, and a routes file. If you’ve built a Rack app before, then you’ve seen a rackup file before. The ruby file is your actual app and the routes file is what Otto uses to map URI paths to a Ruby class and method.

dust-deploy (sprinkle/chef/puppet alternative)

I just launched dust. It’s a ssh/facter only push-deployment tool, designed to handle complex linux server structures. Configure nodes using simple yaml files, and push your nginx, iptables, mysql, duplicity, ssh authorized_keys, … to one or multiple servers.

Post was reallllly long (not even sure how it got past the filter) so here’s wh…

The rails command and exec(2)

The rails command is just a thin wrapper around exec(2). Read the article to find out what exec(2) is, why the rails command uses it, and how you can skip it altogether.

Peaked my interest! Where in I benchmark the difference: http://www.bradland…
piqued*

Evax Gem: Another Ruby Assets Compressor

The idea behind it is to have a really simple library to compress your assets in the simplest way without any weird dependency (who said Java?). There are nice assets packaging systems out there but they have too many options for some cases. Sometimes, you just want to play with a pet project. I hope that Evax will help you!

Loading older posts