Note that there are some explanatory texts on larger screens.

plurals
  1. PORails3.1.3 Error : /gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout
    primarykey
    data
    text
    <p>I am trying to use gem 'fancybox-rails' &amp; have updated the files as required by gem.</p> <p>I created a controller and a view to generate a page with video links. </p> <p>I am using Rails 3.1.3. I have updated my bundle using "bundle update" &amp; everything seems to be in line but I am getting the following error. </p> <p>Here is the whole code for the application : <a href="https://github.com/jaipratik/i_have_removed_it" rel="nofollow">https://github.com/jaipratik/i_have_removed_it</a></p> <p>I am getting the following errors.</p> <p>Output - Development log (may be useful )</p> <pre><code>Rendered /Users/jayparteek/.rvm/gems/ruby-1.9.2-head@default/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/jayparteek/.rvm/gems/ruby-1.9.2-head@default/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/jayparteek/.rvm/gems/ruby-1.9.2-head@default/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.7ms) </code></pre> <p>-----Error: -----------------------------</p> <pre><code>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) </code></pre> <p>Comment on above error: i have updated the gems 'gem update'</p> <p>-------Error: ----------------------------</p> <pre><code>ActionController::RoutingError (No route matches [GET] "/cycling_small.jpg"): </code></pre> <p>Comment on above error: This image is placed inside assets/folder/.... I can access this image via <a href="http://localhost:3000/assets/cycling_small.jpg" rel="nofollow">http://localhost:3000/assets/cycling_small.jpg</a></p> <p>------------- Images doesn't show up -----------------------------</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload