Proffer: Stop Action Controller Exposing Instance Variables to Views(github.com)8 points·by mudgemeister·14년 전·2 commentsgithub.comProffer: Stop Action Controller Exposing Instance Variables to Viewshttps://github.com/hudge/proffer2 commentsPost comment[–]nc·14년 전replyWould like to see this functionality merged into Gon, https://github.com/gazay/gon. (and maybe Rails core someday).[–]aneth·14년 전replyIt's already possible to write templates this way.render 'template', :locals => {:wombat => 'foo'}