I am porting an app that runs under the VHO fork to use the main AS gem under 
tails 3.2.  I have the list view working with styling on simpler controllers.  
I have 2 errors that I could use some pointers on:

1) For controllers trying to use active_scaffold_batch I get an undefined 
method batch_base on the config object.

2) When trying to use the edit link to access the update form the following is 
generated (presumeably a nil content somewhere):

[2012-10-14 09:15:49] ERROR NoMethodError: undefined method `bytesize' for 
nil:NilClass
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/rack-1.4.1/lib/rack/utils.rb:281:in
 `bytesize'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/rack-1.4.1/lib/rack/content_length.rb:24:in
 `block in call'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:46:in
 `each'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:46:in
 `each'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:454:in
 `each'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/actionpack-3.2.8/lib/action_dispatch/middleware/body_proxy.rb:27:in
 `method_missing'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/rack-1.4.1/lib/rack/body_proxy.rb:26:in
 `method_missing'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/rack-1.4.1/lib/rack/content_length.rb:24:in
 `call'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in
 `call'
        
/Users/lattam/.rvm/gems/ruby-1.9.3-p125@vip3/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in
 `service'
        
/Users/lattam/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in
 `service'
        
/Users/lattam/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in
 `run'
        
/Users/lattam/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in
 `block in start_thread'

Any pointers would be appreciated.

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.

Reply via email to