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.

Easier admin panel for Rails

I wrote a basic Sinatra app that generates form and table ERB templates to help me write an admin panel for a Rails app. The app let’s you leverage the rapid development that comes with metaprogramming while also avoiding its unreliability and limits on customization.

Oh shit, cwj216, that is a total steal!
Note: Danny’s comment above was in reference to some spam that has now been rem…

Whats happening in the Ruby Twitter space right now?

Happening searches Twitter for Ruby related tweets, and also translates non English tweets to English using Google Translate

it’s an interesting idea, although I did notice the following tweet which refer…
Yeah it just uses the twitter streaming API. I could do it by following all the…
This site also gather Ruby related tweets, sound similar but different. ruby…

resque-restriction

I have posted a resque plugin, resque-restriction. It will limit the execution number of certain jobs in a period time and execute the exceeded jobs at the next period. It is especially useful when a system has an email invitation resque job, because sending emails too frequently will be treated as a spam. For example, resque-restriction can restrict the email invitation job not execute more than 1000 times per day, 100 times per hour and 30 times per 300 seconds.

ubuntu - a great OS for Ruby developers!

ubuntu 10.4 “Lucid Lynx” has been released today and here is how to turn it into a sweet Ruby development environment: 1 – Installing Ruby (and Rails) on ubuntu 2 – Troubleshooting common Ruby ubuntu problems 3 – Be one with your command line! 4 – Make gedit better than any IDE ;)

To be more accurate Ubuntu is not an OS. GNU/Linux Is the OS. Ubuntu is an OS w…
[..] Ubuntu is not an OS. [..] Ubuntu is an OS [..] Well that cleared it up …
Ubuntu almost has the hardware integration I have come to expect when using my …
I have been building rails applications on linux for two years. Emacs and Vim h…
Loading older posts