I'm using aquatics for rails development and thanks to some inline-block issues I have a situation where I need to render partials without a newline at the end.
The problem is when I save aquamacs always adds a newline to the end of the file.
I have tried adding (setq require-final-newline) in my .emacs file but it doesn't solve the issue.