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.

New Jekyll F.A.Q.s - Frequently Asked Questions (and Answers) @ Planet Jekyll

Hello, I’ve started a new F.A.Q for all things Jekyll and friends. Still early. Questions so far include: Where can I find the latest (and greatest) Jekyll news and goodies? Where can I find themes? Can I use Bootstrap with Jekyll? Where can I find help? Where can I find Jekyll friends? What Jekyll plugins can I use on GitHub Pages? and some more Question? Comments? Welcome. Cheers.

Use any C library from Ruby via Fiddle – the Ruby standard library’s best kept secret

Fiddle is a little-known module that was added to Ruby’s standard library in 1.9.x. It allow you to interact directly with C libraries from Ruby. In this post we’ll start with some simple examples and finish by using termios to talk to an arduino over a serial port. - http://blog.honeybadger.io/use-any-c-library-from-ruby-via-fiddle-the-ruby-standard-librarys-best-kept-secret/

Youtube filter for html-pipeline

Need to convert youtube url into a video iframe? I just create a gem called html-pipeline-youtube for adding youtube filter to html-pipeline. I think this might be what you need!

https://github.com/discourse/onebox AND https://github.com/naveed-ahmad/auto_h…
Onebox does do better in url transformation, and I did not know it before, than…

Factories that makes JSON

Sometimes, it gets quite annoying while you are testing your API, that accepts JSON. Often the solution in this is to keep JSON data in fixtures and then parse that and provide to endpoint. Maintaining then becomes quite a pain, especial if you have to support complex JSON data types and introduce changes with time. Here is solution: [more inside]

Loading older posts