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.

Ruby Quiz - Challenge #17 - Build an HTML Template Engine Like It's 1999

Hello, It’s Friday. Ruby Quiz time! Join us for the second challenge in the new year in 2020! Here we go: Challenge #17 - Build an HTML Template Engine Like It’s 1999 Let’s say you have the following blog roll / channels defined in ruby… Post your code snippets on the “official” Ruby Quiz Channel, that is, the ruby-talk mailing list. Happy text processing and template merging with Ruby.

Deploying Rails 6 application with Dokku

Heroku, AWS, Google Cloud are great services for hosting Rails application but they are expensive. If you are developing a small app, kicking off a startup or just playing with Rails you can use cheaper solutions - cloud hosting, like DigitalOcean or Upcloud. The problem is the setup - you need to install dependencies on your own. Then deploy your application manually or using for example capistrano, which also requirers a lot of setup. What if we had self-hosted heroku? Read the post

tty-exit: terminal exit codes for humans and machines

The tty-exit is here to provide human friendly and standard way to use exit status codes in command-line applications. Instead of saying exit(64), you can say exit_with(:usage_error). It is so much nicer! Wouldn’t you agree? That’s why tty-exit gathers a list of all the most common exit codes as used by POSIX-compliant tools on different Unix systems for you to use. Enjoy!

Loading older posts