Giter VIP home page Giter VIP logo

Comments (5)

lorint avatar lorint commented on July 29, 2024 3

Okay, the fix has shipped!

In order to refresh a project where you have installed The Brick, just run this:

gem update brick

You should note the version number of Brick and confirm that it is at least 1.0.212. And then in order to turn on full column names for all models, add this entry in your config/initializers/brick.rb file:

Brick.config.erd_show_columns = true

If you want to instead selectively enable showing all columns for just certain models, you can supply an array of model names:

Brick.config.erd_show_columns = ['User', 'OrderDetail']

Thanks for the idea, and have fun using The Brick!

from brick.

lorint avatar lorint commented on July 29, 2024 2

Oh cool idea -- can make a new setting that would turn on all columns generally or for specific tables. Let me chew on this a little bit and see if an update can be quickly shipped for this.

from brick.

lorint avatar lorint commented on July 29, 2024 1

Seems like 1.0.211 is the most recent version available

Oh silly me -- I had finished this in the early morning hours before running out the door for work, and hadn't noticed that I was using a Ruby version which is incompatible with rake release. So had just expected that it got released. Nope! Now I've just sent it out there.

Thanks so much for the feedback!

from brick.

Jonnyghan avatar Jonnyghan commented on July 29, 2024

That would be AWESOME!! Thank you for getting back to me so quickly!

from brick.

Jonnyghan avatar Jonnyghan commented on July 29, 2024

Thank you! Seems like 1.0.211 is the most recent version available so I'll wait and check back probably tomorrow to see if it's updated! Really looking forward to using this!

from brick.

Related Issues (20)

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.