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.

MailRoom, Now With Sidekiq and Que Support

Before today, MailRoom primarily delivered mail messages from IMAP via a POST request to an API you configure. Now, thanks to the work of Douwe Maan (for a GitLab feature), there are delivery methods for enqueuing work into redis or postgresql to be handled by your own Sidekiq or Que workers! [more inside]

Why struct? Not Hash or OpenStruct?

When we want to store the key value pair most of them prefer Hash, because that is how we learned from the basic. But in real time compare to Hash and Openstruct, Struct works better than other key value storage… Find the useful arcticle http://bit.ly/1hWI1aM

Real time compare to Hash and Openstruct, Struct works better than other key va…
I’d personally also freeze the response, since a result is presumably immutable…

Pros & Cons of Ruby on Rails

In this article we look at the Pros and Cons of Rails and explain why we think it’s a fantastic choice for a modern web application. We also explain why Rails is Smart Car of the software world and why PHP is the ugly Fiat Multipla. View the article here

Thanks for the shared article! I don’t think we should think about programming …
I absolutely agree with Robert, if you want to develop a high-quality product, …
Most of all, Ruby lacks asynchronous programming and upsets the complete absen…
The comparison to the “ugly Fiat Multipla” is a bit harsh, but it’s certainly m…

New Jekyll Theme Directory Browse by Author, A-Z, And More - A Jekyll Site ;-)

Hello, Max White has relaunched the Jekyll theme directory listing more than 100+ ready-to-fork static sites. What’s news? You can now browse by authors, A to Z. You can subscribe to a web feed and best of all you can try out live demos. Any theme missing? Add yours! It’s just another Jekyll site ;-) Cheers. PS: My favorite theme? Of course Dr Jekyll Classics Books ;-) What’s yours? Let us know. Cheers. (Update: Use new themes.jekyllrc.org domain).

football.db - European Champions League 2015/16 Fixtures (try $ sportdb new cl2015-16

Hello, The plain text football fixtures (datasets) for leagues, teams, match schedules, and more that you can read with the sportdb gem into your SQL database of choice now includes the European (UEFA) Champions League 2015/16. Try using the cl2015-16.rb Datafile to (download and) build yourself a copy e.g.: $ sportdb new cl2015-16 All data, code, and league and JSON HTTP API starter kits public domain. Enjoy. Cheers.

Loading older posts