Project
Reverse Dependencies for hoe
The projects listed here declare hoe as a runtime or development dependency
0.0
Koujou is a fixture replacement that requires no effort to use. You don't have to define a single thing in your test_helper or whatever. Just call the koujou method on your active record model, and you're off. check out: http://www.michaelleung.us/koujou for all the juicy details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://wiki.developers.facebook.com/index.php/API]. Its goals are: * Idiomatic Ruby * No dependencies outside of the Ruby standard library (This is true with Rails 2.1. Previous Rails versions require the JSON gem) * Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available * Well tested
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
The Mmap class implement memory-mapped file objects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Use Rails fixtures as mocked model objects without database access
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A replacement for fixtures.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Need a simple, consistent way to create model instances and check
validations in your ActiveRecord 3.1+ tests? Use the Modelizer. Just
don't trust the docs, since lots changed in 5.x and I got lazy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
mogo24r is mogo2API-library for ruby. mogo2 is Japanese micro-blog.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Ruby wrapper for Yahoo!'s Fire Eagle
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
* Currency conversion API based on Yahoo Finance
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Monitr is an easy to configure, easy to extend monitoring framework written in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
monkes21 gem - generate your own monkes twenty one 28×28 pixel avatar images from the 100+ official text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Utility for applying patches to installed gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Fancy console output tools
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Baby mix-in for Test::Unit which allows one to specify manual test cases with steps. Manual test cases are a necessary evil in this world and something that I feel is missing sorely (but not sadly) is the ability to keep your manual test cases coupled with your automated test cases. Manual tests playing with automated tests. Of course, the goal of Moonit is to not interfere with automated tests so it is necessary to tell ruby you want to execute your manual tests alongside your automated tests at runtime.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Implements some Morphological Metrics, described by Larry Polansky.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
MM::Space is a framework for working with Morphological Metrics and
Morphological Mutations in Ruby. A core component of MM::Space is that it has a
notion of global distance throughout a series of measurements or
transformations. This is what "Space" implies. It uses coworker libraries
MM::Metric and MM::Mutation to drive these measurements and transformations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A library for writing tests for your Camping app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Most is a simple academic modular open software tester.
Most, the Core is the main part of the system. Most provides
the environment and interface bridges for modules that will
implement the basic functionality of the testing system.
In general Most, the Core consists form two main interfaces:
the connector and the tester.
The connector interface offers the basic bridge to make
an implementation of a module which will act as a controlling
interface of the system. It can be a command line interface or
it can be a module which will set up a server providing a network
access for end users.
The tester interface allows building an implementation of
the software validator. By default the Most ships with
the tester compliant with the ICPC Validator Standard. The Most system
proposes to implement a testing system following this standard, but
it is not obligatory. The 3-rd party implementation can vary
significantly considering the user preferences.
It is possible to build other interface bridges using the abstract
interface classes provided by the Most system to extend
the functionality of the modules. For example the implementation of
the connector interface in the form of the network server can build
a tunnel interface bridge, so that developers can make implementations,
for example, of a SSH tunnel in order to provide a secure connection
with the testing system.
The default system bundle is shipped with a number of basic interface
implementations (modules). Please, consider taking a look on realize
notes for the list of supplied modules.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
MP3Preview generates a waveform image from given mp3. Lame needed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Ruby library for Panda (pandastream.com), a video uploading, encoding and streaming service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity