search for: railstempl

Displaying 1 result from an estimated 1 matches for "railstempl".

2006 Dec 22
2
erubis on rails
...vironment.rb and everything works as before. However, one page is causing a problem. It is a partial that is being passed a local variable. erubis doesn''t seem to see the local, and gives the following error? undefined local variable or method `page'' for #<Erubis::Helper::RailsTemplate:0x27557fc> Even though the partial is being rendered from another page with the following statement: <%= render :partial => ''node'', :locals => { :page => @home_page } %> Any ideas how you can pass a local to a partial when using erubis? Thanks, Mark --...