Giter Club home page Giter Club logo

Comments (2)

grobie avatar grobie commented on June 27, 2024

I can only speak for Rails 2.3 (I haven't worked with rails anymore in the last few years), but the ActiveRecord cache needs to be reloaded there. Did you start your console in production environment? I don't think that caching is activate in development.

The only time it gets really critical is when a migration drops columns though, as ActiveRecord will spit out exceptions in this case. Back in the days when I worked on a bigger rails service using LHM, we came up with something which would wrap the ActiveRecord::Base#create method, rescue ActiveRecord::StatementInvalid exceptions matching /Mysql::Error: Unknown column '(\w+)' in 'field list'/ and calling <Model>.reset_column_information.

Besides that edge case where ARs caching mechanism gets in the way, I'd recommend to write code in a way that it can deal with pre- and post-migration SQL tables. Then it doesn't matter when instances get restarted and migration can happen at any point.

Does this help?

from lhm.

shaley91 avatar shaley91 commented on June 27, 2024

Yeah. Thanks

from lhm.

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.