First up, Happy New Year all :)
I've been continuing with trying to update to Radiant 1.1.0 in an
attempt to catch up with the times. So far, from what I see, some of
the extensions I needed are already included in 1.1.0 as default.
I think Aggregation and Clipped are already baked in.
I was trying to set up copy_move and was unable to. I tried 2 of the
recommended methods.
1, From the Radiant Extension Registry
# From your RAILS_ROOT run:
<pre>script/extension install copy_move</pre>
# Restart your app
I got the following error.
C:/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `chdir': No such file or
directory - T:/UTEMP/copy_move (Errno::ENOENT)
from C:/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `cd'
from C:1:in `cd'
from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/radiant-1.1.0/lib/radiant/extension/script.rb:167:in
`checkout'
from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/radiant-1.1.0/lib/radiant/extension/script.rb:115:in
`install'
from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/radiant-1.1.0/lib/radiant/extension/script.rb:11:in
`install'
from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/radiant-1.1.0/lib/radiant/extension/script.rb:311:in
`initialize'
from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/radiant-1.1.0/lib/radiant/extension/script.rb:261:in
`new'
from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/radiant-1.1.0/lib/radiant/extension/script.rb:261:in
`execute'
from script/extension:5:in `<main>'
<git is on the path>
2. From Github
# From your RAILS_ROOT run:
cd vendor/extensions
git clone git://github.com/jomz/radiant-copy-move.git ./copy_move
cd ../../
rake radiant:extensions:copy_move:update
# Restart your app
Tried this also.. when I come to the rake step, I get the following
E:\projects\radiant\test_v10\vendor>rake radiant:extensions:copy_move:update
(in E:/projects/radiant/test_v10)
WARNING: It seems you do not have Bundler installed.
WARNING: You can install it by doing `gem install bundler`
Radiant could not be initialized. Have you run `bundle install`?'.
bundler is installed. I am not sure what's wrong. Any thoughts?
Thanks,
Mohit.
1/1/2013 | 2:50 AM.