A Rails plugin for simple french localization
Usmu is a static site generator built in Ruby that leverages the Tilt API to support many different template engines. It supports local generation but is designed to be used with the web-based editor.
The 'propel' script helps you to push your code to a remote server while following Continuous Integration (CI) best practices. Propel first checks the CI server to make sure it's passing, and then runs the local spec suite and pushes changes. If the remote server is failing, just have propel wait for it to pass while you get a coffee.
Rumale::Manifold provides data embedding algorithms, such as Multi-dimensional Scaling, Locally Linear Embedding, Laplacian Eigenmaps, Hessian Eigenmaps, and t-distributed Stochastic Neighbor Embedding, with Rumale interface.
Gem to sync all locale yml/rb files based on a "master" one.
Localized precompiled assets for Rails
Adds to RailsAdmin support for mongoid localized fields.
Enables the creation of scenarios that involve creating a rails project, starting and stoppping of servers, generating projects, editing files, issuing http requests, running of commands, etc. Output is captured as a single HTML file that can be viewed locally or uploaded. Additionally, there is support for verification, in the form of defining assertions based on selections (typically CSS) against the generated HTML.
Easily set application variables for the test, development, and production environments. Works well with environment variables and provides a gitignored file for local overrides.
An FFI wrapper for the C library setlocale and localeconv functions.
Capistrano extension for deploying form local directory
Rich-pluralization is a module of E9s (http://github.com/archan937/e9s) which provides localized pluralization in combination with i18n. Doing this enables you to only translate words in singular form as the module pluralizes the translation for you.
Ghoul is a simple yet good looking interface for your git repositories written in sinatra. It is currently only for demonstration purposes and use on your secure local machine as it does not enforce any authentication as of yet.
Easy translation of attribute values for models through locale files in a similar way as for attribute names.
Extends Backup gem to perform backups on remote servers. Backup is a RubyGem, written for UNIX-like operating systems, that allows you to easily perform backup operations on both your remote and local environments. It provides you with an elegant DSL in Ruby for modeling your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.
Provides an interface to working with the local OS installed on the HPC Center's web node.
Selectively pulls and parses Vatsim online stations data. Essentially it's a 'who's online' library, capable of displaying online ATC and/or pilots for given airports, areas or globally. Stations are returned as objects, exposing a rich set of attributes. Vatsim data is pulled on preset intervals and cached locally to avoid flooding the servers.
ronin-vulns is a Ruby library for blind vulnerability testing. It currently supports testing for Local File Inclusion (LFI), Remote File Inclusion (RFI), SQL injection (SQLi), reflective Cross Site Scripting (XSS), Server Side Template Injection (SSTI), and Open Redirects.
I18nMultitenant allows you to specify translations that are tenant-specific, falling back to the base locale.
A base set of Capistrano extensions-- aids with the file_column plugin, the GemInstaller gem, multiple deployable environments, logfile helpers, and database/asset synchronization from production to local environment
Automatically add application locale (I18n.locale) as a part of cache key in Rails views.
Synchronize attributes on a local ActiveRecord user model with the user metadata store on Auth0
Tendersync is a utility for syncing files from ENTP's Tender site for managing customer facing documentation. It can be used to pull and push documents to a local repository as well as create indexes for each documentation section.
Localized country select list
Ruby/CLDR a library which provides locale informations based on Common Locale Data Repository(CLDR) Project[1]. [1] http://www.unicode.org/cldr/
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.
== Jiveapps These tools are all about making Jive App development as easy as possible. After you install the tools, it only takes a single command to: 1. Create a new app - a simple Hello World application. 2. Set up version control for your code using Git. 3. Host the app code online at Jive's AppHosting server. 4. Register the app on the Jive Apps Marketplace as an app "in development". 5. Install the app on your default app dashboard in the Jive Apps Sandbox. After you install, use this simple workflow to make changes and see them reflected in the sandbox: 1. Make a change to the code on your local machine. 2. Commit the changes to your local Git repository. 3. Push the changes to the remote Jive Apps repository. This automatically updates the hosted copy on the Jive AppHosting server. 4. Refresh the app dashboard or canvas page on the Jive Apps Sandbox and see your changes. Other features: * LiveDev: preview your changes on the Jive App Sandbox in real time * Collaboration: add other developers to your project * OAuth Key Management: associate consumer key/secret pairs with service names for use in your apps
Synchrotron monitors a local directory tree and performs nearly instantaneous one-way synchronization of changes to a remote directory using rsync.
Is the local client to the puppet_controller
Plupload lets you upload multiple files at a time and even allows drag and drop from the local file system into the browser (with Firefox and Safari). This gem/plugin tries to make its integration with Rails 3 very simple.
PRM (Package Repository Manager) is an Operating System independent Package Repository tool. It allows you to quickly build Debian and Yum Package Repositories. PRM can sync local repositories to S3 compatible object storage systems.
Lightweight configuration for your ruby app. Reads Rails-style YAML files from your config directory. Features include optional environment namespacing, local convention-based override files, and indifferent (symbol vs string) access.
Super-tiny gem that adds Pathname.local(path).
Download logfiles from Amazon S3 buckets to local disk and combine them in one Apache CLF per bucket
Work In Progress - Clarifai is a visual recognition API. Clarifai's algorithms enable fine grained classification, localization of objects in images and similarity search based on the combination of semantic and visual properties.
A local JSON database using Rudash for easy Hash traversal.
It is a tool that invoke AWS Lambda function from the local machine as a normally script.
Rack Based Locale Selector
Run local test suites without knowing exactly how to run them.
Helpful library for primarily reading the contents of a file either from an HTTP address, local file, or DRb file system.
Enhance I18n#localize to use parsi digits and Jalali dates in Farsi locale
A small library that allows you to easily spin up new local mysql servers for testing purposes.
Base components for Biovision applications. Models, Controllers, locales, some JS and SCSS
Run a rake task in a separate process (locally or on Heroku)
Oftenly local dev machine is much more powerfull than the remote one (VPS, for example). Every deploy system need to recompile all the assets in packs folder (by default). If the project is large, it'll take to much time and remote machine processor load that it would be much more easier to precompile assets on local machine.
CodeFumesHarvester provides a set of high-level tools for gathering history and common metrics from a local repository and sending them to CodeFumes.com[http://codefumes.com].
Applocale is a localization tool, It can convert file between string and xlsx ,csv, also support download xlsx or csv from google. You can also setup conversion logic for string value of each project. Support ios, android and json format.
Helps you to create forms with localized fields using Mongoid.
The dbi-dbrc library provides an interface for storing database connection information, including passwords, in a locally secure file only accessible by you, or root. This allows you to avoid hard coding login and password information in your programs that require such information. This library can also be used to store login and password information for logins on remote hosts, not just databases.
Manages local minio binary installs and handles stopping and starting minio server