Skip to content

Instantly share code, notes, and snippets.

@ryankshaw
Created May 13, 2011 22:21
Show Gist options
  • Select an option

  • Save ryankshaw/971419 to your computer and use it in GitHub Desktop.

Select an option

Save ryankshaw/971419 to your computer and use it in GitHub Desktop.
test_html = "<table id=\"asdf\" style=\"border-color: #3bb0c3; border-width: 4px; background-color: #d3da24; ; width: 4px;\" lang=\"asdf\" summary=\"asfd\" border=\"4\" frame=\"above\" rules=\"all\" cellspacing=\"4\" cellpadding=\"4\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>"
page = WikiPage.new
page.body = test_html
page.save!
page.body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment