Iâm not certain about the 0.7RC script/extension problem, but if youâre
using 0.6.9, and use script/extension install, go into
vendor/extensions/page_attachments and run this:
git reset --hard 0.6.9
This will put the extension back onto a (hopefully) 0.6.9-compatible
version. Now run git submodule init && git submodule update to get
attachment_fu, and then run rake db:migrate:extensions radiant:extensions:update_all from the root of your project.
Going forward, we should be adding support for selecting specific
tags/forks/etc from the extension installer. Iâm going to reiterate my
call for contributions to the extension registry. It essentially hasnât
changed since I deployed it in August.
Going forward, we should be adding support for selecting specific
tags/forks/etc from the extension installer. Iâm going to reiterate my call
for contributions to the extension registry. It essentially hasnât changed
since I deployed it in August.
Sean, I had to go back to 81124e93 to get page_attachments to work
properly.
The very next commit broke the ability to destroy page_attachments. I
think
it was the changes in the model âpage_attachment_associations.rbâ that
removed both the :delete_attachments and :destroy_attachment attribute
accessors. I tried a number of releases and 81124e93 was the first that
worked exactly as it was supposed to.
That my experience any way. I spent a lot of time trying to get this to
work
and nothing more recent would.
Iâm not certain about the 0.7RC script/extension problem, but if youâre
using 0.6.9, and use script/extension install, go into
vendor/extensions/page_attachments and run this:
git reset --hard 0.6.9
This will put the extension back onto a (hopefully) 0.6.9-compatible
version. Now run git submodule init && git submodule update to get
attachment_fu, and then run rake db:migrate:extensions radiant:extensions:update_all from the root of your project.
step2 gives me this:
$ git submodule init && git submodule update
Submodule âvendor/plugins/attachment_fuâ
(git://github.com/technoweenie/attachment_fu.git) registered for path
âvendor/plugins/attachment_fuâ
Initialized empty Git repository in
/home/gomix/radiant/vendor/extensions/page_attachments/vendor/plugins/attachment_fu/.git/
remote: Counting objects: 1479, done.
remote: Compressing objects: 100% (645/645), done.
remote: Total 1479 (delta 792), reused 1462 (delta 784)
Receiving objects: 100% (1479/1479), 215.36 KiB | 96 KiB/s, done.
Resolving deltas: 100% (792/792), done.
error: pathspec â42a37fab15c6d1dacc6043ee40b25de12b63ac04â did not match
any file(s) known to git.
Unable to checkout â42a37fab15c6d1dacc6043ee40b25de12b63ac04â in
submodule path âvendor/plugins/attachment_fuâ
stopped there until further feedback for step 3 (rake)
and yes, im using
$ gem list radiant
*** LOCAL GEMS ***
radiant (0.6.9)
seem to do anything for me. Is it disabled in the RC?
exist):Class
(See full trace by running task with --trace)
The extension rake task should actually create the table, does someone
whats going on here?