Displaying 1 result from an estimated 1 matches for "prerender_tag".
2011 Jun 08
4
Cannot modify SafeBuffer in place
...3.1.1) lib/haml/compiler.rb:382:in `block in build_attributes''
haml (3.1.1) lib/haml/compiler.rb:358:in `each''
haml (3.1.1) lib/haml/compiler.rb:358:in `collect''
haml (3.1.1) lib/haml/compiler.rb:358:in `build_attributes''
haml (3.1.1) lib/haml/compiler.rb:407:in `prerender_tag''
haml (3.1.1) lib/haml/compiler.rb:119:in `compile_tag''
haml (3.1.1) lib/haml/compiler.rb:447:in `compile''
haml (3.1.1) lib/haml/compiler.rb:446:in `block (2 levels) in compile
Only way I can avoid the error is if I remove everything from application.haml below %body
C...