• Home
  • Search Tags
  • About

rubygems

Topics related to rubygems:

Getting started with rubygems

Gems can be used to extend or modify functionality in Ruby applications. Commonly they’re used to distribute reusable functionality that is shared with other Rubyists for use in their applications and libraries. Some gems provide command line utilities to help automate tasks and speed up your work.

The RubyGems software allows you to easily download, install and use Ruby software packages on your system. The software package is called a gem and contains a packaged Ruby application or library.

Change gem source in Gemfile

Anemone

  • The crawler will by only visit links that are on the same domain as the starting URL. This is important to know when dealing with content subdomains such as media.domain.com since they will be ignored when crawling domain.com
  • The crawler is HTTP / HTTPS aware and will by default stay on the initial protocol and not visit other links on the same domain
  • The page object in the on_every_page block above has a .doc method which returns the Nokogiri document for the HTML body of the page. This means you can use Nokogiri selectors inside the on_every_page block such as page.doc.css('div#id')
  • Other information to start can be found here

Maruku

JSON

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service