Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created November 11, 2010 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkanunsal/672819 to your computer and use it in GitHub Desktop.
Save volkanunsal/672819 to your computer and use it in GitHub Desktop.
Started GET "/messages/new" for 127.0.0.1 at Thu Nov 11 12:09:41 -0500 2010
Processing by MessagesController#new as HTML
ERROR: compiling _app_views_inherited_resources__form_html_haml___2082234007_2188283540_953310 RAISED compile error
/Users/newuser/Dropbox/Sites/rails/boot-mongo/app/views/inherited_resources/_form.html.haml:22: syntax error, unexpected kENSURE, expecting kEND
...Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.u...
^
/Users/newuser/Dropbox/Sites/rails/boot-mongo/app/views/inherited_resources/_form.html.haml:23: syntax error, unexpected kENSURE, expecting kEND
/Users/newuser/Dropbox/Sites/rails/boot-mongo/app/views/inherited_resources/_form.html.haml:25: syntax error, unexpected $end, expecting kEND
Function body: def _app_views_inherited_resources__form_html_haml___2082234007_2188283540_953310(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "inherited_resources/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :ugly=>false, :escape_html=>true, :format=>:html5, :preserve=>["textarea", "pre", "code"], :encoding=>nil, :attr_wrapper=>"'"});_erbout = _hamlout.buffer;__in_erb_template = true;;_hamlout.push_text("<table>\n", 1, false);
@victorbstan
Copy link

Found out what this was about?

@volkanunsal
Copy link
Author

It was fixed in the latest version of Formtastic.

@victorbstan
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment