Displaying 1 result from an estimated 1 matches for "artist_controller_test".
Did you mean:
  artists_controller_test
  
2006 Jul 24
0
Errors with my generate
...t; ruby script/generate controller Gallery::Artist -p
      create  app/controllers/gallery
      create  app/helpers/gallery
      create  app/views/gallery/artist
      create  test/functional/gallery
      create  app/controllers/gallery/artist_controller.rb
      create  test/functional/gallery/artist_controller_test.rb
      create  app/helpers/gallery/artist_helper.rb
C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in 
`require__'': No such file to load -- Gallery::Artist (MissingSourceFile)
	from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in 
`require''
	from 
C...