General

Profile

Miguel Akira

  • Login: mig_akira
  • Registered on: 2011-01-31
  • Last connection: 2012-02-06

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

2012-02-06

19:59 Redmine Plugins: RE: new habtm association between core User and plugin Category
In order to do that, I had to extend the core Update method on my UsersController. To do that, I had to edit the init... Miguel Akira
19:56 Redmine Plugins: RE: How to send an email with attachment on a plugin?
Well I found a way, I had to extend the core Mailer method to add my mailer method.
In order to do that, I edited ...
Miguel Akira
19:52 Redmine Plugins: RE: Extending core model by adding patch code to the init.rb - Only works in first query !
Well I don't know exactly what was happening, but if I remove unloadable from base.class_eval, then it works, albeit ... Miguel Akira

2012-02-02

20:46 Redmine Plugins: How to send an email with attachment on a plugin?
Hello.
I developed a plugin that generates a PDF report (I used prawn to generate the PDF). Now I need to email t...
Miguel Akira

2012-01-30

20:19 Redmine Plugins: new habtm association between core User and plugin Category
I'm trying to save a new HABTM relationship between User and Category.
My User model: ...
Miguel Akira

2012-01-27

21:23 Redmine Plugins: Extending core model by adding patch code to the init.rb - Only works in first query !
Hello everyone!
I'm trying to extend the core User model to add a "has_and_belongs_to_many :categories". I added o...
Miguel Akira

2011-08-02

20:31 Redmine Plugins: Showing the plugin tab only on "administration -> users"
Hello everyone. I'm developing a plugin that should appear on the Redmine menu tab only when I'm inside Administratio... Miguel Akira

2011-07-28

21:04 Redmine Plugins: RE: link to projects/xxx/issues with filter set
Too bad...the only solution I found to this problem is to create a view that simulates the default Issues view from r... Miguel Akira

2011-07-20

19:19 Redmine Plugins: How do I change redmine's default layout in a plugin?
Hello everyone!
Is there a way to change the default Redmine layout using render :layout => "alternative_layout"?...
Miguel Akira

2011-07-07

21:36 Redmine Plugins: link to projects/xxx/issues with filter set
Hello everyone!
I'm trying to make a link to a project's issues, but I'd like to show all issues by default (the d...
Miguel Akira

Also available in: Atom