Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Error: Cannot load such file -- image_size #17

Closed
HDLP9 opened this issue Nov 21, 2012 · 6 comments
Closed

Error: Cannot load such file -- image_size #17

HDLP9 opened this issue Nov 21, 2012 · 6 comments

Comments

@HDLP9
Copy link

HDLP9 commented Nov 21, 2012

Hi phallstrom,

Thanks for keeping updating this gem. More utf8 support and max upload size rocks. ;)

Just a heads up...After updating today it's not possible to start the application without adding:

gem image_size

to the gemfile.

Maybe it should be some warning in the README.md for that.

Best regards.

@phallstrom
Copy link
Owner

You had to add that in the Rails app Gemfile? I may have tweaked something... by default it's not required because it's possible to disable thumbnail generation entirely, but you're right, the defaults might have gotten changed.

On Nov 21, 2012, at 3:26 PM, Hélio Pereira wrote:

Hi phallstrom,

Thanks for keeping updating this gem. More utf8 support and max upload size rocks. ;)

Just a heads up...After updating today it's not possible to start the application without adding:

gem image_size

to the gemfile.

Maybe it should be some warning in the README.md for that.

Best regards.


Reply to this email directly or view it on GitHub.

@HDLP9
Copy link
Author

HDLP9 commented Nov 21, 2012

Yes I had to. With "rails s" command I got this:

el_finder-1.1.1/lib/el_finder/image.rb:3:in `require': cannot load such file -- image_size (LoadError)

@phallstrom
Copy link
Owner

Ok, thanks. I'll look into it. One of these days soon I'm going to stop working on 1x and see about implementing the 2x API directly...

On Nov 21, 2012, at 3:50 PM, Hélio Pereira wrote:

Yes I had to. With "rails s" command I got this:

el_finder-1.1.1/lib/el_finder/image.rb:3:in `require': cannot load such file -- image_size (LoadError)


Reply to this email directly or view it on GitHub.

@phallstrom
Copy link
Owner

@Helio-Pereira What's your environment? Rails/ruby/app-server versions? RVM? I just cleaned out my RVM gemset for my el_finder example site, ran bundle install and it picked up image_size like it should...

@HDLP9
Copy link
Author

HDLP9 commented Nov 23, 2012

Hummm..Strange! Maybe it was something in my environment.

Rails: 3.2.9
Ruby: 1.9.3 p194

I'll try it when I get home again and let you know.

@phallstrom
Copy link
Owner

Someone else is having the same issue. Hopefully we can figure out the difference and resolve it.

On Nov 23, 2012, at 1:56 AM, Hélio Pereira notifications@github.com wrote:

Hummm..Strange! Maybe it was something in my environment.

Rails: 3.2.9
Ruby: 1.9.3 p194

I'll try it when I get home again and let you know.


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants