search for: scaffoldgenerator

Displaying 3 results from an estimated 3 matches for "scaffoldgenerator".

Did you mean: scaffold_generator
2006 Apr 07
0
Dynamic Scaffolding vs. ScaffoldGenerator
...(all but show and destroy). Destroy no longer deleted the given item, and (more importantly) the functional tests called scaffold''s version of create, rather than mine (though when run in the server, the correct version was called). I created a duplicate of my application, and used ScaffoldGenerator on the duplicate. I then copied the show.rhtml and the two undefined methods (show and destroy) into my application. After commenting out dynamic scaffolding, everything works perfectly, no failures in the tests, etc). So there''s clearly some difference between dynamic scaffoldin...
2005 Jan 29
4
problem with postback generator on 0.9.5
...stalled the login generator the same way and it works. But when I try to run it, I get this: [carl@e236014 test]$ ruby script/generate postback /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.4.0/lib/action_controller/support/dependencies.rb:59:in `const_missing'': uninitialized constant ScaffoldGenerator (NameError) from /usr/local/lib/ruby/gems/1.8/gems/rails-0.9.5/lib/../generators/postback/postback_generator.rb:1 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb...
2006 Jul 16
2
Can scaffold do tall tables instead of wide?
I''m trying to get data in rows instead of columns by default. The default scaffold behavior is to create an initial table layout with column headers along the top. In some cases this creates really wide tables which require horizontal scrolling. Is there a parameter I can use with scaffolding or a hack to get the header cells along the left side of the table instead? I''m