Project
Reverse Dependencies for rake-compiler
The projects listed here declare rake-compiler as a runtime or development dependency
0.0
A KDTree Library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Lightweight native bindings to the libgpod library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Build SRT (Secure Reliable Transport) servers and clients with Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
This library allows you to create and interact with TUN/TAP devices using Ruby. See the README for a detailed description of how to use it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
libuv binding for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Fast RC6 decrypt/encrypt using C extension
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Ruby's implementation of Clique Percolation Method
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Implements an RDF.rb repository for Apache Jena running on JRuby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
== Ruby Data Objects
If you're building something in Ruby that needs access to a database, you may
opt to use an ORM like ActiveRecord, DataMapper or Sequel. But if your needs
don't fit well with an ORM—maybe you're even writing an ORM—then you'll
need some other way of talking to your database.
RDO provides a common interface to a number of RDBMS backends, using a clean
Ruby syntax, while supporting all the functionality you'd expect from a robust
database connection library:
* Consistent API to connect to various DBMS's
* Type casting to Ruby types
* Time zone handling (via the DBMS, not via some crazy time logic in Ruby)
* Native bind values parameterization of queries, where supported by the DBMS
* Retrieve query info from executed commands (e.g. affected rows)
* Access RETURNING values just like any read query
* Native prepared statements where supported, emulated where not
* Results given using simple core Ruby data types
== RDBMS Support
Support for each RDBMS is provided in separate gems, so as to minimize the
installation requirements and to facilitate the maintenace of each driver. Many
gems are maintained by separate users who work more closely with those RDBMS's.
Due to the nature of this gem, most of the nitty-gritty code is actually
written in C.
See the official README for full details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Provides access to MySQL using the RDO interface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Provides access to PostgreSQL using the RDO interface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Provides access to SQLite3 using the RDO interface
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
RDwarf is a module to read DWARF debugging information.
This module includes libdwarf distributed at http://www.prevanders.net/dwarf.html.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Recurator is object for recursive processing like Enumeator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Red Arrow GSL adds `Arrow::*Array#to_gsl`/`Arrow::Tensor#to_gsl` for Apache Arrow to GSL conversion. Red Arrow GSL adds `GSL::Vector#to_arrow`/`GSL::Vector::Int#to_arrow`/`GSL::Matrix::*#to_arrow` for GSL to Apache Arrow conversion.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Red Arrow NMatrix adds `Arrow::Tensor#to_nmatrix` for Apache Arrow to NMatrix conversion. Red Arrow NMatrix adds `NMatrix#to_arrow` for NMatrix to Apache Arrow conversion.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Red Arrow PyCall adds `#to_python` method to most Ruby objects for Apache Arrow such as `Arrow::Array`. Red Arrow PyCall adds `to_ruby` method to most Python objects for Apache Arrow such as `pyarrow.lib.Int8Array`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
A 2D game engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
A fast, safe and extensible Markdown to (X)HTML parser, with YouTube embedding, based on Redcarpet
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
This project implements a simple least-squares polynomial fit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity