Hello Everyone,
I have started learning Rails Certification, but I can't able solve this question.
it's a running rails application with rails 5.2.3 and ruby 2.6.3 im new in the company and after db:migration when im trying to start the server i get:
NoMethodError undefined method `find_pattern_by_useragent' for nil:NilClass
add_oauth_logging_information(env, debug_info)
@app.call(env)
end
I am completely a rails beginner and only have some experience in symfony or angular. so that's my first time working with ruby on rails.
I also get this:
↳ /usr/share/rvm/gems/ruby-2.6.3/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
unknown OID 46329: failed to recognize type of 'bounds'. It will be treated as String.
RuntimeError (No google api key):
app/lib/name/rails_adapter.rb:288:in `make_default_repository_configuration'
app/lib/name/rails_adapter.rb:79:in `repository'
app/lib/name/oauth1a_filter.rb:18:in `repository'
app/lib/name/oauth1a_filter.rb:43:in `call'
Replies