按回车键查看全部搜索结果
首页
技术栈
工具库
讨论
首页
技术栈
工具库
讨论
按回车键查看全部搜索结果
ruby-processing
Ruby-Processing is a ruby wrapper for the processing-2.0 art framework. This version supports processing-2.2.1, and uses jruby-complete-1.7.26 or an installed jruby as the glue between ruby and java. Use both processing libraries and ruby gems in your sketches. The "watch" mode, provides a nice REPL-ish way to work on your processing sketches. Features a polyglot maven build, opening the way to use/test latest jruby.
httpi
Common interface for Ruby's HTTP libraries
yaml_vault
yaml encryption/decryption helper.
jekyll-theme-mdui
A Jekyll theme based on mdui
i18n
Internationalization (i18n) library for Ruby
rails-data-migrations
Run your data migration tasks in a db:migrate-like manner
rexical
Rexical is a lexical scanner generator that is used with Racc to generate Ruby programs. Rexical is written in Ruby.
omniauth-protons
OAuth2 strategy for 8protons ID
enju_leaf
integrated library system
whereuat
Adds a toolbar to your rails app that directs your clients to test stories that have been marked as 'delivered' in Pivotal Tracker
espinita
Audit activerecord models like a boss
do_sqlite3
Implements the DataObjects API for Sqlite3
net-scp
A pure Ruby implementation of the SCP client protocol
rblineprof
rblineprof shows you lines of code that are slow.
tapping_device
tapping_device lets you understand what your Ruby objects do without digging into the code
ejson
Secret management by encrypting values in a JSON hash with a public/private keypair
rails-boilerplate
HTML5 boilerplate for Rails (>= 3.1)
ratyrate
A Ruby Gem that provides the same functionality of jQuery Raty library, and adds IMDB style rating.
puppetlabs_spec_helper
Contains rake tasks and a standard spec_helper for running spec tests on puppet modules.
camper_van
An IRC to Campfire bridge for IRC-based access to campfire chatrooms
sanitize-url
This gem provides a module called SanitizeUrl, which you can mix-in anywhere you like. It provides a single method: sanitize_url, which accepts a URL and returns one with JavaScript removed. It also prepends the http:// scheme if no valid scheme is found.
Roy
极简屏幕色彩读取工具
turnip
Provides the ability to define steps and run Gherkin files from with RSpec
API_Fuzzer
APIFuzzer gem builds api for finding security issues through a fuzzer
effigy
Define views in Ruby and templates in HTML. Avoid code interpolation or ugly templating languages. Use ids, class names, and semantic structures already present in your documents to produce content.
gemirro
Create your own gems mirror.
fluent-plugin-systemd
This is a fluentd input plugin. It reads logs from the systemd journal.
freelancer-theme-jekyll
Freelancer is a one page Bootstrap portfolio theme for freelancers.
email_validator
An email validator for Rails 3+. See homepage for details: http://github.com/K-and-R/email_validator
oat
Oat helps you separate your API schema definitions from the underlying media type. Media types can be plugged or swapped on demand globally or on the content-negotiation phase
iCuke
Cucumber support for iOS applications
omniauth-weibo-oauth2
OmniAuth Oauth2 strategy for weibo.com.
metrictools
metrictools ruby binding
motion-pixatefreestyle
Pixate Freestyle integration for RubyMotion projects
taste_tester
Utility for testing Chef changes using chef-zero
batsir
Batsir is a platform for stage based operation queue execution
slimgems
SlimGems is a drop-in replacement for RubyGems, a package management framework for Ruby. This project was forked at 1.3.7, which was a great stable release. SlimGems focuses on maintaining a sane and stable API. We believe that the project has been put through enough stress testing by the community to lock into the current API functionality for the forseeable future. We will also continue to improve the runtime performance over time; we can do this without changing the API.
mina-sidekiq
Adds tasks to aid in the deployment of Sidekiq
xcoder
Provides a ruby based object-model for parsing project structures and invoking builds
em-hiredis
Eventmachine redis client using hiredis native parser
datagrid
This allows you to easily build datagrid aka data tables with sortable columns and filters
retries
Retries is a gem for retrying blocks with randomized exponential backoff.
order_as_specified
Obtain ActiveRecord results with a custom ordering with no need to store anything in the database.
exception-track
Tracking exceptions for Rails application store them in database by exception_notification gem.
dashing-rails
The exceptionally handsome dashboard framework for Rails.
robustly
Don’t let small errors bring down the system
htty
htty is a console application for interacting with web servers. It's a fun way to explore web APIs and to learn the ins and outs of HTTP.
ruby-mp3info
ruby-mp3info read low-level informations and manipulate tags on mp3 files.
fb_graph2
Facebook Graph API v2.x Wrapper in Ruby
activerecord-tableless
ActiveRecord Tableless Models provides a simple mixin for creating models that are not bound to the database. This approach is useful for taking advantage of the features of ActiveRecord such as validation, relationships, etc.
itunes
iTunes API
docurium
A simpler, prettier Doxygen replacement.
dataflow
Dataflow concurrency for Ruby (inspired by the Oz language)
vagrant-aws
Enables Vagrant to manage machines in EC2 and VPC.
mdl
Style checker/lint tool for markdown files
mina-puma
Puma tasks for Mina
bbq
Objected oriented acceptance testing for Rails, using personas.
pru
Pipeable Ruby - forget about grep / sed / awk / wc ... use pure, readable Ruby!
nprogress_rails
This is a gem for the rstacruz' nprogress implementation. It's based on version nprogress 0.1.0.
psych
Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
teamocil
Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
rdio-cli
CLI for Rdio for Mac
omniauth-steam
Steam strategy for OmniAuth
pirj-pony
Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')
nexpose
This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.
rack-openid
Provides a more HTTPish API around the ruby-openid library
SassyLists
Advanced Sass list functions
Auth0
用户验证云服务
geoblacklight
GeoBlacklight provides a world-class discovery platform for geospatial (GIS) holdings. It is an open collaborative project aiming to build off of the successes of the Blacklight Solr-powered discovery interface and the multi-institutional OpenGeoportal federated metadata sharing communities.
stack_tracy
Investigate and detect slow methods within the stack trace of your Ruby (optionally Sinatra) application
pgdexter
The automatic indexer for Postgres
railroady
Ruby on Rails 3/4/5 model and controller UML class diagram generator. Originally based on the 'railroad' plugin and contributions of many others. (`brew install graphviz` before use!)
puffing-billy
A stubbing proxy server for ruby. Connect it to your browser in integration tests to fake interactions with remote HTTP(S) servers.
database_validations
ActiveRecord provides validations on app level but it won't guarantee the consistent. In some cases, like `validates_uniqueness_of` it executes additional SQL query to the database and that is not very efficient. The main goal of the gem is to provide compatibility between database constraints and ActiveRecord validations with better performance and consistency.
git_pissed
gitting pissed about your code
circuitbox
A robust circuit breaker that manages failing external services.
transcribable
Drop in crowdsourcing for your Rails app.
quimby
A Foursquare API wrapper
rest-client
A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
rodauth-rails
Provides Rails integration for Rodauth.
job_interview
Programmer job interview answers, packaged for your convenience. Fibonacci, FizzBuzz, and more! A project from BohConf 2012.
rails-bootstrap-material-design
Rails Material Design theme for Bootstrap 3
taglib-ruby
Ruby interface for the taglib C++ library, for reading and writing meta-data (tags) of many audio formats. In contrast to other libraries, this one wraps the C++ API using SWIG, not only the minimal C API. This means that all tags can be accessed.
speech2text
Super powers of Google wrapped in a nice Ruby interface
omniauth-gitlab
This is the strategy for authenticating to your GitLab service
kitchen-dokken
A Test Kitchen Driver for Docker & Chef Infra optimized for rapid testing using Chef Infra docker images
dish
Super simple conversion of hashes to plain Ruby objects. Great for consuming JSON API's.
roundhouse
RoundhousE is a Professional Database Change and Versioning Management tool
rack-test
Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature.
datamappify
Compose, decouple and manage domain logic and data persistence separately. Works particularly great for composing form objects!
carrierwave-video-thumbnailer
Lets you make video thumbnails in carrierwave via ffmpegthumbnailer
jschat
JsChat is a JSON-based web and console chat app.
time_difference
TimeDifference is the missing Ruby method to calculate difference between two given time. You can do a Ruby time difference in year, month, week, day, hour, minute, and seconds.
ronin
Ronin is a Ruby platform for exploit development and security research. Ronin allows for the rapid development and distribution of code, exploits or payloads via Repositories.
hakiri
Hakiri is a CLI for hakiri.io—a cloud security platform for Ruby on Rails apps.
github-markdown-preview
Local previews for Github markdown
deterministic
A gem providing failsafe flow
sproutcore
SproutCore is a platform for building native look-and-feel applications on the web. This Ruby library includes a copy of the SproutCore JavaScript framework as well as a Ruby-based build system called Abbot.
hyperloop
This gem provide the full hyperloop stack for rails plus generators for Hyperloop elements
‹
1
…
22
23
24
…
53
›