Is this really necessary? It seems like a bit of work...
In Vim, make all comments stick:
:arg **/*.js.coffee
:argdo %s/^\(\s*\)#/\1#!/ge
Compile from CoffeeScript to JavaScript (npm install -g coffee-script):
| #!/usr/bin/env ruby | |
| require 'benchmark' | |
| REGEXPS = [ | |
| /^no such file to load -- (.+)$/i, | |
| /^Missing \w+ (?:file\s*)?([^\s]+.rb)$/i, | |
| /^Missing API definition file in (.+)$/i, | |
| /^cannot load such file -- (.+)$/i, | |
| ] |
| ± % torquebox run -J "\-Xmx2048m \-Xms1024m \-Xmn512m \-XX:+TieredComplication" | |
| /bin/sh bin/standalone.sh -Djruby.home=/Users/doug/.rbenv/versions/jruby-1.6.7.2 | |
| ========================================================================= | |
| JBoss Bootstrap Environment | |
| JBOSS_HOME: /Users/doug/.rbenv/versions/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/torquebox-server-2.1.0-java/jboss | |
| JAVA: java |
Is this really necessary? It seems like a bit of work...
In Vim, make all comments stick:
:arg **/*.js.coffee
:argdo %s/^\(\s*\)#/\1#!/ge
Compile from CoffeeScript to JavaScript (npm install -g coffee-script):
| % rake spec --trace | |
| ================================================================================ | |
| A new version of RubyMotion is available. Run `sudo motion update' to upgrade. | |
| ================================================================================ | |
| ** Invoke spec (first_time) | |
| ** Execute spec | |
| ** Invoke simulator (first_time) | |
| ** Invoke build:simulator (first_time) | |
| ** Execute build:simulator |
| #! /usr/bin/env python | |
| import fileinput | |
| import argparse | |
| from operator import itemgetter | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument('--target-mb', action = 'store', dest = 'target_mb', default = 61000, type = int) | |
| parser.add_argument('vmtouch_output_file', action = 'store', nargs = '+') | |
| args = parser.parse_args() |
| TorqueBox.configure do | |
| web do | |
| context "/" | |
| static "public" | |
| end | |
| ruby do | |
| version "1.9" | |
| end |
| <?xml version="1.0"?> | |
| <D:multistatus xmlns:D="DAV:"> | |
| <D:response> | |
| <D:href>some url one</D:href> | |
| </D:response> | |
| <D:response> | |
| <D:href>some url two</D:href> | |
| </D:response> | |
| </D:multistatus> |
| 16:22:56,554 ERROR [stderr] (http-/10.8.1.32:8080-2) | |
| 16:22:56,555 ERROR [stderr] (http-/10.8.1.32:8080-2) ArgumentError (A secret is required to generate an integrity hash for cookie session data. Use config.secret_token = "some secret phrase of at least 30 characters"in config/initializers/secret_token.rb): | |
| 16:22:56,555 ERROR [stderr] (http-/10.8.1.32:8080-2) /data/myapp/shared/bundle/jruby/1.9/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:320:in `ensure_secret_secure' | |
| 16:22:56,555 ERROR [stderr] (http-/10.8.1.32:8080-2) /data/myapp/shared/bundle/jruby/1.9/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:282:in `initialize' | |
| 16:22:56,555 ERROR [stderr] (http-/10.8.1.32:8080-2) /data/myapp/shared/bundle/jruby/1.9/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:229:in `signed' | |
| 16:22:56,555 ERROR [stderr] (http-/10.8.1.32:8080-2) /data/myapp/shared/bundle/jruby/1.9/gems/actionpack-3.2.8/lib/action_dispatch/middleware/session/cookie_store.rb:53:in `unpacke |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building TorqueBox Build Distribution 2.2.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ torquebox-dist --- | |
| [INFO] | |
| [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ torquebox-dist --- | |
| [INFO] | |
| [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ torquebox-dist --- | |
| [INFO] |
| [INFO] --- jruby-maven-plugin:0.28.4:jruby (perform-assembly) @ torquebox-build-assembly --- | |
| [INFO] TorqueBox.... 2.2.0-SNAPSHOT | |
| [INFO] JBoss........ 7.1.x.incremental.129 | |
| [INFO] JRuby........ 1.7.0 | |
| [INFO] Polyglot..... 1.9.0-SNAPSHOT | |
| [INFO] Stilts....... 0.1.28 | |
| [INFO] Maven repo: /Users/doug/.m2/repository |