The S3 settings can now be configured in spree (from 1.3 upwards I think).
I migrated from 1.0 to 1.3 and had a view like yours where I ticked the
checkbox for S3 but *didn't* see the extra fields appear to put the S3
settings.
My problem was missing *missing jquery loading from
app/assets/javascript/admin/all.js (and the store too - which solved an
old problem I never figured out too).*
*
*
*I think I also had to add *
gem 'jquery-rails'
*to my gemfile*
If you need a better explanation of that, let me know. Still waking up here
:-)
--
Steve
You received this message because you are subscribed to the Google Groups "Spree" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
Steve
On Wednesday, February 13, 2013 4:18:30 AM UTC, Alex Aguilar wrote:
In config/initializers/spree.rb I tried checking the development
environment.
if Rails.env.development? or Rails.env.production?
config.use_s3 = true
config.s3_bucket = '<bucket>'
config.s3_access_key = "<key>"
config.s3_secret = "<secret>"
end
but doesn't seem to be enough as the issue appears to be the :rails_root
setting.
Spree config
http://www.screencast.com/t/n8keX2wG
Folders created on S3
http://www.screencast.com/t/YvguEFfKbs
Thanks in advance.
Alex
--In config/initializers/spree.rb I tried checking the development
environment.
if Rails.env.development? or Rails.env.production?
config.use_s3 = true
config.s3_bucket = '<bucket>'
config.s3_access_key = "<key>"
config.s3_secret = "<secret>"
end
but doesn't seem to be enough as the issue appears to be the :rails_root
setting.
Spree config
http://www.screencast.com/t/n8keX2wG
Folders created on S3
http://www.screencast.com/t/YvguEFfKbs
Thanks in advance.
Alex
You received this message because you are subscribed to the Google Groups "Spree" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.