Anybody possibly know what's going on?

upgrading my existing rails app to edge results in this error

thoughts?


/Users/rogerpack/dev/ruby_186_installed/lib/ruby/1.8/erb.rb:469:in
`scan': undefined method `empty?' for nil:NilClass (NoMethodError)
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/1.8/erb.rb:525:in
`compile'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/1.8/erb.rb:692:in
`initialize'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb:51:in
`new'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb:51:in
`compile'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/template_handler.rb:11:in
`call'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/renderable.rb:21:in
`_unmemoized_compiled_source'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/activesupport/lib/active_support/memoizable.rb:53:in
`compiled_source'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/activesupport/lib/active_support/memoizable.rb:21:in
`__send__'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/activesupport/lib/active_support/memoizable.rb:21:in
`memoize_all'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/activesupport/lib/active_support/memoizable.rb:18:in
`each'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/activesupport/lib/active_support/memoizable.rb:18:in
`memoize_all'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/activesupport/lib/active_support/memoizable.rb:13:in
`freeze'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:88:in
`reload!'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:102:in
`templates_in_path'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:100:in
`each'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:100:in
`templates_in_path'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:86:in
`reload!'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:78:in
`load'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:109:in
`load'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:109:in
`each'
  from
/Users/rogerpack/dev/degreesearch/vendor/rails/actionpack/lib/action_view/paths.rb:109:in
`load'
  from
/Users/rogerpack/dev/degreesearch/config/../vendor/rails/railties/lib/initializer.rb:350:in
`load_view_paths'
  from
/Users/rogerpack/dev/degreesearch/config/../vendor/rails/railties/lib/initializer.rb:177:in
`process'
  from
/Users/rogerpack/dev/degreesearch/config/../vendor/rails/railties/lib/initializer.rb:110:in
`send'
  from
/Users/rogerpack/dev/degreesearch/config/../vendor/rails/railties/lib/initializer.rb:110:in
`run'
  from /Users/rogerpack/dev/degreesearch/config/environment.rb:15
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/rack/adapter/rails.rb:31:in
`load_application'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/rack/adapter/rails.rb:23:in
`initialize'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/rack/adapter/loader.rb:32:in
`new'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/rack/adapter/loader.rb:32:in
`for'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/thin/controllers/controller.rb:162:in
`load_adapter'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/thin/controllers/controller.rb:66:in
`start'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/thin/runner.rb:166:in
`send'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/thin/runner.rb:166:in
`run_command'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/lib/thin/runner.rb:136:in
`run!'
  from
/Users/rogerpack/dev/ruby_186_installed/lib/ruby/gems/1.8/gems/thin-0.8.2/bin/thin:6
  from /Users/rogerpack/dev/ruby_186_installed/bin/thin:20:in `load'
  from /Users/rogerpack/dev/ruby_186_installed/bin/thin:20
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to