Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion for ActiveRecord queries #369

Open
andyw8 opened this issue May 3, 2024 · 0 comments · May be fixed by #526
Open

Completion for ActiveRecord queries #369

andyw8 opened this issue May 3, 2024 · 0 comments · May be fixed by #526
Assignees

Comments

@andyw8
Copy link
Contributor

andyw8 commented May 3, 2024

We can leverage Rails to provide completion for ActiveRecord fields.

For example if the user has typed: User.where(

then we should be able to provide completions based on the fields of the User model.

@andyw8 andyw8 added the railsconf-hackday Issues intented for working on during RailsConf 2024 Hack Day label May 3, 2024
@andyw8 andyw8 added rubyconf-hackday and removed railsconf-hackday Issues intented for working on during RailsConf 2024 Hack Day labels Nov 4, 2024
@ChallaHalla ChallaHalla self-assigned this Nov 14, 2024
@ChallaHalla ChallaHalla linked a pull request Dec 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants