Project
Reverse Dependencies for hoe-highline
The projects listed here declare hoe-highline as a runtime or development dependency
0.0
This is a Ruby interface to FrameNet, a lexical database of English word usage. It
includes version 1.7 of the FrameNet data, and Ruby classes for querying them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Strelka is a framework for creating and deploying Mongrel2 web applications
in Ruby, and for managing a Mongrel2 cluster.
It's named after the Russian dog who was one of the first space travelers
to orbit the Earth and return alive.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This is a web content-management application written for the Strelka
web application framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This is a Strelka application plugin for describing rules for [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/).
NOTE: It's still a work in progress.
By default, the plugin has paranoid defaults, and doesn't do anything. You'll need to grant access to the resources you want to share.
To grant access, you declare one or more `access_control` blocks which can modify responses to matching access-control requests. All the blocks which match the incoming request's URI are called with the request and response objects in the order in which they're declared:
# Allow access to all resources from any origin by default
access_control do |req, res|
res.allow_origin '*'
res.allow_methods 'GET', 'POST'
res.allow_credentials
res.allow_headers :content_type
end
These are applied in the order you declare them, with each matching block passed the request if it matches. This happens before the application gets the request, so it can do any further modification it needs to, and so it can block requests from disallowed origins/methods/etc.
There are a number of helper methods added to the request and response objects for applying and declaring access-control rules when this plugin is loaded:
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Strelka-FancyErrors is a Strelka plugin for rendering a bunch of useful
information on error responses suitable for developers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Strelka-NewRelic is a Strelka plugin for monitoring a Strelka application with
NewRelic's application performance management service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Strelka-Presenters is a plugin for the Strelka web framework that adds
integration with the [Yaks hypermedia library][Yaks].
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This is a basic mp3-processor plugin for the Thingfish digital asset
manager. It extracts MP3 metadata (ID3) from uploaded audio files,
along with any album artwork as related resources.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This is a basic pdf processor plugin for the Thingfish digital asset
manager. It extracts PDF metadata from uploaded files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Treequel-Shell is a collection of LDAP tools based on the Treequel LDAP
toolkit.
It includes:
treequel :: an LDAP shell/editor; treat your LDAP directory like a filesystem!
treewhat :: an LDAP schema explorer. Dump objectClasses and attribute type info
in several convenient formats.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This gem is a container for the default SQLUNet database files loaded by
the 'wordnet' gem if you don't have your own installation of the WordNet
databases. It's mostly just a wrapper around the Sqlite database from:
http://sqlunet.sourceforge.net/
To use it, just install the gem and then create the WordNet::Lexicon with
no arguments.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity