Displaying 3 results from an estimated 3 matches for "install_depend".
2006 Jul 30
0
Rails installation problem - activesupport
...support (= 1.3.1) in the repository
/usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:499:in
`find_gem_to_install''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:437:in
`install''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:551:in
`install_dependencies''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:547:in
`install_dependencies''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:439:in
`install''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb:258:in
`execute''
/usr...
2007 Jul 31
11
helper spec not finding rails core helpers
Hi,
My helper specs were going ok until I added a call to a rails
DateHelper method in one of my helpers
http://api.rubyonrails.com/classes/ActionView/Helpers/
DateHelper.html#M000574
The helper runs fine from my view templates, just dies in the spec test.
I boiled my question down to a simple (not too useful) example. I''m
not sure what I''m missing.
#
2007 Feb 26
15
drbspec - "no server running"
At times I''ve gotten the message "No Server Running" from drbspec
with my rails app. The thing is, the drb server certainly is running!
This happened a few times with my model specs. I''m not sure exactly
what the problem was there - I believe I was loading up fixtures that
didn''t exist. I was calling fixtures :singular_table_name as opposed
to