We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i include the carrierwave_direct gem I get the following error:
stack level too deep
Full Trace
carrierwave_direct (0.0.2) lib/carrierwave_direct/mount.rb:8
mount.rb
uploader.class_eval <<-RUBY, __FILE__, __LINE__+1 def #{column}; self; end RUBY
rails 3.1.0, ruby 1.9.2, carrierwave 0.5.8, carrierwave_direct 0.0.2
I'm using a standard uploader (as shown in the readme).
What am I doing wrong? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Solved it!
Don't name your string column "file". It works with carrierwave only, but with carrierwave_direct it results in a stack level error.
Sorry, something went wrong.
No branches or pull requests
When i include the carrierwave_direct gem I get the following error:
Full Trace
mount.rb
rails 3.1.0, ruby 1.9.2, carrierwave 0.5.8, carrierwave_direct 0.0.2
I'm using a standard uploader (as shown in the readme).
What am I doing wrong? Thanks in advance!
The text was updated successfully, but these errors were encountered: