GSoC Code Generalization ideas for avoiding redundant code

Hey,

I would like to contribute to Rails with a GSoC project.

I recognized a lot of redundant code in the controllers of my rails
projects and therefore I developed a gem to avoid these redundant and
simple code for the controllers:

That’s the way I would like to contribute because I hate it when I need
to
write and maintain that much useless code which is mostly nearly the
same.

If you have a similar and bigger idea like what I did with the
SimpleController gem to avoid such code or how I can extend the idea
above,
I will appreciate it.

Furthermore, if there are any ideas, I also need a mentor for the idea.