Note that there are some explanatory texts on larger screens.

plurals
  1. POError "different prefix:" with Active_Admin gem
    primarykey
    data
    text
    <p>to install active_admin - I updated my gems, did </p> <pre><code>rails generate active_admin:install rake db:migrate </code></pre> <p>and then I want to go localhost:3000/admin</p> <p>and I get this error page</p> <pre><code>ArgumentError in Active_admin/devise/sessions#new Showing D:/Ruby192/lib/ruby/gems/1.9.1/gems/activeadmin-0.3.2/app/views/layouts/active_admin_logged_out.html.erb where line #9 raised: different prefix: "D:/" and "C:/project/app/assets/stylesheets" (in C:/project/app/assets/stylesheets/active_admin.css.scss) Extracted source (around line #9): 6: &lt;title&gt;&lt;%= [@page_title, active_admin_application.site_title].compact.join(" | ") %&gt;&lt;/title&gt; 7: 8: &lt;% ActiveAdmin.application.stylesheets.each do |path| %&gt; 9: &lt;%= stylesheet_link_tag path %&gt; 10: &lt;% end %&gt; 11: &lt;% ActiveAdmin.application.javascripts.each do |path| %&gt; 12: &lt;%= javascript_include_tag path %&gt; Rails.root: C:/project Application Trace | Framework Trace | Full Trace Request Parameters: None Show session dump Show env dump Response Headers: None </code></pre> <p>Note that the project folder and ruby folder are indeed in different drives (never thought it matters)</p> <p><strong><em>Update</em></strong>:</p> <p>I have found this <a href="http://github.com/rails/rails/issues/660" rel="noreferrer">http://github.com/rails/rails/issues/660</a> which seems to be the same error with a solution, yet I don't understand what needs to be done for the error to go away.</p> <p>Please help :)</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.
 

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