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.

Talk Slides - Static is the New Dynamic - Jekyll is the New Ruby Killer App

Hello, The slides from the Vienna.rb talk titled “Static is the New Dynamic - Jekyll, Octopress, GitHub Pages n Friends” (use T to toggle, space or cursor to browse) or read the all-in-page version. Topics covered include: Dynamic Site Generators; Static Site Generators; Why Static?; Static Site Generator - Folder Structure Example; Static Site Generators - The Biggies; Build Your Own Static Site Generator in Ruby in 5 Minutes; Static is the New Dynamic - Jekyll is the New Ruby Killer App; Jekyll Getting Started; Jekyll - Beyond the Basics - Collections, Data; Dynamic Examples - Videos, Comments, n More; Jekyll Goodies - HTML Proofer, Prose.io, GitHub.js, Jekyll Planet Gem, WordPress Jekyll Export Plugin; GitHub Pages; Octopress 3.0 Upcoming Cheers.

Dynamic Rails Error Pages

Normally, 404 and 500 error pages are static HTML files that live in the public directory of a Rails application. These are boring, minimally-styled pages that don’t get the same treatment as the rest of the app. This tutorial shows you how to move error pages into your Rails app as dynamic views that benefit from application styles, layouts, and view helpers. Read the tutorial.

Or you can just use my Gem which does the same thing with just a Gemfile add. :…

Web Socket Hook: A bridge between web hooks and web sockets

Web Socket Hook is an open-source Sinatra-based service which bridges web hooks and web sockets. Now you can build apps that respond to web hooks even though your app may not be directly accessible from the internet. Using any standard web socket client you can connect to the WebSocketHook service, register a web hook, and receive messages via the web socket when the hook is called. Even in-browser JS or apps running behind a firewall can receive HTTP POSTs.

Ruby Gem of the Week - gli gem - git-like interfaces for awesome command-line tools

Hello, over at Planet Ruby the Gem of the Week Series continues with #7 - the gli gem - (yet another) command parser built ontop of OptionParser in an easy-to-(re)use package offering it’s very own mini-language (domain-specific language) to let you define your commands (or even commands of commands of commands) in plain old Ruby. Cheers. PS: Have your say! Guest posts more than welcome.

Sending and receiving emails in Rails apps

Every successful business application has to send transactional emails to customers. I’m writing a comprehensive guide for sending and receiving emails in Rails apps. You’ll be able to use it as a reference the next time you need to send emails with Postmark, SendGrid, Mailgun or Mandrill. Ooh, you want to use Customer.io or Intercom? I’ve got you covered. Request your copy.

Loading older posts