Skip to content

Instantly share code, notes, and snippets.

@flah00
Created January 12, 2011 18:54
Show Gist options
  • Save flah00/776651 to your computer and use it in GitHub Desktop.
Save flah00/776651 to your computer and use it in GitHub Desktop.
edit aspect haml error
ActionView::Template::Error (compile error
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:13: syntax error, unexpected '}', expecting ')'
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:14: unknown regexp option - h
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:14: syntax error, unexpected tINTEGER, expecting ')'
));}\n</div>\n</h4>\n</div>\n<div class='person_...
^
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:20: unknown regexp options - dv
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:20: syntax error, unexpected $undefined
));}\n</div>\n";end;_hamlout.buffer << "<hr>\n";
^
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:20: syntax error, unexpected $undefined
));}\n</div>\n";end;_hamlout.buffer << "<hr>\n";
^
/usr/local/app/diaspora/app/views/aspects/edit.html.haml:42: syntax error, unexpected kENSURE, expecting $end):
10: %h4
11: = @aspect
12: .description
13: = t('contacts', :count =>@aspect_contacts.count)}
14:
15: .person_tiles{:style => "display:none;"}
16: - for contact in @aspect.contacts
app/views/aspects/edit.html.haml:42:in `compile'
app/controllers/aspects_controller.rb:105:in `edit'
lib/chrome_frame.rb:39:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment