Giter Site home page Giter Site logo

SystemStackError with S3 about paperclip HOT 9 CLOSED

thoughtbot avatar thoughtbot commented on July 28, 2024
SystemStackError with S3

from paperclip.

Comments (9)

nirvdrum avatar nirvdrum commented on July 28, 2024

Confirmed.

from paperclip.

scsmith avatar scsmith commented on July 28, 2024

This is still a problem. Just for clarification does specifying :path option cause the :url option to be ignored thus preventing cloud front and domain style urls?

from paperclip.

ghazel avatar ghazel commented on July 28, 2024

Same problem, on paperclip 2.3.1

from paperclip.

liamks avatar liamks commented on July 28, 2024

Confirmed with 2.3.1.1

from paperclip.

dustmoo avatar dustmoo commented on July 28, 2024

Specifying the :path option does prevent paperclip from entering the never-ending loop.

i.e: :path => ":attachment/:id/:style/:filename"

from paperclip.

rickmzp avatar rickmzp commented on July 28, 2024

confirmed here when using s3

from paperclip.

rebelcolony avatar rebelcolony commented on July 28, 2024

sorry, how would i add path to:

has_attached_file :image, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :styles => { :thumb => "190x124>", :large => "400x300>" }

from paperclip.

rebelcolony avatar rebelcolony commented on July 28, 2024

ok just added the :path so
has_attached_file :image, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :path => ":attachment/:id/:style.:extension", :styles => { :thumb => "190x124>", :large => "400x300>" }
and seems to work.

from paperclip.

cpytel avatar cpytel commented on July 28, 2024

This is an old issue and no longer appears to be the case. Closing out out. If this problem occurs again, please create a new issue. Thanks very much.

from paperclip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.