- http://5by5.tv/rubyshow a podcast with (most of) all the news in Rails and Ruby land.
- https://rubyweekly.com/ A free, once–weekly e-mail round-up of Ruby news and articles.
- GoRails Job Board
- Ruby Together News
- Postmodern’s blog
- RubyFlow The Ruby and Rails community linklog
- Ruby Central a non-profit organization dedicated to Ruby support and advocacy of the worldwide Ruby community.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# Taken from https://stackoverflow.com/a/34534006/1307778 | |
':' //; exec "$(command -v gjs)" "$0" "$@" | |
~function(){ ... } |