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.

Ruby Digest - Simple Aggregator for Rubyists who don't want to miss anything

I just created RubyDigest for myself. It aggregates all major blogs, news sites, podcasts and screencasts. I know there are hundreds of better aggregators, but its just a small project I find useful.

I made a custom Rails newsletter at techdispenser.com which parses several RSS …
This one is very much like the Ruby Alltop. Perhaps there are some sources you …
No RSS? :(
Nice! Thanks for your work.

coder.io coming soon (awesome stuff for developers)

I’m (ab)using my founder’s privilege, sorry! My next major project (after Ruby Inside and Ruby Flow) is heading for release soon and since it’s aimed squarely at developers, you guys are my ideal audience! It’s called coder.io. coder.io hasn’t launched yet but please sign up and you’ll get the first look and eventually some discounts and freebies. Also, no spam.. you’ll only ever get up to 3–4 e-mails since it’s just a launch list.

I’m curious as to why you are using a third party service for the signup or mai…
phallstrom: Someone else said that so I customized the mail it sends, but not s…
peter: thanks for all the insights on mail sending, that’s useful (to me at lea…
Wrist rolex replica are used as not only a time piece but can be worn as a jew…

How to host a static site on Heroku

Cool tip on how to host a static site on Heroku and code.

Odd… RubyFlow wouldn’t allow me to post my Posterous link. Anyway, here’s the …
hhbnjnnn
I’ve fixed it. It’s an anti spam system for new users. Works well usually but n…
I also engineered a solution like this a while ago, though it tries to take it …

The Dev Show

If you like hearing Jason and Dan on The Ruby Show you may want to check out The Dev Show which is less Ruby and more generic development oriented.

We’ll have to catch up. I’ve had something closely related to this under develo…

JRuby for Android

I’ve developed an Android application that provides an interactive JRuby shell, source code editor and script manager, that allows developers to load, edit and run JRuby code interactively on an Android device. The project is hosted at http://code.google.com/p/jruby-for-android/

so can you run redcar on it… :)

Rakegrowl - Get Growled when your long running rake tasks finish

Do you recognize this situation? You run a rake task (for example, rake spec), which you know it’s going to take some time (e.g. 3 or 4 minutes). You say “Great moment to check what’s going on on Twitter”. 10 minutes and 3 tabs with blog posts later, you realize you were actually waiting for a task to finish, a task which finished long before. Bye, bye, productivity!! rakegrowl tells you when your rake tasks end via Growl.

Nice - thank you!
Thanks for saving me tons of time! I already tried to patch Rails just to get s…

Demystifying Eager loading with ActiveRecord

I just wrote short post with the goal of clearing up the confusion some Rails beginners may face when first learning about ActiveRecord’s eager loading feature.

Is this a joke.
If you want to hate, that’s your choice. http://www.alandelevie.com/2010/01/26/…
I won’t get flamed for criticizing this post but please stop being an attention…
Why is this even in RubyFlow…??

Could MacRuby 1.0 Be The "One More Thing"?

Sorry, it’s just humor, but what if MacRuby 1.0 were the “one more thing” during Steve’s tablet keynote? More seriously, native iPhone apps powered by MacRuby would rule, so even GC on the iPhone would be a great addition in the next firmware release.

Oops. Ignore ;-)
And what about Rhodes? You can already write native applications with Ruby on t…
It’s not really the same as pure Ruby. And MacRuby doesn’t have a $500 license …
Honestly - that would totally rock.

A Simple Pattern for Ruby's inject method

Ruby’s inject is an often misunderstood method, but you would be surprised at how much it can help you clean up your code. I see many developers skipping over this method in favor of the non-injectified way, mainly because they dont get how to use inject properly. So we’ll take a look at some common examples and then you will be able to see the pattern that read more >>

Introducing static_paths 0.1.0

static_paths is a library to manage the paths of directories containing static-content within multiple libraries. static_paths makes it simple to register, unregister and search through directories containing static-content needed by your libraries. Get the code.

Link?
Fixed it for them :-)
Arg, I totally forgot the link. That’s what I get for posting at 4am. Added lin…

Ruby Singleton Pattern Again

After giving a bad advice on using Ruby Singleton Pattern in my previous post, I decided to remove it, and write new one. Destroy. Erase. Improve.

@dalibor none of them. I didn’t comment on your first try, only pondered to. I …
Just my 2 cents: if you want a book on design patterns in Ruby, there is one: h…
Much better this time around. I knew you could do it!
It’s unfortunate you removed your original post and its comments. I often learn…

Are you testing your attr_* methods?

If you do, then you might want to clean up your specs with RSpec attr extensions.

@rubiii you’re welcome. The second comment was more geared towards bryanl. Thou…
Argh, that should have been x.foo.should be(random_value), of course :-( …
No. Don’t test those!
Test them indirectly if you can, but make sure they are tested somehow!
Loading older posts