question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

undefined method `filepicker_rails`

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
aakashbarotcommented, Feb 15, 2018

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 method filestack_rails' for #<Rails::Application::Configuration:0x007f8a439e5de8> (NoMethodError)

My Gem list shows this two installed:

filestack (2.1.0, 2.0.1)
filestack-rails (2.2.0)

Here is my line in application.rb config.filestack_rails.api_key = "api_key"

Please help.

1reaction
kyusscommented, Apr 6, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found