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.

Rgviz-rails updated for Rails 3

I just updated rgviz-rails to work with Rails 3. It lets you draw powerful google visualizations against ActiveRecord models.

I’m not sure about the overlap, but check out the RailRoady project, which prov…

Proxy your local web-server and make it publicly available over the internet

Sometimes when testing web applications it is needed to have them available from outside (i.e. in public Internet). For example some APIs you use may need to send callbacks. Or you just want to show somebody another cool feature on your development web-server. I’ve launched ProxyLocal that could make your local web-server publicly available over the internet.

nice gem :)
does it generate an exception when the hostname you specify is not available? …
dude, this is a SUPER USEFUL gem! great work ;)
does it generate an exception when the hostname you specify is not available …

Just released Mongoid::Paperclip - Enables file uploads with Mongoid using Paperclip.

Just released Mongoid::Paperclip for those that are interested. Quite a bunch of people have been looking around for a solution to upload files using Paperclip with the Mongoid ODM. This is my attempt to solving that problem, so here it is for anyone that’s interested.

Hi guys. I actually checked out Carrierwave a long time ago. If you check the “…
Just played around with Dragonfly, it’s really cool, but it’s extremely slow wi…
Yo. There are unresolved issues in Paperclip too. For example, the paperc…
I agree. There really isn’t any “perfect” file attachment tool at the moment. …

cukecooker: writing cucumber scenarios with aid (cucumber IDE)

I just launched cukecooker. It lets you write cucumber scenarios in a browser with steps generated from your project. It features autocompletion and makes it easy to fill in parameters for step definitions.

Cool idea.
The metal accessories utilized in an authentic Fake Louis Vuitton Handbags are…
chenlina20181117 http://www.snapbackhats.us.com http://www.uggforwomen.us.com h…
http://www.nikeoutletstoreonline.us.com http://www.nikeoutlet.us.com http://www…

Quickly Open Files and Libraries with Qwanrdy

Qwandry is a little tool for quickly opening all those gems, files in ruby’s standard lib, etc. from the command line. Is ruby’s Date.parse doing something weird? `qw date`. You can also tell it about other languages, and package locations if perhaps you want to use it with Node.js and npm or any other file repository. I also wrote up a little bit more about the motivation for Qwandry, if you’re interested.

Looks cool.
bundle open awesome_gem
Howdy anonymous, if you take a look at the article, Qwandry is a tool that acts…

My Ruby Regrets

It’s not possible to be a Ruby guru if you only work with the language sporadically. But you can still save yourself from the mistakes Jeff Langr keeps making: Execute your small, ad hoc efforts no differently than large, well-planned projects. Jeff’s guest article “My Ruby Regrets” on RubyLearning.

Please read this article: Database Applications for Ruby On Rails …

Effective Qt in ruby (part 3)

This is the third article in my series on writing Qt applications in ruby. I was planning to write about the declarative GUI system that I use in kaya, but a comment on one of my previous posts motivated me to take a small detour, and illustrate a very simple technique to extend a qtruby application with C++ code. Read more

Counting Block Nesting Depth in Ruby

This problem recently popped up on the SF Ruby mailing list, in which someone needed to count the current block nesting depth during runtime. It turned out to be a fun and informative exercise in exception handling, thread-safety, and metaprogramming. So I wrote an article :-) [more inside]

doctest for Ruby

Rdoctest provides the functionality of Python’s doctest in Ruby. It scans your Ruby files for RDoc code blocks and tests them, improving your documentation and test coverage at the same time.

Care to elaborate?
Sure…let’s import a bad idea from another language. Good one :)
How’s it a bad idea? It shouldn’t replace unit testing, but augment it. It shou…
Loading older posts