Code Monkey home page Code Monkey logo

Comments (15)

jasnow avatar jasnow commented on September 26, 2024 1

@jasnow can you post your versions of ruby, rails, and activerecord?

Rails and activerecord are both 6.0.0.rc1
Ruby 2.6.3.

from sorbet-rails.

jasnow avatar jasnow commented on September 26, 2024 1

Found answer: 5.2.3

from sorbet-rails.

hdoan741 avatar hdoan741 commented on September 26, 2024 1

Yep, Rails 5.2. I've had a plan to change the way we structure rbis to workaround overridden methods. Will implement it soon.

If you just want to have it working, you can:
1/ clone sorbet-rails locally
2/ point to it from the Gemfile
gem 'sorbet-rails', path: "~/sorbet-rails"
and
3/ override
is_method_autogenerated? in model_rbi_formatter#295

from sorbet-rails.

willisplummer avatar willisplummer commented on September 26, 2024 1

Confirmed that the new version resolves the issue. Thanks for fixing!

from sorbet-rails.

jasnow avatar jasnow commented on September 26, 2024

I see this too.

from sorbet-rails.

willisplummer avatar willisplummer commented on September 26, 2024

@jasnow can you post your versions of ruby, rails, and activerecord?

from sorbet-rails.

jasnow avatar jasnow commented on September 26, 2024

Will try same repo with Ruby 2.5.5.

from sorbet-rails.

jasnow avatar jasnow commented on September 26, 2024

Still getting the "Skip method" messages:

-- Generate sigs for Micropost --
Skip method 'content' because it is not autogenerated by Rails.
Skip method 'content=' because it is not autogenerated by Rails.
Skip method 'created_at' because it is not autogenerated by Rails.
Skip method 'created_at=' because it is not autogenerated by Rails.
Skip method 'updated_at' because it is not autogenerated by Rails.
Skip method 'updated_at=' because it is not autogenerated by Rails.
Skip method 'user_id' because it is not autogenerated by Rails.
Skip method 'user_id=' because it is not autogenerated by Rails.
-- Generate sigs for User --
Skip method 'created_at' because it is not autogenerated by Rails.
Skip method 'created_at=' because it is not autogenerated by Rails.
Skip method 'email' because it is not autogenerated by Rails.
Skip method 'email=' because it is not autogenerated by Rails.
Skip method 'name' because it is not autogenerated by Rails.
Skip method 'name=' because it is not autogenerated by Rails.
Skip method 'updated_at' because it is not autogenerated by Rails.
Skip method 'updated_at=' because it is not autogenerated by Rails.

from sorbet-rails.

hdoan741 avatar hdoan741 commented on September 26, 2024

It's likely because of different Rails/ActiveRecord version has different class hierarchy.

from sorbet-rails.

jasnow avatar jasnow commented on September 26, 2024

What versions of Rails are currently covered?

from sorbet-rails.

hdoan741 avatar hdoan741 commented on September 26, 2024

FYI I pushed code changes to
1/ refactor generation logic & thus remove the method overridden checks
2/ added tests for Rails 5.1.7
I haven't tested with Rails 6.0.0rc but I think it should work.

@jasnow if you find something broken with 6.0.0rc please let me know. I've also set up structure to test multiple Rails app. If you're interested in making it work for 6.0.0rc I'd love to support too.

from sorbet-rails.

hdoan741 avatar hdoan741 commented on September 26, 2024

I'm going to close the issue for now because we've addressed the main problem raised. If there is any issue with 6.0.0rc please feel free to file a new one.

from sorbet-rails.

willisplummer avatar willisplummer commented on September 26, 2024

@manhhung741 do you plan to release a new version of the gem today?

from sorbet-rails.

hdoan741 avatar hdoan741 commented on September 26, 2024

Yes! I'm drafting the release note!

from sorbet-rails.

hdoan741 avatar hdoan741 commented on September 26, 2024

@willisplummer I deployed v0.2.0 to RubyGems! Thanks for reporting the original issue.

from sorbet-rails.

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.