passive_columns

Column selector

An Active Record module that allows selective column retrieval and lazy loading of passive columns

ActiveRecord module that allows you to skip selecting specific columns by default and retrieve only on-demand

GitHub

43 stars
1 watching
0 forks
Language: Ruby
last commit: 11 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
schemaplus/schema_plus_columns Provides useful accessors to ActiveRecord's Column object 2
aanand/deadweight Determines which CSS selectors are actually used in a set of stylesheets and reports which can be safely deleted 1,188
mfairburn/activeadmin-select2 Extends ActiveAdmin with Select2 integration for enhanced dropdown and filtering capabilities 55
schemaplus/schema_plus_tables Adds utility features to ActiveRecord's handling of tables 5
appoxy/simple_record An ActiveRecord-like interface for interacting with SimpleDB 129
unmantained-activeadmin-plugins/activeadmin-globalize Gem that makes it easy to translate resource fields in ActiveAdmin, but is no longer actively maintained. 51
wvanbergen/scoped_search Makes it easy to search and filter data in ActiveRecord models using a query string. 265
basecamp/marginalia A gem that attaches comments to ActiveRecord queries 1,746
schemaplus/schema_plus_db_default Provides an extension to ActiveRecord that allows setting column values to their default database value when saving a record. 1
alassek/activerecord-pg_enum Enables Rails to use PostgreSQL's enumeration types in database columns 167
activeadmin-plugins/active_admin_date_range_preset Customizes date range inputs in ActiveAdmin forms and filters with a 'Set Range' button 10
schemaplus/schema_plus_indexes Adds convenient capabilities to ActiveRecord's index handling 9
chrislee35/passivedns-client A Ruby library and query tool for querying passive DNS databases 198
mptre/yank A utility that reads terminal output and allows users to select and copy a field to the clipboard. 1,623
sinatra-activerecord/sinatra-activerecord An extension of the Sinatra web framework that integrates with ActiveRecord for database operations. 733