This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (1..1000000).each do | |
| puts "12345" | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container-fluid | |
| .row-fluid | |
| .span3 | |
| table.table | |
| thead | |
| tr | |
| th | |
| | Recent Posts | |
| each | |
| tr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spundun$ haml -r hamlbars test.html.hamlbars | |
| Syntax error on line 131: test.html.hamlbars:15: syntax error, unexpected kEND | |
| _hamlout.attributes({"class"=>"brand"}, nil, :href => "#")}>Blogger</a>\n <ul class='nav'>\n <li>Test</li>\n </ul>\n </div>\n </div>\n", -2, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_false_false_false_false(haml_temp);_hamlout.push_text("\n Hello\n </body>\n</html>\n", -2, false);;_erbout | |
| ^ | |
| Use --trace for backtrace. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This gist replicates Grails 2.2.2 boilerplate index.gsp main.gsp and error.gsp into Haml code. |
NewerOlder