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
" Note: Skip initialization for vim-tiny or vim-small. | |
" Required: | |
"set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
"endif | |
" Required: | |
call plug#begin() | |
" Required: |
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
{{:xmlElement, :AirShoppingRS, :AirShoppingRS, [], | |
{:xmlNamespace, :"http://www.iata.org/IATA/EDIST", | |
[{'xsi', :"http://www.w3.org/2001/XMLSchema-instance"}]}, [], 1, | |
[{:xmlAttribute, :xmlns, [], [], [], [AirShoppingRS: 1], 1, [], | |
'http://www.iata.org/IATA/EDIST', false}, | |
{:xmlAttribute, :"xmlns:xsi", [], {'xmlns', 'xsi'}, [], [AirShoppingRS: 1], | |
2, [], 'http://www.w3.org/2001/XMLSchema-instance', false}], | |
[{:xmlText, [AirShoppingRS: 1], 1, [], '\n ', :text}, | |
{:xmlElement, :Document, :Document, [], | |
{:xmlNamespace, :"http://www.iata.org/IATA/EDIST", |
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
Plugin 'gmarik/Vundle.vim' | |
Plugin 'bling/vim-airline' | |
Plugin 'vim-ruby/vim-ruby' | |
Plugin 'Valloric/YouCompleteMe' | |
Plugin 'kien/ctrlp.vim' | |
Plugin 'tpope/vim-rails' | |
Plugin 'scrooloose/nerdtree' | |
Plugin 'sjl/gundo.vim' | |
Plugin 'scrooloose/nerdcommenter' | |
Plugin 'szw/vim-tags' |
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
class ContactImportWorker | |
include Sidekiq::Worker | |
require 'sidekiq' | |
require 'csv' | |
# require 'sidekiq/testing/inline' | |
sidekiq_options queue: :med | |
#sidekiq_options retry: false |
NewerOlder