Project
Reverse Dependencies for rake-compiler
The projects listed here declare rake-compiler as a runtime or development dependency
0.05
This is a native implementation of the Postsgres protocol written
entirely in Java. The project was started by @headius as a ruby-pg
replacement for JRuby that uses the JDBC driver and private API of
Postgres. Unfortunately ruby-pg (which uses libpq under the hood)
exposed a lot of features of Postgres that were impossible to
implement or were complicated given the nature of the JDBC and the
encapsulation of many features that are exposed in ruby-pg.
*WARNING* this gem is not production ready yet. There are many
bugs that needs to be fixed and more testing. So please checkout
the code and submit pull requests with some fixes. If your Java-Fu
isn't that great you can still contribute by submitting test cases
and We'll be happy to fix them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.05
A Fresh new GraphQL server for Rails applications, with a focus on natural and Ruby-like DSL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.05
Ruby bindings for jq
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.05
Allow fast access to internal fstring of symbols and modules
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Record the operation of a Ruby program, using the AppLand 'AppMap' format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Program execution tracker to retrieve data types information
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Implements the DataObjects API for MySQL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
GitHub helper functions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
fzy is a fast fuzzy text selector with an advanced scoring algorithm
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Exposes a monotonically increasing GC total_time metric.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Adds support to Ruby for encrypting, decrypting,
signing and validating the signatures of XML documents, according to the
[XML Encryption Syntax and Processing](http://www.w3.org/TR/xmlenc-core/)
standard, and the [XML Signature Syntax and Processing](http://www.w3.org/TR/xmldsig-core/)
standard by wrapping around the [xmlsec](http://www.aleksey.com/xmlsec) C
library and adding relevant methods to `Nokogiri::XML::Document`.
Implementation is based off nokogiri-xmlsec by Colin MacKenzie IV with
very heavy modifications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Ruby wrappers for the Ed25519 public key signature system
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Proj4 extension for rgeo.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
A tool to create class dependency graphs from test suites
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Ruby bindings for libpostal (fast address parsing/normalization)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
simdjson gem is a binding to use simdjson, which is a Lemire's fast JSON parser.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Minimal embedded v8 engine for Ruby (Sqreen's fork)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
Agent for the GC tuning webservice https://www.tunemygc.com - optimal settings for throughput and memory usage of Ruby applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
A barcode and QR code library that works with regular Ruby (not just JRuby). This gem comes bundled with ZXing C++ (zxing-cpp) and interfaces with it using FFI. As such this gem works with most major Ruby distributions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.04
A barcode and QR code library that works with regular Ruby (not just JRuby). This gem comes bundled with ZXing C++ (zxing-cpp) and interfaces with it using FFI. As such this gem works with most major Ruby distributions. Modified to not require CMake as a build dependency.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity