search for: album_test

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

Did you mean: album_list
2006 Feb 02
4
uninitialized constant Test (NameError)
...is error when I try to run any tests: > /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/ > active_support/dependencies.rb:200:in `const_missing'': > uninitialized constant Test (NameError) > from ./test/unit/../test_helper.rb:5 > from ./test/unit/album_test.rb:1 > from /usr/local/lib/ruby/gems/1.8/gems/rake-0.6.2/lib/rake/ > rake_test_loader.rb:5 > from /usr/local/lib/ruby/gems/1.8/gems/rake-0.6.2/lib/rake/ > rake_test_loader.rb:5 I found this reference on Google, which seems related, but no answer was provided: http:...
2010 Aug 08
1
help me
...reate app/views/albums/edit.html.erb identical app/views/layouts/albums.html.erb identical public/stylesheets/scaffold.css dependency model exists app/models/ exists test/unit/ exists test/fixtures/ create app/models/album.rb identical test/unit/album_test.rb skip test/fixtures/albums.yml exists db/migrate Another migration is already named create_albums: db/migrate/001_create_albums.rb it working well for other tables please help me actually where is problem thanks in adv!!!!!!!!!!!!! -- You received this message because you...
2010 Aug 08
5
Ruby 1.8.7 and openssl failed compile
I got this error: ossl_ssl.c: In function ?ossl_sslctx_get_ciphers?: ossl_ssl.c:626:19: error: ?STACK? undeclared (first use in this function) ossl_ssl.c:626:19: note: each undeclared identifier is reported only once for each function it appears in ossl_ssl.c:626:25: error: expected expression before ?)? token ossl_ssl.c:629:47: error: expected expression before ?)? token