Bugs: Browse | Submit New | Admin

[#6611] Does not detect rails root

Date:
2006-11-10 17:40
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Does not detect rails root

Detailed description
From newly created rails app:

> rails test
> cd test
test>rapt install flex_times
Error: RaPT currently does not work outside of a Rails application directory.  Please change to the top level of a Rails
application and try again.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2009-12-15 14:06
Sender: Matthew O'Riordan

Hi all

Following on from Saeed's post below, if you are following the
Peepcode tutorial on Test First Development
(http://peepcode.com/products/test-first-development), then you
will need to issue all of the following commands to install all
3 plugins described at around 14:00 of the ppercode-004-testing.mov
movie.

script/plugin install
http://topfunky.net/svn/plugins/calendar_helper

script/plugin install http://topfunky.net/svn/plugins/meta_tags/

script/plugin install http://topfunky.net/svn/plugins/memory_test
_fix/

Hope that helps.

Matt
http://mattheworiordan.com/
@mattheworiordan
Date: 2007-09-13 16:56
Sender: Chris Barnes

I think the resolution to this bug would be to have the program
prompt you to discover on the first use or at least change the
error message to something like "you must add at least 1
repository before running rapt"
Date: 2007-06-13 06:11
Sender: Manuel Vidaurre

Actually the problem is that you should register the repository
sources before trying to use rapt. The easy way is to use:

rapt discover

Then you should be able to use rapt without problems

Regards
Date: 2006-11-30 21:52
Sender: Saeed Richardson

I wrote about getting around it here:
http://www.imarichardson.com/2006/11/30/test-first-development-ra
pt-error/
(Yea, cheap website plug.)
Date: 2006-11-30 04:19
Sender: Saeed Richardson

I can confirm this error, too, during the Peepcode exercise. 

(To get around the error use the rails plugin installer by running
"script/plugin install
http://topfunky.net/svn/plugins/calendar_helper" from the
root of your rails application to install it.
Date: 2006-11-27 03:23
Sender: Nicholas Henry

I also have the same problem viewing the peepcode tutorial for
TDD. Running Rails 1.1.6 (with Rails Edge frozen for my app).
Date: 2006-11-26 14:45
Sender: Andy Pearson

I can confirm this bug, I am currently trying to work through
the latest peepcode tutorial (TDD) and this bug is causing quite
a problem for me as you may well imagine if you have seen the
episode!

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item