Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382873 - Council web app email handling bug
Summary: Council web app email handling bug
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: CouncilWebapp (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joachim Bartosik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 19:22 UTC by Petteri Räty (RETIRED)
Modified: 2016-05-21 15:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2011-09-13 19:22:40 UTC
https://bugs.gentoo.org/show_bug.cgi?id=374931#c28

Started GET "/users/2-robin-h-johnson/account" for xxxx at Wed Sep 07 00:52:54
+0000 2011
  Processing by UsersController#account as HTML
  Parameters: {"id"=>"2-robin-h-johnson"}
Rendered controller: users; dryml-tag: account-page (143.8ms)
Completed   in 156ms

ActionView::Template::Error (undefined method `email_address' for
#<User:0x2ad003fb7b8>):
0  app/views/taglibs/auto/rapid/forms.dryml:85:in `form__for_user'
  app/views/taglibs/auto/rapid/forms.dryml:84:in `form__for_user'
  app/views/taglibs/themes/clean/clean.dryml:2:in `page'
  app/views/taglibs/themes/clean/clean.dryml:1:in `page'
Comment 1 Joachim Bartosik (RETIRED) gentoo-dev 2011-09-28 15:50:34 UTC
It's a problem in a gem app uses. Using newer gems fixes the problem.

    https://github.com/ahenobarbi/Gentoo-Council/commit/e7069c26db075ee87a2003be694cef702e004c51

should fix this.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-09-29 23:09:16 UTC
Can you push this to the main repo please?
You're a dev now, not a student ;-).
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2011-09-30 06:36:38 UTC
(In reply to comment #1)
> It's a problem in a gem app uses. Using newer gems fixes the problem.
> 
>    
> https://github.com/ahenobarbi/Gentoo-Council/commit/e7069c26db075ee87a2003be694cef702e004c51
> 
> should fix this.

ack from me to push it
Comment 4 Pacho Ramos gentoo-dev 2016-05-21 15:53:47 UTC
per bug 332999 this is probably obsolete now