Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Ruby Optipng

Compare

  Analyzed 1 day ago

Ruby interface to 'optipng' tool.

148 lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Ruby Unix Whereis

Compare

  Analyzed 1 day ago

Ruby interface to UNIX 'whereis' command.

148 lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Ruby Hash Utils

Compare

  Analyzed about 12 hours ago

Adds more than 125 useful and frequently rather fundamental methods which are missing in Ruby programming language, to Array, File, Hash, Module, Object, String and Symbol classes. It tries to be similar project to Ruby Facets on principle, but less complex, more practical, non-atomic and organized by better way.

2.33K lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Ruby Jpegtran

Compare

  Analyzed 1 day ago

Ruby interface to 'jpegtran' tool.

175 lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Validates Constancy for Rails

Compare

  Analyzed 1 day ago

This RubyGem and Rails plugin adds a ‘validates_constancy_of’ validation to Active Record. It allows you to prevent particular database fields from being changed after a record is created. A validation error occurs on updates if an attribute of a model object is different from its value in the ... [More] database. The code is packaged as both a RubyGem and a Rails plugin. You can use either one, depending on what your needs are. NOTE: This project is no longer in active development. It has been superseded by the built-in attr_readonly method in Rails. [Less]

291 lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
3.0
   
I Use This

twitter gem

Compare

  No analysis available

A Ruby wrapper for the Twitter REST and Search APIs

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit

multi_daemons

Compare

  Analyzed 1 day ago

It provides an easy way to run multiple ruby scripts as daemon. Daemon can be controlled by start, stop and restart. It also supports blocks as daemons. It even supports running single daemon process like other popular daemonzing gems.

720 lines of code

1 current contributors

about 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

WWW::Delicious

Compare

  Analyzed about 16 hours ago

WWW::Delicious is a Ruby client for http://del.icio.us XML API. It provides both read and write functionalities. You can read user Posts, Tags and Bundles but you can create new Posts, Tags and Bundles as well.

1.22K lines of code

1 current contributors

over 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ActiveRecord::MultiConditions

Compare

  Analyzed about 4 hours ago

MultiConditions is a simple ActiveRecord plugin for storing ActiveRecord query conditions and make complex queries painless. This plugin doesn't replace ActiveRecord#with_scope method, nor the basic :condition usage but extends it with the ability of storing illimitate conditions in multiple step.

1.55K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ruby css_parser

Compare

  Analyzed about 2 hours ago

Load, parse and cascade CSS rule sets in Ruby. Install the gem from RubyGems. gem install css_parser An example require 'css_parser' include CssParser parser = CssParser::Parser.new parser.load_file!('http://example.com/styles/style.css') # lookup a rule by a ... [More] selector parser.find('#content') #=> 'font-size: 13px; line-height: 1.2;' # lookup a rule by a selector and media type parser.find('#content', [:screen, :handheld]) # iterate through selectors by media type parser.each_selector(:screen) do |selector, declarations, specificity| ... end Made on Vancouver Island. [Less]

3.49K lines of code

5 current contributors

3 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This