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

CRUD issues #8710

Closed
milosbarlov opened this issue Jun 8, 2015 · 8 comments
Closed

CRUD issues #8710

milosbarlov opened this issue Jun 8, 2015 · 8 comments

Comments

@milosbarlov
Copy link

I have a problem with CRUD generator. When I generated the model, autocomplete worked fine and offered me all the tables from DB. When I wanted to generate CRUD model, autocomplete didn't offer me previous generated model.

Autocomplete works fine on my other projects.

Thank you for your help.

@cebe cebe added the ext:gii label Jun 8, 2015
@cebe
Copy link
Member

cebe commented Jun 8, 2015

it is very hard to find all existing classes so I do not think it is feasable to provide such a feature.

@milosbarlov
Copy link
Author

@cebe , this has worked as expected on some my previous projects. Is this disabled?

@cebe
Copy link
Member

cebe commented Jun 8, 2015

I doubt that, we do not have auto completion for class names.

@samdark
Copy link
Member

samdark commented Jun 8, 2015

@milosbarlov most probably it was your browser.

@samdark
Copy link
Member

samdark commented Jun 8, 2015

In order to implement it we need to scan all the project files finding ones that are ActiveRecord. For a large project it sounds like a bit too much.

@milosbarlov
Copy link
Author

@samdark @cebe Thanks for your help

@pana1990
Copy link
Contributor

@samdark can you close this issue?

@samdark samdark closed this as completed Oct 22, 2015
@samdark
Copy link
Member

samdark commented Oct 22, 2015

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants