Guest User

Untitled

a guest
Jan 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Message undefined method `<' for nil:NilClass
  2. Location /client_issue/create?client_id=15285
  3. Action create
  4. Controller client_issue
  5. Query client_id=15285
  6. Method POST
  7. SSL true
  8.  
  9. /shared/bundle/ruby/1.8/gems/timeliness-0.3.6/lib/timeliness/parser.rb:142:in `fast_date_valid_with_fallback'
  10. /shared/bundle/ruby/1.8/gems/timeliness-0.3.6/lib/timeliness/parser.rb:24:in `make_time'
  11. /shared/bundle/ruby/1.8/gems/timeliness-0.3.6/lib/timeliness/parser.rb:17:in `parse'
  12. /shared/bundle/ruby/1.8/gems/validates_timeliness-3.0.14/lib/validates_timeliness/attribute_methods.rb:49:in `start_date='
  13. /shared/bundle/ruby/1.8/gems/activerecord-3.2.8/lib/active_record/attribute_assignment.rb:85:in `send'
  14. /shared/bundle/ruby/1.8/gems/activerecord-3.2.8/lib/active_record/attribute_assignment.rb:85:in `assign_attributes'
  15.  
  16. class ClientIssue < PauaServiceTable
  17. validates_date :start_date ,:allow_blank => true
  18. ...
  19. end
  20.  
  21. config.restriction_shorthand_symbols.update(
  22. :now => lambda { Time.current },
  23. :today => lambda { Date.current }
  24. )
  25. config.parser.remove_formats(:date, 'm/d/yy')
  26. config.parser.remove_us_formats
  27. config.parser.use_euro_formats
Add Comment
Please, Sign In to add comment