Coder Social home page Coder Social logo

rol's People

Contributors

fagnerrs avatar mfrederickson avatar tescher avatar thebitguru avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

thebitguru

rol's Issues

check address for new volunteer isn't working

In development, console shows the following



Started GET "/resschecks/search?dialog=true&_=1505246257747" for 127.0.0.1 at 2017-09-12 11:57:53 -0800

ActionController::RoutingError (No route matches [GET] "/resschecks/search"):
  actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
  web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
  web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
  actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
  activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
  activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
  activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
  railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
  actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.6.5) lib/rack/methodoverride.rb:22:in `call'
  rack (1.6.5) lib/rack/runtime.rb:18:in `call'
  activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
  rack (1.6.5) lib/rack/lock.rb:17:in `call'
  actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
  rack (1.6.5) lib/rack/sendfile.rb:113:in `call'
  railties (4.2.0) lib/rails/engine.rb:518:in `call'
  railties (4.2.0) lib/rails/application.rb:164:in `call'
  rack (1.6.5) lib/rack/lock.rb:17:in `call'
  rack (1.6.5) lib/rack/content_length.rb:15:in `call'
  rack (1.6.5) lib/rack/handler/webrick.rb:88:in `service'
  /usr/local/rvm/rubies/ruby-2.1.10/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
  /usr/local/rvm/rubies/ruby-2.1.10/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
  /usr/local/rvm/rubies/ruby-2.1.10/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'


  Rendered /usr/local/rvm/gems/ruby-2.1.10/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
  Rendered /usr/local/rvm/gems/ruby-2.1.10/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (4.1ms)


Started GET "/volunteers/address_check?_=1505246257748" for 127.0.0.1 at 2017-09-12 11:57:53 -0800
Processing by VolunteersController#show as */*
  Parameters: {"_"=>"1505246257748", "id"=>"address_check"}
  Volunteer Load (0.6ms)  SELECT  "volunteers".* FROM "volunteers" WHERE "volunteers"."deleted_at" IS NULL AND "volunteers"."needs_review" = 'f' AND "volunteers"."id" = $1 LIMIT 1  [["id", 0]]
Completed 404 Not Found in 3ms

ActiveRecord::RecordNotFound (Couldn't find Volunteer with 'id'=address_check [WHERE "volunteers"."deleted_at" IS NULL AND "volunteers"."needs_review" = 'f']):
  app/controllers/volunteers_controller.rb:216:in `show'


  Rendered /usr/local/rvm/gems/ruby-2.1.10/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms)
  Rendered /usr/local/rvm/gems/ruby-2.1.10/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
  Rendered /usr/local/rvm/gems/ruby-2.1.10/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
  Rendered /usr/local/rvm/gems/ruby-2.1.10/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (15.4ms)

rake db:setup - Unable to autoload constant PendingVolunteer...

Here's the partial output... any ideas?

-- initialize_schema_migrations_table()
   -> 0.0205s
rake aborted!
LoadError: Unable to autoload constant PendingVolunteer, expected /mnt/683fd734-8323-4ac0-a2ba-1436ff10f137/data2/projects/rol/app/models/pending_volunteer.rb to define it
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:495:in `load_missing_constant'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:184:in `const_missing'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/inflector/methods.rb:261:in `const_get'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/inflector/methods.rb:261:in `block in constantize'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/inflector/methods.rb:259:in `each'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/inflector/methods.rb:259:in `inject'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/inflector/methods.rb:259:in `constantize'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/inflector/methods.rb:304:in `safe_constantize'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/core_ext/string/inflections.rb:77:in `safe_constantize'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:475:in `block in []'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:474:in `fetch'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:474:in `[]'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:512:in `block (2 levels) in create_fixtures'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:511:in `map'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:511:in `block in create_fixtures'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/connection_adapters/postgresql/referential_integrity.rb:17:in `disable_referential_integrity'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/fixtures.rb:508:in `create_fixtures'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/deprecation/proxy_wrappers.rb:24:in `method_missing'
/mnt/683fd734-8323-4ac0-a2ba-1436ff10f137/data2/projects/rol/db/seeds.rb:15:in `block in <top (required)>'
/mnt/683fd734-8323-4ac0-a2ba-1436ff10f137/data2/projects/rol/db/seeds.rb:13:in `each'
/mnt/683fd734-8323-4ac0-a2ba-1436ff10f137/data2/projects/rol/db/seeds.rb:13:in `<top (required)>'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:268:in `load'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:268:in `block in load'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:240:in `load_dependency'
/usr/local/rvm/gems/ruby-2.1.10/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:268:in `load'
/usr/local/rvm/gems/ruby-2.1.10/gems/railties-4.2.0/lib/rails/engine.rb:547:in `load_seed'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/tasks/database_tasks.rb:250:in `load_seed'
/usr/local/rvm/gems/ruby-2.1.10/gems/activerecord-4.2.0/lib/active_record/railties/databases.rake:180:in `block (2 levels) in <top (required)>'
/usr/local/rvm/gems/ruby-2.1.10/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-2.1.10/bin/ruby_executable_hooks:15:in `eval'
/usr/local/rvm/gems/ruby-2.1.10/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => db:setup => db:seed
(See full trace by running task with --trace)

Autocompete on dialogs [ENHANCEMENT]

Wire up autocomplete for volunteers and organizations on dialogs used in workdays and merges. Will require special handling because of content load that happens to fill a new row in the workday.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.