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

Can't destroy generated models #1584

Closed
pablox-cl opened this issue Feb 12, 2014 · 2 comments
Closed

Can't destroy generated models #1584

pablox-cl opened this issue Feb 12, 2014 · 2 comments
Labels
Milestone

Comments

@pablox-cl
Copy link
Contributor

I am not sure, but I believe since I updated to padrino 0.12.0, the destroy thingie it's not working anymore:

~/padrino git:master  ❯❯❯ padrino g model Asd title:string name:string
       apply  orms/mongoid
       apply  tests/rspec
      create  models/asd.rb
      create  spec/models/asd_spec.rb
~/padrino git:master ❯❯❯ padrino g model Asd -d
Asd already exists.
Please, change the name.
~/padrino git:master ❯❯❯ padrino g model -d Asd
Asd already exists.
Please, change the name.
~/padrino git:master ❯❯❯ padrino -v
Padrino v. 0.12.0

Any clue?

@namusyaka namusyaka added this to the 0.12.1 milestone Feb 12, 2014
@namusyaka
Copy link
Contributor

Thank you for the report, this is a bug.
@padrino/core-members Should we fix this problem after merging #1575?

@namusyaka namusyaka added the bug label Feb 12, 2014
@ujifgc
Copy link
Member

ujifgc commented Feb 13, 2014

@namusyaka yes, I think so.

ujifgc added a commit that referenced this issue Feb 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants