This file contains 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
require 'open-uri' #Open-uri is a part of ruby standard library. It just need to be required when used. | |
require 'zip/zip' | |
require 'active_support/core_ext' | |
require 'nokogiri' | |
class JourneyPlanner | |
@queue = :journey_planner | |
class << self | |
def perform |
This file contains 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
Vamsi-iMac:tfl bijendra$ rails g model StandardService | |
**Notice: C extension not loaded. This is required for optimum MongoDB Ruby driver performance. | |
You can install the extension as follows: | |
gem install bson_ext | |
If you continue to receive this message after installing, make sure that the | |
bson_ext gem is in your load path and that the bson_ext and mongo gems are of the same version. |
NewerOlder