On the RailsOnWindows wiki page there’s an example of a View generator.
When I try it, I get the error message: “couldn’t find ‘view’
generator”. Any ideas? I’m trying to generate the form for a model.
Thanks in advance,
Bill
On the RailsOnWindows wiki page there’s an example of a View generator.
When I try it, I get the error message: “couldn’t find ‘view’
generator”. Any ideas? I’m trying to generate the form for a model.
Thanks in advance,
Bill
Bill W. wrote:
On the RailsOnWindows wiki page there’s an example of a View generator.
When I try it, I get the error message: “couldn’t find ‘view’
generator”. Any ideas? I’m trying to generate the form for a model.
Are viewes usable without controllers? I think there is no view
generators simply because views are created with the controller when you
do a ./script/generate controller Foo
Regards.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs