256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

private method `gsub' called for {}:HashWithIndifferentAccess #21

Closed jorgebg closed 12 years ago

jorgebg commented 12 years ago

Hi!

I just installed the plugin on a fresh installation of Redmine 1.3.1. When I try to activate the module on the Settings tab I get the following error:

private method `gsub' called for {}:HashWithIndifferentAccess

Here is the application trace: http://pastebin.com/zXUpEQj3

Request

Parameters:

{"commit"=>"Save",
 "authenticity_token"=>"XtL7PwatqQf6dghy6QX+d8Uc2grJ8q45dqZr6pQ=",
 "id"=>"test",
 "enabled_module_names"=>["issue_tracking",
 "time_tracking",
 "news",
 "documents",
 "files",
 "wiki",
 "repository",
 "boards",
 "calendar",
 "gantt",
 "redmine_scrumbler"]}

Response

Headers:

{"Content-Type"=>"",
 "Cache-Control"=>"no-cache"}

Thanks!

zloydadka commented 12 years ago

no bug tested on 8864

jorgebg commented 12 years ago

Hello zloydadka

I updated to version 1.4.0 and I am still getting the same error.

zloydadka commented 12 years ago

i dont know how repeat your error.

what database and other plugins do you use?

jorgebg commented 12 years ago

It is a fresh install. The database is sqlite.

I just pushed it to a repository: https://github.com/jorgebg/heroku-redmine-scrumbler

Ignore the "heroku" prefix of the project, I am testing it on local.

zloydadka commented 12 years ago

can you privide login and password to instance?

jorgebg commented 12 years ago

Sure:

admin / admin El 14/02/2012 11:04, "Alexander Andrianov" < reply@reply.github.com> escribi:

can you privide login and password to instance?


Reply to this email directly or view it on GitHub:

https://github.com/256MbTeam/Redmine-Scrumbler/issues/21#issuecomment-3958027

zloydadka commented 12 years ago

doesnt work

be-st commented 12 years ago

Hi, I have same issue.

Request:

{"enabled_module_names"=>["issue_tracking", "documents", "wiki", "repository", "redmine_scrumbler"], "id"=>"bagioni", "authenticity_token"=>"VtcN61xxYsmG4N2TKmEUUtHSBZuF39R+mZW1l9/DNVw=", "commit"=>"Save"}

Redmine 1.3.1 installed on windows with SQLite.

xeta commented 12 years ago

Ok guys, we found this bug. Will be fixed in few days.

zloydadka commented 12 years ago

it's active record sqlite internal error https://gist.github.com/rails/rails/issues/581

to fix it, we create hack for this in plugin pull last commit from master and test it.

be-st commented 12 years ago

It works. Thanks a lot.

jorgebg commented 12 years ago

It works! Thank you very much :)