Re: [rspec-users] issue with edge rails and urls

2007-08-27 Thread Jim Deville
On Aug 27, 2007, at 12:52 PM, J.D. Hollis wrote: > I just switched our project over to Edge Rails, and I'm running into > this problem with all of my helper methods that call _url methods: > > NoMethodError in 'ApplicationHelper home_link should generate a valid > home link when User.current and

Re: [rspec-users] issue with edge rails and urls

2007-08-27 Thread Jay Levitt
J.D. Hollis wrote: > I just switched our project over to Edge Rails, and I'm running into > this problem with all of my helper methods that call _url methods: Check out the patch at: http://rubyforge.org/tracker/index.php?func=detail&aid=13186&group_id=797&atid=3151 Jay __

[rspec-users] issue with edge rails and urls

2007-08-27 Thread J.D. Hollis
I just switched our project over to Edge Rails, and I'm running into this problem with all of my helper methods that call _url methods: NoMethodError in 'ApplicationHelper home_link should generate a valid home link when User.current and Profile.current is not set' You have a nil object when y