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

Setup error #43

Closed
defvol opened this issue Feb 4, 2013 · 8 comments
Closed

Setup error #43

defvol opened this issue Feb 4, 2013 · 8 comments
Assignees
Labels
Milestone

Comments

@defvol
Copy link

defvol commented Feb 4, 2013

$ rails g gioco:setup user --points --types;
/Users/rod/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/active_record/connection_adapters/postgresql_adapter.rb:1153:in `async_exec': PG::Error: ERROR:  relation "types" does not exist (ActiveRecord::StatementInvalid)
LINE 5:              WHERE a.attrelid = '"types"'::regclass
@joaomdmoura
Copy link
Owner

@wilhelmbot I'll take a closer look at this! Already scheduled to the next release

@ghost ghost assigned joaomdmoura Feb 4, 2013
@joaomdmoura
Copy link
Owner

@wilhelmbot I think it can be related with the fact that you are using Postgres, but I'm not sure I'll try to replicate de error, any useful information about the environment or gems and libraries that you are using would be useful.

@defvol
Copy link
Author

defvol commented Feb 6, 2013

Maybe is due to the fact that I'm using rails_admin which usually has conflicts with generators and migrations.

Check merit-gem/merit#59

@joaomdmoura
Copy link
Owner

It definitely seems to be the same problem, could you please try the same again? Just comment out that gem in your Gemfile before running the install command. If it works just revert the change in the Gemfile.

@defvol
Copy link
Author

defvol commented Feb 6, 2013

sure, I'll try that today and let you know how it went

@joaomdmoura
Copy link
Owner

Tks @wilhelmbot I'll be waiting your feedback to launch the new version

@defvol
Copy link
Author

defvol commented Feb 12, 2013

sorry for the delay,

yup, it works after disabling rails-admin ...

@defvol defvol closed this as completed Feb 12, 2013
@joaomdmoura
Copy link
Owner

@wilhelmbot Thank you, the new version of gioco should be released until the end of the week :)

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

2 participants