SelectWithout

This gem help you avoid selecting huge filed from database.

Installation

Add this line to your application's Gemfile:

gem 'select_without'

And then execute:

$ bundle

Or install it yourself as:

$ gem install select_without

Usage

Topic.select_without(:content, :other_column_with_huge_data, ...)

License

The gem is available as open source under the terms of the MIT License.