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.

Import excel files to active record like a Pro!

Active importer is a new gem that let you define importers, with a nice DSL, for loading tabular data from spreadsheets or CSV files into any ActiveRecord-like ORM.

Excellent gem, I’m already using it in production, and works perfect!
I love it :) (was writing importer myself)

Using Web Feeds in Ruby (Mini-Facebook-like News Feed in 20 Lines of Ruby) and More

Hello, Last nights slides from the Vienna.rb talk titled Using Web Feeds to Build Planet Sites in Ruby. Use left/right cursor keys (or space bar) to browse the slides. Or check the all-in-one-page markdown source. Build yourself a Mini-Facebook-like News Feed in 20 Lines of Ruby or just use the ready-to-use Pluto feed reader gem to make it one line (pluto build newsfeed). Cheers. Happy Planet.

Seedbank version 0.3.0 released. Finally!

I finally release Seedbank version 0.3.0 after a long hiatus while I was travelling. In this release are simplifications to the code, improvements in the documentation, Rails2 & 4 and Rake 10.x compatibility. Thanks to everybody who has used Seedbank and sorry for making you wait for this release.

Your Dockerfile for Rails

In the previous article, we have deployed a typical Rails application using Docker. Once Docker has been set up, the install was quite straightforward: just retrieve an image from the Docker Index and run it! Now, you may wonder how easy it was to build that image. So let’s watch the making of the previous episode! Read More

How to document your Grape API using Swagger UI

Maintaining an API documentation can be very time consuming. In the best case, you’ll update the doc before each update, according to the new specifications, but in the real world, you have a deadline, and your colleagues are stuck waiting for your new feature to be implemented. In this case, you might forget to update the documentation. The solution is to use a tool that will dynamically generate this documentation. [more inside]

Loading older posts