Displaying 2 results from an estimated 2 matches for "collingridge".
2008 Aug 26
6
Rails deployment issue... no such file or directory - getcwd? huh?
Everything works fine locally but when I deploy I get this:
Errno::ENOENT (No such file or directory - getcwd):
/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:78:in `expand_path''
/vendor/rails/activerecord/lib/../../activesupport/lib/
active_support/dependencies.rb:78:in `require_or_load''
2008 Feb 08
0
Challenge! How can I write a test to test the methods in ApplicationController?
Hi all,
I''ve been Googling this one for a while now, and haven''t found a
satisfactory answer. It has been posted here before by someone else,
but it seems to have got forgotten, so here goes - perhaps someone can
think up a way around the problem?
In ApplicationController, I have the following method:
class ApplicationController < ActionController::Base
<snip>