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

rake db:seed:dump returns only the contents of a single model #137

Open
aaongr opened this issue Oct 9, 2018 · 0 comments
Open

rake db:seed:dump returns only the contents of a single model #137

aaongr opened this issue Oct 9, 2018 · 0 comments

Comments

@aaongr
Copy link

aaongr commented Oct 9, 2018

Hello,

I am trying your excellent component

I am using it in an Alchemy_CMS web app with a local Postgres db

The db has a lot of tables and a lot of them have records in it

The rake task creates a dump file with only the contents of a single model, "Alchemy::User"

If I use the MODELS param then it returns this model...

I think that this strange behaviour started after I used for the first time the MODELS param with contents "Alchemy::User"... after that when I do not use the MODEL param I get always the "Alchemy::User" model dumped...

Please advise...

Thank you

@aaongr aaongr changed the title rake db:seed:dum returns only the contents of a single model rake db:seed:dump returns only the contents of a single model Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant