You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

select_with_include

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select_with_include

0.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

README for select_with_include

This gem is provides a patch for ActiveRecord to enable the use of the :select option used in combination with the :include option.

In the current version ActiveRecord just ignores any :select option if the :include option is specified.

== Usage:

The support of the :select provided from this gem is limited.

The syntax supported for the select is only a string in the form

"table1.column1, table1.column2, table2.column4"

syntax like

"table1.*, table2.column1, table2.column4"

is also allowed

At the moment functions or custom calculated field are not supported.

== Installation

gem install select_with_include

== Author

Author of this gem is Paolo Negri

== License

this gem is distributed under the MIT license

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts