EasyUI Forum
May 08, 2024, 06:27:48 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ERROR Action Controller RoutingError: No route matches  (Read 5616 times)
CosmicRider
Newbie
*
Posts: 3


View Profile
« on: December 26, 2013, 05:38:43 PM »

I am getting this error whenever my erb is displayed.

ERROR ActionController::RoutingError: No route matches [GET] "controller_name/.plugin/jquery.parser.js

*I have stripped my erb to just one "Hello World" statement...other information
Rails 3.2
Ruby 1.9.3
easyui 1.3.2

My routes.rb has
resources :foo, only: index do
  get '/:name", action: :show,    on: :collection
end

my index method contains
render file: 'foo_dir/foo', layout: Foo.config.foo_layout

application.js points only points to jquery 1.8.3.min.js and the easyui.min.js


it is a weird error that I cannot resolve. thanks in advance for any help
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!