Skip to content

Instantly share code, notes, and snippets.

/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/lib
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/app/assets
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/app/controllers
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/app/helpers
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/app/models
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/gems/gems/jquery-rails-1.0.19/lib
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/gems/gems/jquery-rails-1.0.19/vendor
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/gems/gems/uglifier-1.2.2/lib
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/gems/gems/sass-rails-3.1.5/lib
/home/glassfish/glassfish/domains/domain1/applications/cwo_datasite/WEB-INF/gems/gems/sass-3.1.12/lib
enumerator.jarjava.rb
builtin/javasupport.rb
builtin/javasupport/java.rb
builtin/javasupport/utilities/base.rb
builtin/javasupport/core_ext.rb
builtin/javasupport/core_ext/module.rb
builtin/javasupport/core_ext/object.rb
builtin/javasupport/core_ext/kernel.rb
builtin/java/java.lang.rb
builtin/java/java.util.rb
cwo_rails_level (1) [Ruby Application]
Ruby
Ruby Thread - 1 (Breakpoint at /home/jamie/.rvm/rubies/jruby-1.6.5.1/lib/ruby/1.8/digest.rb:1)
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/sprockets-2.0.3/lib/sprockets/digest.rb:1
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/sprockets-2.0.3/lib/sprockets/base.rb:4
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240
/home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223
development:
adapter: jdbcmysql
encoding: utf8
host: ror-turnkey
database: cwo_dev
username: cwo
password: mypass
Started GET "/assets/styles-e292c8c27d2f227f8b2014613558979e.css" for 127.0.0.1 at Wed Jan 25 15:42:45 -0500 2012
2012-01-25 20:42:45 INFO: Nonexistent asset styles-e292c8c27d2f227f8b2014613558979e.css @ e292c8c27d2f227f8b2014613558979e
2012-01-25 20:42:45 INFO: Served asset /styles-e292c8c27d2f227f8b2014613558979e.css - 404 Not Found (79ms)
2012-01-25 20:42:45 INFO:
ActionController::RoutingError (No route matches [GET] "/assets/styles-e292c8c27d2f227f8b2014613558979e.css"):
2012-01-25 20:42:45 INFO: Rendered /home/jamie/.rvm/gems/jruby-1.6.5.1@cwo_data/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (33.0ms)
2012-01-25 20:42:45 INFO: cache: [GET /assets/styles-e292c8c27d2f227f8b2014613558979e.css] miss
@jamiejackson
jamiejackson / gist:1791031
Created February 10, 2012 17:14
Can't install zipruby under jruby
$ gem install zipruby
Fetching: zipruby-0.3.6.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing zipruby:
ERROR: Failed to build gem native extension.
/home/jamie/.rvm/rubies/jruby-head/bin/jruby extconf.rb
WARNING: JRuby does not support native extensions or the `mkmf' library very well.
Check http://kenai.com/projects/jruby/pages/Home for alternatives.
mkmf.rb can't find header files for ruby at /home/jamie/.rvm/rubies/jruby-head/lib/native/include/ruby/ruby.h
@jamiejackson
jamiejackson / warbler.rake
Created February 10, 2012 18:13
fix bad warbler war
# requires system fuse-zip (e.g., "sudo apt-get install fuse-zip")
require 'warbler'
# zipruby doesn't seem to install in jruby
# require 'zipruby'
Warbler::Task.new
#task :war => ["assets:precompile"]
@jamiejackson
jamiejackson / ant.jar.log
Created February 14, 2012 22:52
rvm reinstall jruby-1.6-head --branch jruby-1_6
[2012-02-14 17:45:57] ant jar
Buildfile: /home/jamie/.rvm/src/jruby-1.6-head/build.xml
init:
prepare-bin-jruby:
jar:
init:
@jamiejackson
jamiejackson / gist:1831361
Created February 14, 2012 22:52
rvm reinstall jruby-1.6-head --branch jruby-1_6
$ rvm reinstall jruby-1.6-head --branch jruby-1_6
Removing /home/jamie/.rvm/src/jruby-1.6-head...
Removing /home/jamie/.rvm/rubies/jruby-1.6-head...
Removing jruby-1.6-head aliases...
Removing jruby-1.6-head wrappers...
Removing jruby-1.6-head environments...
Removing jruby-1.6-head binaries...
jruby-1.6-head - #fetching
HEAD is now at 0f45333 [IR] Fixed bug with running ensure code when we encounter a break -- we
fatal: Unable to look up github.com (port 9418) (Name or service not known)
@jamiejackson
jamiejackson / gist:1846578
Created February 16, 2012 17:23
Assets Precompile Problem
$ bundle exec rake assets:precompile --trace
** Invoke environment (first_time)
** Execute environment
** Invoke assets:precompile (first_time)
** Execute assets:precompile
/home/jamie/.rvm/rubies/jruby-1.6-head/bin/jruby /home/jamie/.rvm/gems/jruby-1.6-head@iclre/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace
** Invoke environment (first_time)
** Execute environment
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all