Re-changing the subject... When complaining about others, please don't do the same. Now let's go back to the important part of this topic, please.
On Jan 5, 10:39 pm, Colin Law <[email protected]> wrote: > On 5 January 2011 11:26, Danilo Castilho <[email protected]> wrote: > > > Hey guys, > > Just "upgraded" from ruby 1.8.7 to jruby 1.5.6, with my application and > > rails 3.0.3 unchanged during the "upgrade". Partials are not being rendered > > anymore (see below). Anyone has a clue on what's happening? (tried webrick > > and glassfish, no change) > > What has this to do with the subject line (Re: [Rails] Abridged > summary of [email protected] - 67 Messages in 25 > Topics) > > Colin > > > > > > > > > > > undefined method `to_sym' for nil:NilClass > > Extracted source (around line #8): > > 5: <div class="content-box-content"> > > 6: <h3><%=_('Welcome %{name}') % {:name=>current_user.full_name} %></h3> > > 7: <%= _('You are Unemployed. Please apply for a job using one of the > > following options:')%> > > 8: <%=render :partial=>'find_job_options'%> > > > activesupport (3.0.3) lib/active_support/whiny_nil.rb:48:in `method_missing' > > actionpack (3.0.3) lib/action_view/template.rb:151:in `variable_name' > > actionpack (3.0.3) lib/action_view/render/partials.rb:330:in > > `render_partial' > > actionpack (3.0.3) lib/action_view/render/partials.rb:262:in `render' > > activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' > > activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in > > `instrument' > > activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' > > actionpack (3.0.3) lib/action_view/render/partials.rb:260:in `render' > > actionpack (3.0.3) lib/action_view/render/partials.rb:378:in > > `_render_partial' > > actionpack (3.0.3) lib/action_view/render/rendering.rb:22:in `render' > > app/views/game/welcome.rhtml:8:in > > `_app_views_game_welcome_rhtml___45792714_2472_0' > > actionpack (3.0.3) lib/action_view/template.rb:135:in `render' > > activesupport (3.0.3) lib/active_support/notifications.rb:54:in `instrument' > > actionpack (3.0.3) lib/action_view/template.rb:127:in `render' > > actionpack (3.0.3) lib/action_view/render/rendering.rb:59:in > > `_render_template' > > activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' > > activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in > > `instrument' > > activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' > > actionpack (3.0.3) lib/action_view/render/rendering.rb:56:in > > `_render_template' > > actionpack (3.0.3) lib/action_view/render/rendering.rb:26:in `render' > > actionpack (3.0.3) lib/abstract_controller/rendering.rb:114:in > > `_render_template' > > actionpack (3.0.3) lib/abstract_controller/rendering.rb:108:in > > `render_to_body' > > actionpack (3.0.3) lib/action_controller/metal/renderers.rb:47:in > > `render_to_body' > > actionpack (3.0.3) lib/action_controller/metal/compatibility.rb:55:in > > `render_to_body' > > actionpack (3.0.3) lib/abstract_controller/rendering.rb:101:in > > `render_to_string' > > actionpack (3.0.3) lib/abstract_controller/rendering.rb:92:in `render' > > actionpack (3.0.3) lib/action_controller/metal/rendering.rb:17:in `render' > > actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:40:in > > `render' > > activesupport (3.0.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' > > /usr/local/rvm/rubies/jruby-1.5.6/lib/ruby/1.8/benchmark.rb:308:in > > `realtime' > > activesupport (3.0.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' > > actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:40:in > > `render' > > actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:78:in > > `cleanup_view_runtime' > > activerecord (3.0.3) lib/active_record/railties/controller_runtime.rb:15:in > > `cleanup_view_runtime' > > actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:39:in > > `render' > > actionpack (3.0.3) lib/action_controller/metal/implicit_render.rb:10:in > > `default_render' > > actionpack (3.0.3) lib/action_controller/metal/implicit_render.rb:5:in > > `send_action' > > actionpack (3.0.3) lib/abstract_controller/base.rb:151:in `process_action' > > actionpack (3.0.3) lib/action_controller/metal/rendering.rb:11:in > > `process_action' > > actionpack (3.0.3) lib/abstract_controller/callbacks.rb:18:in > > `process_action' > > activesupport (3.0.3) lib/active_support/callbacks.rb:468:in > > `_run__2062920736__process_action__733682996__callbacks' > > activesupport (3.0.3) lib/active_support/callbacks.rb:424:in > > `_run_process_action_callbacks' > > activesupport (3.0.3) lib/active_support/callbacks.rb:93:in `run_callbacks' > > actionpack (3.0.3) lib/abstract_controller/callbacks.rb:17:in > > `process_action' > > actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:30:in > > `process_action' > > activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' > > activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in > > `instrument' > > activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' > > actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:29:in > > `process_action' > > actionpack (3.0.3) lib/action_controller/metal/rescue.rb:17:in > > `process_action' > > actionpack (3.0.3) lib/abstract_controller/base.rb:120:in `process' > > actionpack (3.0.3) lib/abstract_controller/rendering.rb:40:in `process' > > actionpack (3.0.3) lib/action_controller/metal.rb:138:in `dispatch' > > actionpack (3.0.3) lib/action_controller/metal/rack_delegation.rb:14:in > > `dispatch' > > actionpack (3.0.3) lib/action_controller/metal.rb:178:in `action' > > actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:62:in `call' > > actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:62:in `dispatch' > > actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:27:in `call' > > rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `call' > > rack-mount (0.6.13) lib/rack/mount/code_generation.rb:111:in `recognize' > > rack-mount (0.6.13) lib/rack/mount/code_generation.rb:87:in `optimized_each' > > rack-mount (0.6.13) lib/rack/mount/code_generation.rb:110:in `recognize' > > rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call' > > actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:492:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/static.rb:30:in `call' > > actionpack (3.0.3) > > lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/head.rb:14:in `call' > > rack (1.2.1) lib/rack/methodoverride.rb:24:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/params_parser.rb:21:in > > `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/flash.rb:182:in `call' > > actionpack (3.0.3) > > lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/cookies.rb:295:in `call' > > activerecord (3.0.3) lib/active_record/query_cache.rb:32:in `call' > > activerecord (3.0.3) > > lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache' > > activerecord (3.0.3) lib/active_record/query_cache.rb:12:in `cache' > > activerecord (3.0.3) lib/active_record/query_cache.rb:31:in `call' > > activerecord (3.0.3) > > lib/active_record/connection_adapters/abstract/connection_pool.rb:353:in > > `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/callbacks.rb:46:in `call' > > activesupport (3.0.3) lib/active_support/callbacks.rb:430:in > > `_run_call_callbacks' > > actionpack (3.0.3) lib/action_dispatch/middleware/callbacks.rb:44:in `call' > > rack (1.2.1) lib/rack/sendfile.rb:107:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/remote_ip.rb:48:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/show_exceptions.rb:46:in > > `call' > > railties (3.0.3) lib/rails/rack/logger.rb:13:in `call' > > rack (1.2.1) lib/rack/runtime.rb:17:in `call' > > activesupport (3.0.3) lib/active_support/cache/strategy/local_cache.rb:90:in > > `call' > > rack (1.2.1) lib/rack/lock.rb:11:in `call' > > actionpack (3.0.3) lib/action_dispatch/middleware/static.rb:30:in `call' > > railties (3.0.3) lib/rails/application.rb:168:in `call' > > railties (3.0.3) lib/rails/application.rb:77:in `method_missing' > > rack (1.2.1) lib/rack/lint.rb:48:in `_call' > > rack (1.2.1) lib/rack/lint.rb:36:in `call' > > rack (1.2.1) lib/rack/showexceptions.rb:24:in `call' > > rack (1.2.1) lib/rack/commonlogger.rb:18:in `call' > > glassfish-1.0.3-universal (java) lib/rack/handler/grizzly.rb:55:in `call' > > :1 > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

