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.

ReverseMarkdown 1.0.0

reverse markdown transmogrifies given HTML into markdown for storing or further processing. The library just hit 1.0.0 with major speed improvements, but also some breaking changes, so please update with care! For details look at the changelog.

That’s really cool.
Great library. Added ReverseMarkdown to the Awesome Markdown list in the Hypert…

Introducing Godmin 1.0

Godmin is an admin framework for Rails 4+. It helps you build dedicated admin sections for your apps, or stand alone admin apps such as internal tools. It has support for common features such as scoping, filtering and performing batch actions on your models. Read more in our blog post

Great admin framework. Added Godmin to the Awesome ActiveRecord listing in the …
How does this compare to the administrate gem from Thought Works?

Bulletproof Rails Background Jobs

As Rails applications have grown and matured, we’ve asked them to do more complete and weighty tasks, and background jobs have been a necessity to keep the web application side of things responsive and zippy. But in a lot of cases, developers simply dump code into workers and call it a day. Just by following a few common-sense patterns, you can keep the back side of your code as neat and well-ordered as the front.

Get Sentimental About SMS with Twilio, Bluemix and AlchemyAPI

IBM’s Bluemix platform is home to an ever growing number of cognitive computing services that, as developers, we can use in our applications to learn more about our data. We look at how to get a Ruby application set up with Bluemix and use the AlchemyAPI and Twilio to respond to SMS messages based on sentiment.

5 Best Ruby on Rails Content Management Systems (CMS)

Content Management System is also a great platform for content organization, from drafting, revising, reviewing, approvals and publishing. With CMS, users can neatly divided into roles from authors, editors and publishers, and SEO editors. Read our blog to know about RoR based content management system.

Have you tried Jekyll (or another static site builder)? Managing your documents…
What about spinacms.com ?
worth checking out is ComfortableMexicanSofa as well github.com/comfy/comfortab…
I’ve been using refineryCMS on a client project and I’m pretty darn happy with …

Jekyll Against the Rest of the World - Dynamic is Evil ;-) by Tobias Horvath

Hello, via Vienna.html - (a static site news feed + user group) - the latest article about Ruby’s (and the world’s) #1 static site builder/compiler/generator titled “Jekyll Against the Rest of the World - Dynamic is Evil ;-)” by Tobias Horvath. Cheers. PS: Jekyll Trivia #1 - Did You Know - Yes, you can log into a (static) Jekyll site, use the jekyll-auth addon (gem).

Slicing and Dicing Ruby Enumerables

Have you ever needed to group items in an array, or lines in a file? In this post we’ll discuss a few often-overlooked Enumerable methods that let you do just that. http://blog.honeybadger.io/ruby-enumerable-slicing-before-when-and-after/

I believe your slice_before example with a block should output [[1], [2, 3], [4…
I got the same thing as Loic on 2.2.3
Loading older posts