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.

Biology and Software

Why did humans evolve? How does this relate to software? An interesting analogy between software design and natural selection. Check it out!

Thanks for posting this, Antonio! I had never thought about software this way b…

Rails Friendly URLs Gem

I want to share with you this gem that allows you to easily configure SEO friendly URLs for ABSOLUTELY any route of your project. [more inside]

Let me know your thoughts if you use it!

schemadoc gem - auto-generate your database schema docu for tables, columns, etc.

Hello, I’ve put together a command line tool, that is, schemadoc that lets you auto-generate your database schema docu for tables, columns, etc. The schemadoc tool connects to your database and writes out the schema info in database.json and also builds an a-z symbol index in symbols.json. Drop the json files in the _data/ folder for your static site theme (template pack) and let Jekyll (or GitHub Pages) do the rest. See the football.db or beer.db examples. Cheers.

Loading older posts