Desi (Developper Elasticsearch Installer) is very simple tool to quickly set up an Elastic Search local install for development purposes.
Localize error messages in dm-validations.
A Ruby gem that wraps C locale functions.
Automatically set per-request locale in Rails applications
Used for exporting locale yaml files to CSV format. CSV files are then being imported into Excel, edited by translators, then imported back to yaml.
A small library that allows you to easily spin up new local mysql servers for testing purposes.
Gem for defining Blockspring functions locally.
Dumps geonames data to feed a local db
locale-specific attachments with paperclip and globalize
Annyong starts a public static Web server in the current directory, allowing people in your local network to browse your files.
List of all the known languages in their English and Native name with locales.
Set I18n locale based on subdomain (Rails plugin).
Remove provision profile from your local machine
ActiveModel validations for domains (including TLDs), ip addresses and email addresses with fully localization support.
AdLocalize produces localization files from platform agnostic wording. Supported wording format : CSV. Supported export format: iOS, Android, JSON and YAML
A Rails generator plugin & gem that generates Rails I18n locale files for almost every known locale.
Allows english text extraction, for internationalization and localization, from Ruby on Rails ERB files
The quickest CLI tool to setup a new WordPress locally. Wordless ready.
Guard::Redis automatically starts and restarts your local redis server.
Sets the current locale of a request using a combination of params, cookies, and http headers
Looks on different hosts file, to prevent local hosts resolving
This is yet another plugin for Jekyll localization. It creates a copy of the site for each language and allows to interlink between them.
Jekyll PDF Embed is a ruby gem for Jekyll static site generator. It allows user to easily embed external or local PDF files to any page or blog post.
RubyLexer is a lexer library for Ruby, written in Ruby. Rubylexer is meant as a lexer for Ruby that's complete and correct; all legal Ruby code should be lexed correctly by RubyLexer as well. Just enough parsing capability is included to give RubyLexer enough context to tokenize correctly in all cases. (This turned out to be more parsing than I had thought or wanted to take on at first.) RubyLexer handles the hard things like complicated strings, the ambiguous nature of some punctuation characters and keywords in ruby, and distinguishing methods and local variables. It should be able to correctly lex 99.9+% of legal ruby code.
Use this gem to talk to OmniFocus. Extracts projects, contexts, and tasks from local or remote OmniFocus databases.
Open Learn lessons locally
Instala el archivo de inflections para pluralizar y singularizar según las reglas en Español, incluye el locale en Español y agrega templates erb/haml para que el scaffold genere las vistas en Español.
Client library for the open development services of Deutsche Telekom AG. The services are: send SMS, voice call, conference call, IP location, local search and quota management. For more information, please see http://www.developergarden.com.
Microsoft Azure Cognitive Services Local Search Client Library for Ruby
Even delivering email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail.
Bdoc is a simple replacement for the gem or yard server. All it does is look at all of the Gems you have installed locally and creates a nice iframe based browser that makes it easy to navigate between gem docs. IT DOES NOT REQUIRE A SERVER FOR VIEWING... not like gem server does! If you use this, I highly suggest also using Hanna[http://github.com/mislav/hanna/tree/master] (a beautiful rdoc theme). Check out the demo http://manalang.github.com/bdoc/bdoc.html
Temporally Ordered IDs. Generate universally unique identifiers (UUID) that sort lexically in time order. Torid exists to solve the problem of generating UUIDs that when ordered lexically, they are also ordered temporally. I needed a way to generate ids for events that are entering a system with the following criteria: 1. Fast ID generation 2. No central coordinating server/system 3. No local storage 4. Library code, that is multiple apps on the same machine can use the same code and they will not generate duplicate ids 5. Eventually stored in a UUID field in a database. So 128bit ids are totally fine. The IDs that Torid generates are 128bit IDs made up of 2, 64bit parts. * 64bit microsecond level UNIX timestamp * 64bit hash of the system hostname, process id and a random value.
This gem installs several simple command line utilities locally. It uses the NSConfig.wsdl SOAP interface for remote access.
Component-based Ruby/Rails applications use local 'path' gem references to structure an application. This gem provides utilities for printing and exporting such dependencies.
Easily clone your production Mongoid database and files for local development
Automate the work requied to run Ruby apps against region-local databases on Fly.io
Automatically run common development tasks on events, as prescribed in a local .sidekick file. Easy, powerful DSL. Powered by EventMachine.
Liquid filter for custom locale date formatting.
Translate model attribute values from locales
A local callback server for oAuth web-flow.
LocalizableModel provides localization support for ActiveRecord objects
A gem that provides parsing and output of phone numbers according to NANPA (North American Numbering Plan Administration) standards. If possible, time zones are populated by abbreviation as well as offset relative to the local timezone.
I18nLazyScope lets you use lazy lookup and keep a better structure for your locale files when localising strings in your Ruby on Rails application. This means quicker translations without sacrificing the structure of your locale files.
Stop restarting your server after editing local gems
Flo is a local workflow automation tool that helps you get things done. This gem contains the core functionality for Flo, plugins for interacting with various systems can be found in separate provider gems.
Provides date, time, number, and list formatting functionality for various Twitter-supported locales in Javascript.
Tumblargh aims to reduce suffering involved with building a theme by offering a way to fully develop, lint and test Tumblr themes locally, with real posts from any existing Tumblog.
Helpful scripts to run linters locally and on CI
This plugin provides a web interface for translating Rails I18n texts (requires Rails 3.0 or higher) from one locale to another. The plugin has been tested only with the simple I18n backend that ships with Rails. I18n texts are read from and written to YAML files under config/locales. This gem is a fork of https://github.com/romanbsd/translate. From the original https://github.com/mynewsdesk/translate which also includes work from this fork: https://github.com/milann/translate
Rather than streaming logs through a UDP connection this logger favors a simplier method: store things locally and retrieve them when your servers are not busy.