Coder Social home page Coder Social logo

ignorable's Introduction

Donate to charity: water via Gittip

ignorable

Ignore columns in ActiveRecord

Installation

Add this to your Gemfile:

gem 'ignorable'

Usage

class Topic < ActiveRecord::Base
   ignore_columns :attributes, :class, :meta_column_used_by_another_app
end

Rails Versions

Tested on Rails 3.2, Rails 4.1.0.

This gem is not needed on Rails 5.0 because an ignored_columns feature has been merged in rails/rails#21720

ignorable's People

Contributors

mnoack avatar ztoolson avatar grosser avatar wireframe avatar tobyhs avatar

Stargazers

 avatar Al Chou avatar makeneko avatar Paulo McNally avatar Yukio Mizuta avatar Gaspard d'Hautefeuille avatar Sergey Ponomarev avatar Javier Honduvilla Coto avatar Matt Sanders avatar Sean Huber avatar DM avatar Angus H. avatar Ryan Fitzgerald avatar Jim Salinas avatar Michael Fairchild avatar Scott avatar Matthew Moore avatar Bo Jeanes avatar Alexander Ekdahl avatar Nathaniel Jones avatar  avatar  avatar

Watchers

Nathaniel Jones avatar James Cloos avatar

ignorable's Issues

ingorable should fail fast on rails >= 5.1.6 with explanation

Hi nthj,
Big thanks for the ingorable gem.
I found out, that this is now included since rails 5

It did still work with prior versions of rails 5
but since rails 5.1.6 it crashes rails (see below)

I'd like to suggest that the ignorable gem should be updated:

  • to fail fast when run on rails >= 5.1.6
  • to show a deprecation warning when run on rails 5 .. < 5.1.6

and give an explanation how to fix the problem,
aka how to migrate to the syntax in rails 5.

There is no good description in the rails docs, yet.
You might also want to update your readme.

This is how the bug shows up on crash:

ruby2.5/gems/2.5.0/gems/activerecord-5.1.6/lib/active_record/relation/query_methods.rb:1044:in build_select': undefined method any?' for nil:NilClass (NoMethodError)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.