Displaying 1 result from an estimated 1 matches for "postbackgenerator".
Did you mean:
postback_generator
2005 Jan 29
4
problem with postback generator on 0.9.5
...rubygems/custom_require.rb:18:in
`require__''
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/rails-0.9.5/lib/rails_generator.rb:34:in
`instance''
from script/generate:27
The PostbackGenerator class inside postback_generator.rb is trying to
inherit from ScaffoldGenerator, but it is undefined. I tried requiring
it but that didn''t work. I''m not sure how to tell it to look in the
specific directory where the scaffold generator is located without
hard-coding an absolu...