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
rake test | grep ' test/' | cut -d':' -f1 | sort | uniq |
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
I also got the same problem, especially when use with AMD RequireJS, and | |
optimised by r.js | |
``` | |
$ r.js -o build.js | |
Tracing dependencies for: main | |
/Project/www/scripts/main-built.js | |
---------------- |
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
I also got the same problem, especially when use with AMD RequireJS, and optimised by r.js\r\n\r\n```\r\n$ r.js -o build.js \r\n\r\nTracing dependencies for: main\r\n\r\n/Project/www/scripts/main-built.js\r\n----------------\r\n/Project/www/scripts/less.js\r\n/Project/www/scripts/sockjs-0.3.4.min.js\r\n/Project/www/scripts/jquery-1.8.2.min.js\r\n/Project/www/scripts/jquery.ba-hashchange-1.3.js\r\n/Project/www/scripts/vertxbus.js\r\n/Project/www/scripts/can/util/can.js\r\n/Project/www/scripts/can/util/array/each.js\r\n/Project/www/scripts/can/util/jquery.js\r\n/Project/www/scripts/can/util/library.js\r\n/Project/www/scripts/can/view.js\r\n/Project/www/scripts/can/util/string.js\r\n/Project/www/scripts/can/util/bind.js\r\n/Project/www/scripts/can/observe/compute.js <<< Note here, No can/observe was included\r\n/Project/www/scripts/can/view/elements.js\r\n/Project/www/scripts/can/view/scanner.js\r\n/Project/www/scripts/can/view/node_lists.js\r\n/Project/www/scripts/can/view/live.js\r\n/Project/www/scripts/can/vi |
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
redcarpet: | |
extensions: [] | |
generate_toc: true # this line is new |
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
doc = Kramdown::Document.new(full_text_as_string) | |
output = Kramdown::Converter::HTML.convert(doc, our_options_hash) |
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
$ gem install redcarpet && gem install jekyll --pre | |
Building native extensions. This could take a while... | |
Successfully installed redcarpet-2.2.2 | |
1 gem installed | |
Installing ri documentation for redcarpet-2.2.2... | |
Installing RDoc documentation for redcarpet-2.2.2... | |
Building native extensions. This could take a while... | |
Building native extensions. This could take a while... | |
Building native extensions. This could take a while... | |
Successfully installed liquid-2.5.0 |
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
03:38:12 web.1 | Started GET "/apidoc" for 127.0.0.1 at 2012-06-28 03:38:12 -0500 | |
03:38:12 web.1 | Processing by Restapi::RestapisController#index as HTML | |
03:38:12 web.1 | /Users/krainboltgreene/Code/Ruby/manacurve-api/vendor/ruby/1.9.1/gems/restapi-0.0.4/lib/restapi/markup.rb:27: [BUG] Segmentation fault | |
03:38:12 web.1 | ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0] | |
03:38:12 web.1 | | |
03:38:12 web.1 | -- Control frame information ----------------------------------------------- | |
03:38:12 web.1 | c:0087 p:---- s:0463 b:0463 l:000462 d:000462 CFUNC :render | |
03:38:12 web.1 | c:0086 p:0015 s:0459 b:0459 l:000458 d:000458 METHOD /Users/krainboltgreene/Code/Ruby/manacurve-api/vendor/ruby/1.9.1/gems/restapi-0.0.4/lib/restapi/markup.rb:27 | |
03:38:12 web.1 | c:0085 p:0037 s:0455 b:0455 l:000454 d:000454 METHOD /Users/krainboltgreene/Code/Ruby/manacurve-api/vendor/ruby/1.9.1/gems/restapi-0.0.4/lib/restapi/helpers.rb:4 | |
03:38:12 web.1 | c:0084 p:0020 s:0451 b:0451 l: |
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
Show hidden characters
{ | |
"ensure_newline_at_eof_on_save": true, | |
"font_options": | |
[ | |
"directwrite" | |
], | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ |
NewerOlder