You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
The paperclipped extension failed to install properly.
Specifically, the failure was caused by the extension’s migrate task:
Run `rake radiant:extensions:paperclipped:migrate —trace` for more details.
The extension has been disabled and placed in vendor/extensions/.disabled
$
I don’t understand why the creation of the assets table is failing. Also, the only version of Rails that i have is 2.1:
$ gem list rails
\LOCALGEMS*
rails (2.1.0)
$
There is also a hack to define named_scope in:
vendor/extensions/.disabled/paperclipped/vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb
Any ideas on why this is?
I can get around this (sorta) by commenting out the ‘named_scope’ in asset.rb and running the migration manually via:
$ rake radiant:extensions:paperclipped:migrate
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When i try to install this extension on a radiant 0.6.9 app, i get the following error:
$ rake ray:extension:install name=paperclipped
(in )
git —version
git clone git://github.com/kbingman/paperclipped.git vendor/extensions/paperclipped
Initialized empty Git repository in /vendor/extensions/paperclipped/.git/
remote: Counting objects: 1716, done.
remote: Compressing objects: 100% (978/978), done.
remote: Total 1716 (delta 747), reused 1402 (delta 550)
Receiving objects: 100% (1716/1716), 517.12 KiB, done.
Resolving deltas: 100% (747/747), done.
rake development radiant:extensions:paperclipped:migrate
(in )
rake aborted!
undefined method `named_scope’ for Asset(Table doesn’t exist):Class
The paperclipped extension failed to install properly.
Specifically, the failure was caused by the extension’s migrate task:
Run `rake radiant:extensions:paperclipped:migrate —trace` for more details.
$
I don’t understand why the creation of the assets table is failing. Also, the only version of Rails that i have is 2.1:
$ gem list rails
\ LOCAL GEMS *
rails (2.1.0)
$
There is also a hack to define named_scope in:
vendor/extensions/.disabled/paperclipped/vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb
Any ideas on why this is?
I can get around this (sorta) by commenting out the ‘named_scope’ in asset.rb and running the migration manually via:
$ rake radiant:extensions:paperclipped:migrate
The text was updated successfully, but these errors were encountered: