Project

Reverse Dependencies for activerecord

The projects listed here declare activerecord as a runtime or development dependency

0.17
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
MetaWhere offers the ability to call any Arel predicate methods (with a few convenient aliases) on your Model's attributes instead of the ones normally offered by ActiveRecord's hash parameters. It also adds convenient syntax for order clauses, smarter mapping of nested hash conditions, and a debug_sql method to see the real SQL your code is generating without running it against the database. If you like the new AR 3.0 query interface, you'll love it with MetaWhere.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.17
Low commit activity in last 3 years
A long-lived project that still receives updates
RSpec matcher to control SQL queries made by block of code
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Low commit activity in last 3 years
A long-lived project that still receives updates
Scoped search makes it easy to search your ActiveRecord-based models. It will create a named scope :search_for that can be called with a query string. It will build an SQL query using the provided query string and a definition that specifies on what fields to search. Because the functionality is built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be chained with another scope or combined with will_paginate. Because it uses standard SQL, it does not require any setup, indexers or daemons. This makes scoped_search suitable to quickly add basic search functionality to your application with little hassle. On the other hand, it may not be the best choice if it is going to be used on very large datasets or by a large user base.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.17
No release in over 3 years
Low commit activity in last 3 years
ThumbsUp provides dead-simple voting capabilities to ActiveRecord models with karma calculation, a la stackoverflow.com.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
ActiveWarehouse ETL is a pure Ruby Extract-Transform-Load application for loading data into a database.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
No commit activity in last 3 years
No release in over 3 years
Extend ActiveRecord pluck to return hash instead of an array. Useful when plucking multiple columns.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
Rails extensions for using Roar in the popular web framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
A long-lived project that still receives updates
Create temporary table-backed ActiveRecord models for use in tests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Make your model acts as a list. This acts_as extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a +position+ column defined as an integer on the mapped database table.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
ActiveRecord provides validations on app level but it won't guarantee the consistent. In some cases, like `validates_uniqueness_of` it executes additional SQL query to the database and that is not very efficient. The main goal of the gem is to provide compatibility between database constraints and ActiveRecord validations with better performance and consistency.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Easy SQL based report generation with the ability to accept request parameters and render multiple formats.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No commit activity in last 3 years
No release in over 3 years
Easily create robust, standardized API endpoints using lightning-fast database queries
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Add social network friendship features to your Active Record models.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Mongify allows you to map your sql data into a mongodb document database with a simple DSL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025