undefined method `filepicker_rails`
See original GitHub issueI am currently trying to use the filestack_rails
v 2.2.0 and I get this problem whenever I start the server
method_missing': undefined method `filepicker_rails' for #<Rails::Application::Configuration:0x007ffd74a04280>
Don’t quite get how the issue appears, but seems like the engines is not connected to my rails application.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
undefined method `empty?' for nil:NilClass in application.less
It seems in a css file(with less extension) you have a check for empty and that variable is nil. Check that less file...
Read more >Rails 5: undefined method `helper' for ActionController
Just upgraded to Rails 5 and am now getting this error when starting my server. Rails 5: undefined method `helper' for ...
Read more >undefined method `total_pages' error in rails4-ruby-on-rails
Coding example for the question undefined method `total_pages' error in rails4-ruby-on-rails.
Read more >Undefined method for nil:NILClass - Workato Docs
The Undefined method for nil:NILClass occurs when you attempt to use a formula on a blank datapill. This indicates that the datapill was...
Read more >Ink/filepicker-rails | Build #153 - Coveralls.io
Builds Branch Coverage Committer Type Time Via
153 master 100.0 kyuss push 05 Apr 2017 03:39AM UTC travis‑ci
152 master 100.0 web‑flow Pull #143 10...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was using Filepicker rails and trying to upgrade to Filestack-rails and I am getting this error:
/Users/aakasot/.rvm/gems/ruby-2.3.0@global/gems/railties-4.2.4/lib/rails/railtie/configuration.rb:95:in
method_missing’: undefined methodfilestack_rails' for #<Rails::Application::Configuration:0x007f8a439e5de8> (NoMethodError)
My Gem list shows this two installed:
Here is my line in application.rb
config.filestack_rails.api_key = "api_key"
Please help.
@vsrboth Can you please try:
gem 'filestack-rails', require: 'filepicker-rails'
I have changed gem name, but code remained the same until we have Picker V3 implemented with new API.