[#409331] Capture HTML table data, pass to Ruby, pass back and display result in HTML text field — Hubert Wagner <lists@...>

Hello :

11 messages 2013/08/04

[#409336] Rakefile Error - Please Help — "Jennifer T." <lists@...>

Hi,

13 messages 2013/08/04
[#409341] Re: Rakefile Error - Please Help — Hassan Schroeder <hassan.schroeder@...> 2013/08/04

On Sun, Aug 4, 2013 at 7:41 AM, Jennifer T. <lists@ruby-forum.com> wrote:

Re: Rakefile Error - Please Help

From: "Jennifer T." <lists@...>
Date: 2013-08-05 00:23:06 UTC
List: ruby-talk #409359
Hassan Schroeder wrote in post #1117726:
> On Sun, Aug 4, 2013 at 4:57 PM, Jennifer T. <lists@ruby-forum.com>
> wrote:
>
>>> Seems to work OK here. Did this error occur the very first time you
>>> ran `rake`? And is there a Rakefile in the root directory of this app?
>>
>> Yes it did and there is a rake file in the root directory.
>
> Strange. What do you get when you run the following:
>
> which ruby
> ruby -v
> which rake
> rake -V
> which rspec
> rspec -v


See below:

which ruby
/usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby

ruby -v
ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin10.8.0]

which rake
/usr/local/rvm/gems/ruby-1.9.3-p392/bin/rake

rake -v
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, 
Rakefile.rb)
/usr/local/rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval'
/usr/local/rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in 
`<main>'
(See full trace by running task with --trace)

which rspec
/usr/local/rvm/gems/ruby-1.9.3-p392/bin/rspec

rspec -v
2.14.4

-- 
Posted via http://www.ruby-forum.com/.

In This Thread