Skip to content

Instantly share code, notes, and snippets.

@arunagw
Created August 4, 2011 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunagw/1124521 to your computer and use it in GitHub Desktop.
Save arunagw/1124521 to your computer and use it in GitHub Desktop.
jruby-1.6.3
test_apps/issue_2383 git:(master)* bundle install --without development test assets jruby-1.6.3
Using rake (0.9.2)
Using multi_json (1.0.3)
Using activesupport (3.1.0.rc5)
Using bcrypt-ruby (2.1.4)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.0.rc5)
Using erubis (2.7.0)
Using rack (1.3.2)
Using rack-cache (1.0.2)
Using rack-mount (0.8.1)
Using rack-test (0.6.1)
Using hike (1.2.0)
Using tilt (1.3.2)
Using sprockets (2.0.0.beta.12)
Using actionpack (3.1.0.rc5)
Using mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.0.rc5)
Using arel (2.1.4)
Using tzinfo (0.3.29)
Using activerecord (3.1.0.rc5)
Using activerecord-jdbc-adapter (1.1.3)
Using jdbc-mysql (5.1.13)
Using activerecord-jdbcmysql-adapter (1.1.3)
Using activeresource (3.1.0.rc5)
Using bouncy-castle-java (1.5.0146.1)
Using bundler (1.0.15)
Using rack-ssl (1.3.2)
Using rdoc (3.9.1)
Using thor (0.14.6)
Using railties (3.1.0.rc5)
Using jquery-rails (1.0.12)
Using jruby-openssl (0.7.4)
Using json (1.5.3)
Using rails (3.1.0.rc5)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
test_apps/issue_2383 git:(master)* be rails s -e production jruby-1.6.3
=> Booting WEBrick
=> Rails 3.1.0.rc5 application starting in production on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-08-04 10:11:52] INFO WEBrick 1.3.1
[2011-08-04 10:11:52] INFO ruby 1.8.7 (2011-07-07) [java]
[2011-08-04 10:11:52] INFO WEBrick::HTTPServer#start: pid=78359 port=3000
cache: [GET /blogs] miss
Started GET "/blogs" for 127.0.0.1 at Thu Aug 04 10:12:18 +0530 2011
Processing by BlogsController#index as */*
Rendered blogs/index.html.erb within layouts/application (9.0ms)
Completed 200 OK in 129ms (Views: 126.0ms | ActiveRecord: 0.0ms)
cache: [GET /blogs/asd] miss
Started GET "/blogs/asd" for 127.0.0.1 at Thu Aug 04 10:12:43 +0530 2011
Processing by BlogsController#show as */*
Parameters: {"id"=>"asd"}
Completed 500 Internal Server Error in 18ms
ArgumentError (wrong number of arguments (3 for 2)):
app/controllers/blogs_controller.rb:16:in `show'
Rendered /Users/arun/.rvm/gems/jruby-1.6.3/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (12.0ms)
Rendered /Users/arun/.rvm/gems/jruby-1.6.3/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (9.0ms)
Rendered /Users/arun/.rvm/gems/jruby-1.6.3/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment