You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Little part of a traceback:
/home/srv/redmine/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:260:in method_missing' /home/srv/redmine/vendor/plugins/redmine_gitosis/app/controllers/gitosis_public_keys_controller.rb:17:inindex'
Migration was successful, gitosis_public_keys table was created.
I tried some other methods, as gitosis_public_keys/new. It creates entry in db, but after that redirects to http://localhost:3000/my/public_keys, and crashes.
The text was updated successfully, but these errors were encountered:
You need to be running in production mode for it to work since in development, this plugin doesn't get reloaded on subsequent calls. If you restart apache/mongrel/webrick it will work for the first request. Subsequent requests will fail.
Platform: GNU/Linux, ruby 1.8.7, rails 2.3.5, redmine 1.0.0, postgresql-8.4
On link from profile (http://localhost:3000/my/public_keys) I get such error: "undefined method `gitosis_public_keys' for #User:0x7f220c19a958"
Little part of a traceback:
/home/srv/redmine/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:260:in
method_missing' /home/srv/redmine/vendor/plugins/redmine_gitosis/app/controllers/gitosis_public_keys_controller.rb:17:in
index'Migration was successful, gitosis_public_keys table was created.
I tried some other methods, as gitosis_public_keys/new. It creates entry in db, but after that redirects to http://localhost:3000/my/public_keys, and crashes.
The text was updated successfully, but these errors were encountered: