Displaying 7 results from an estimated 7 matches for "routing_error".
2005 Jun 08
7
Rails/lighttpd: Changes to controller not being seen?
This is a weird one:
My app works fine on our local box with webrick. After uploading to TxD
server, the app starts behaving weirdly. I make some edits to one of
the controllers and my changes don''t seem to be going through. So I go
ahead and change the name of the controller file. The page loads
without error. I figure maybe I''m in the wrong directory, so I change
the
2012 Sep 16
1
“Routing Error No route matches {}” when omniauth failed on registration
..._erb___1224394470845933684_70120630781720''
config/initializers/omniauth.rb:8:incall''
config/initializers/omniauth.rb:8:in `block (2 levels) in ''
Rendered
/Users/ayia/.rvm/gems/ruby-1.9.3-p125@global/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
within rescues/layout (0.6ms)
*What can be the reason for this? What did I wrong?*
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@publi...
2011 Nov 26
3
Asset pipeline giving me hard time. Please help !!! - (rails 3.1.3)
...inecountry_part2.jpg" for 127.0.0.1 at 2011-11-26
12:56:40 -0800
ActionController::RoutingError (No route matches [GET] "/
winecountry_part2.jpg"):
Rendered /Users/jayparteek/.rvm/gems/ruby-1.9.2-head@default/gems/
actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/
routing_error.erb within rescues/layout (0.6ms)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email...
2011 Jul 06
0
uninitialized constant
...on/new
The error is:
Started GET "/users/invitation/new" for 127.0.0.1 at 2011-07-06 20:47:07
-0300
ActionController::RoutingError (uninitialized constant Users):
Rendered
/Users/Fernando/.rvm/gems/ruby-1.9.2-head/gems/actionpack-3.0.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
within rescues/layout (1.9ms)
The routes looks like ok, and I dont know why it return this error.
--
*Fernando Aureliano*
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...
2011 Nov 26
1
ActionController::RoutingError (No route matches [GET] "/image.jpg"):
...inecountry_part2.jpg" for 127.0.0.1 at 2011-11-26
12:56:40 -0800
ActionController::RoutingError (No route matches [GET] "/
winecountry_part2.jpg"):
Rendered /Users/jayparteek/.rvm/gems/ruby-1.9.2-head@default/gems/
actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/
routing_error.erb within rescues/layout (0.6ms)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email...
2012 Mar 01
1
help stylesheet_link_tag
...by-1.9.3-p0/lib/ruby/1.9.1/webrick/
httpserver.rb:94:in `run''
/home/hj/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:
191:in `block in start_thread''
Rendered /home/hj/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/
action_dispatch/middleware/templates/rescues/routing_error.erb within
rescues/layout (1.2ms)
Started GET "/assets/defaults.js" for 127.0.0.1 at 2012-03-01 09:44:21
+0800
Served asset /defaults.js - 404 Not Found (5ms)
ActionController::RoutingError (No route matches [GET] "/assets/
defaults.js"):
actionpack (3.2.1) lib/action_dispa...
2010 Aug 13
11
Link to remote and the equivalent in Rails 3
...| ActiveRecord: 0.0ms)
Started GET "/images/test.png" for 127.0.0.1 at Fri Aug 13 23:13:18
+0100 2010
ActionController::RoutingError (No route matches "/images/test.png"):
Rendered /Library/Ruby/Gems/1.8/gems/actionpack-3.0.0.rc/lib/
action_dispatch/middleware/templates/rescues/routing_error.erb within
rescues/layout (0.6ms)
It''s calling a GET to /entries and only calling some JS I have in
index.js ...
Not calling the showphotos action.
This is really holding me back now as I can''t for the life of me find
a solution or something which makes sense.
Any ideas please...