This gem is empty. It protects against brandjacking. You are welcome. If you think it is yours to own, just contact me.
This library provides a simple set of helper methods to manage slices and DNS zones/records on your Slicehost account (http://slicehost.com). == Capistrano tasks There are two capistrano tasks: cap slicehost:zone:add # Create DNS zone cap slicehost:zone:mx:google # Add Google Apps MX records To your config/deploy.rb, add the following: require "slicehost/recipes/capistrano" if Capistrano::Version::MAJOR >= 2 # Used to setup/update DNS registry of url => ip set :domain_mapping, "myurl.com" => "123.456.789.012" == Underlying API The current API is very alpha. It was just the simplest thing that worked. There are unit tests demonstrating it working and everything. Future releases will have a nicer, class-based API. Contact: Dr Nic Williams, drnicwilliams@gmail.com
Unidom (UNIfied Domain Object Model) is a series of domain model engines. The China Contact domain model engine includes Mobile Phone Number and its relative models. Unidom (统一领域对象模型)是一系列的领域模型引擎。中国地理领域模型引擎包括中国大陆的行政区划及其相关的模型。
A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo.
Easy Contacts for Ruby on Rails 2.2 (i18n)
A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo.
Use this gem to send contacts to highrise easily
Georgia::Mailer works essentially with Georgia CMS to provide spam-free contact forms, email notifications, Sendgrid integration, and so on.
Import users' contacts lists from Google, Yahoo!, and Windows Live.
Import users' contacts lists from Google, Yahoo!, and Windows Live fork from holinn and turing contacts gem
Getting mail contacts through OAuth 2.0 for Gmail and Hotmail
"a simple data storage based on git, designed for Git-Contacts"
Allows you to lookup GMail contacts and cache contacts locally from the command line.
Form out of the box.
Ecm Contact Module.
Reads a contacts.txt file
Parser for https://github.com/unitedstates/contact-congress member files.
Extracts contact data.
This gem is Ruby interface to the Polkomtel's MultiInfo SMS gateway service, based on Luke Redpath's clickatel library. To use this gem, you will need an access to Polkomtel's MultiInfo service. You need user, password, sercvice_id and certificate for ssl connection. Contact Polkomtel sales reps for info how to obtain acces to MultiInfo service.
Scrape Institutions, Courses, Contacts from CRICOS
== DESCRIPTION: Creates a configuration controller and model that can be used to quickly create configuration table for your system so you can store system-wide variables that you'd like the user to be able to set. This gem contains a generator to create a simple configuration model, migration, and interface for your application, complete with working tests. == FEATURES * Generates the controller, model, and the associated files. * You can specify the model name and set the fields for the migrations via the generator. == SYNOPSIS: === Setup and overview Generate a new configuration system for your application by executing the generator from the root of your application. ruby script\generate rails_config_model Configuration You can also specify the model fields much like the scaffold_resource generator ruby script/generate rails_config_model Configuration contact_email:string site_name:string welcome_message:text max_number_of_events:integer Once installed, you modify the generated migration to include the fields you want to configure. There are a few defaults there to give you an idea. The generator will create a controller mounted at /configuration so you can edit your configurations. Modify this as needed to provide for security. === The Edit form The application's edit form uses the *form* helper method to auto-generate the fields. This may not be optimal and you may wish to actually write your own view instead. See app/views/configuration/edit.rhtml for more details. === Usage Configuration is simply a model for this table. It is designed to handle a single row of a table, and so additional rows cannot be created. If you have a table that looks like this: id contact_email site_name welcome_message max_number_of_events You simply grab the row from the table @configuration = Configuration.load and then grab the values out. email = @configuration.contact_email Or save new values @configuration = Configuration.load @configuration.welcome_message = "This is the default message." @configuraiton.save
This gem is Ruby interface to the Polkomtel's MultiInfo SMS gateway service, based on Luke Redpath's clickatel library. To use this gem, you will need an access to Polkomtel's MultiInfo service. You need user, password, sercvice_id and certificate for ssl connection. Contact Polkomtel sales reps for info how to obtain acces to MultiInfo service.
We developers don't have time to grab mobile phones, slide the screen, press pin numbers, open contact list and search the person you are looking for. Instead it would me much more easier if we could press some shortcut key to open terminal and enter a command to search the contact details and send message if we like.
A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo.
A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo.
Unidom (UNIfied Domain Object Model) is a series of domain model engines. The China Region domain model engine includes Region and its relative models. Unidom (统一领域对象模型)是一系列的领域模型引擎。中国联系方式领域模型引擎包括中国大陆的移动电话号码及其相关的模型。
Rails validation gem which ensures no contact information can be passed through a field. Contact information is twitter handles, email addresses, and phone numbers.
A BrowserCMS module that gives you a contact us portlet
This Gem provides simple methods to add sharing functionality to your page. Currently supporting Facebook, Twitter Google+ and Reddit. Feel free to contact me if you want any features/services included!
Using simple tags, you can mark snips in your code without interrupting your workflow. At the end of the day, run 'snip' to gather your snips from all your code for easy review. Compatible with Ruby and JavaScript. Visit the GitHub homepage for further instructions and developer contact details.
A Ruby gem to retrieve data about people and organizations from http://public.xenapto.com
Retrieves contact list of email
A universal interface to grab contact list information from Yahoo, AOL, Gmail, Hotmail, Plaxo, GMX.net, Web.de, inbox.lt, seznam.cz, t-online.de. Now supporting Ruby 1.9.
A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo. Forked from the contacts gem from cardmagic
A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo.
Simple gem for reading in contact csv files that you can export from email clients like Outlook or GMail
Contact Center AI Insights helps users detect and visualize patterns in their contact center data. Understanding conversational data drives business value, improves operational efficiency, and provides a voice for customer feedback.
TODO
This is the official adcloud API gem. If you have any problems or requests please contact api@adcloud.com.
(Another) ExpressPigeon Ruby API for sending transactional messages, manipulating lists, contacts and more.
Add embedded contact info to a mongoid model
A universal interface to grab contact list information from various providers including Outlook, Address Book, Yahoo, AOL, Gmail, Hotmail, and Plaxo.
This is my first gem and the idea was to develop a super simple and lightweight client to connect with Coingecko API. Keep in mind that this is by no means an oficial gem from Coingecko, it is a MIT license pet project! Use at your own discretion! I published it originally with the methods that I needed for another project, but I'll keep on adding more methods to interact with the rest of the API. Any comments, sugestions, Pull Requests, feel free to contact me.
Gem to provide SMS functionality through the Smartcall Technology Solutions web services. Contact http://www.smartcalltech.co.za for an account. This gem is based on the smartcall gem written by Armand du Plessis (adp@bank.io).
Is there a gem author around you? Did you meet any author of the gems used? Did you contact with any author of the gems used on the Internet? Do you think that "the author is cool!", "the author is awesome!" or "I respect the author!"? Do you want to be a gem author? This talk doesn't describe about how to create a gem because it is easy. "gem" is a package of Ruby library (, tool and so on) for easy to install. This talk describes about developing a library that is gem content. This talk is based on my experience as a library developer. This talk describes about how to write codes, how to write documents, release, support and mental set for a better "library developer". I hope that this talk is a trigger for increasing the number of better "library developers".
A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo.
This gem is a wrapper on top of the Google API that allows a developer to handle calendars, events, contacts on behalf of the user.
Generate form snippets for Formspree's contact forms
Gem to provide sms functionality through the Smartcall Technology Solutions web services. Contact http://www.smartcalltech.co.za for an account.