skip to Main Content

Undefined method contacts_path error – Twitter bootstrap

When attempting to go to my Contact us page(/contact/new) I am getting the error "NoMethodError in Contact#new undefined method 'contacts_path". Is the issue with my routes? Routes for Contact: contacts GET /contacts(.:format) contacts#index POST /contacts(.:format) contacts#create new_contact GET /contacts/new(.:format) contacts#new…

VIEW QUESTION

Sunspot – RSolr::Error::Http – 404 Not Found – Twitter-api

Hi I recently got a hold of a Rails 3.2.0 project that makes use of sunspot I've been running into an error below: RSolr::Error::Http - 404 Not Found Error: Not Found URI: http://localhost:8982/solr/select?wt=ruby Request Headers: {"Content-Type"=>"application/x-www-form-urlencoded; charset=UTF-8"} Request Data: "fq=type%3APost&fq=-kind_s%3A%28event+OR+contest+OR+job+OR+review%29&fq=-category_im%3A%28%29&fq=exclude_from_explore_b%3Afalse&fq=-destroyed_at_d%3A%5B*+TO+*%5D&fq=published_at_ds%3A%5B*+TO+2016%5C-04%5C-26T12%5C%3A07%5C%3A29Z%5D&fq=published_at_ds%3A%5B*+TO+*%5D&fq=verified_author_b%3Atrue&sort=published_at_ds+desc&start=0&rows=24&q=*%3A*"…

VIEW QUESTION
Back To Top
Search