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.

The somewhat peculiar behavior of Ruby&#x27;s Thread#raise

When you call Thread#raise, the exception will be raised at whatever point of execution that thread happens to be at. In my blog post, The somewhat peculiar behavior of Ruby’s Thread#raise, I explore why that does make sense, but why it means you should only ever call Thread#raise if you have complete control over what code is inside that Thread and if it expects exception raises to be invoked by the outer context.

Search Amazon in Ruby

After having a difficult time finding an easy-to-use gem for searching Amazon products, I ended up writing my own gem from scratch. It provides a simple Ruby DSL for searching, looking up products, and retrieving “browse nodes” (i.e.: categories). You can find the gem named a2z on Github.

What you did not know about Capistrano, yet

Capistrano is probably the oldest but still the most popular Rails deployment tool around. While there is some documentation around, I often end up browsing through the source code. Almost every time I discover things I did not know before. Today, I published a blog post about some great Capistrano features you probably did not know, yet.

Railsview: Ruby on Rails Theme Marketplace

I just launched RailsView a ruby on rails theme marketplace. Railsview has its own gem: You can buy or download themes and add a vest to your app in a few seconds with our gem “xkimo”. You don’t have to worry about converting your path: Railsview sells themes for Rails App. (with the right routes, and right path to your assets pipeline) Full HTML/JS/CSS themes and CSS based themes: With Railsview you can also build CSS based themes. All the Css based theme will be FREE. It’s FREE: It’s completely FREE to join and Railsview is taking 0% cut on our sellers sales until the end of our BETA. Sellers will keep 100% of each sales!

Loading older posts