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.

Scraping of Websites using Mechanize Gem

Web scraping (web harvesting or web data extraction) is a computer software technique of extracting information from websites. The Mechanize library is used for automating interaction with websites. Mechanize gem automatically stores and sends cookies, follows redirects, and can follow links and submit forms. To read full article, go to RailsCarma Blog.

qk/quik - ruby quick starter template script wizard .:. the missing code generator

Hello, I’ve put together the quik gem that includes a new ruby quick starter template script wizard. Let’s say you want to start a new gem. Try: $ quik new gem or $ qk n gem This will download the gem.rb wizard script from the Rubyref Scripts repo and run through all steps to get you started with ready to use code (from a git repo hosted template). Note, qk/quik is “generic”, that is, it works for sinatra templates, gli templates and anything. For static site (e.g. jekyll) starter scripts, for example, see Mr Hyde’s Scripts (built with mrh/mrhyde and the qk/quik machinery). Cheers.

Loading older posts