I get this using 3rdRail too, with this in ../bin/rake:
#!c:/Program Files/Ruby/bin/ruby.exe
#
# This file was generated by RubyGems.
#
# The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'rubygems'
version = ">= 0"
if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1
then
version = $1
ARGV.shift
end
gem 'rake', version
load 'rake'
Just to be clear, by this I mean:
c:Program FilesRubybinruby.exe: no Ruby script found in
input
(LoadError)
when running the migration in 3rdRail.
Running the same migration (i.e. rake db:migrate
VERSION=001) from the
command-line works fine though.
On 7 Feb, 14:24, "Shelby Sanders"
<asalas... gmail.com> wrote:
> As far as I can tell, this is caused by the
.../bin/rake file not having a
> ��#! line.
>
> So you should be able to add one, and continue as
normal.
>
> On Dec 31, 2007 7:49 PM, Issac <Issa... gmail.com> wrote:
>
>
>
> > Hi, dudes
> > I got a question here. When I run "rake
db:migrate" in 3rdrail, it
> > throws an error: D:rubybinruby.exe: no Ruby
script found in input
> > (LoadError). I have set the ruby interpreter
paths, And can't find the
> > solution on Google. Any good ideas?
>
> > Issac
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
|