Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing template rails_web_console/console/run #9

Open
altherlex opened this issue Apr 22, 2022 · 1 comment
Open

Missing template rails_web_console/console/run #9

altherlex opened this issue Apr 22, 2022 · 1 comment

Comments

@altherlex
Copy link

Using

  • ruby (2.6.3)
  • rails (5.2.6.3)
  • rails-web-console (0.4.0)
  • web-console (3.7.0)
ActionView::MissingTemplate (Missing template rails_web_console/console/run with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :slim, :coffee, :prawn, :jbuilder, :md]}. Searched in:
  * "app/app/views"
  * ".rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/rails-web-console-0.4.0/app/views"
  * ".rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/devise-security-0.17.0/app/views"
  * ".rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.2/app/views"
  * ".rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/devise_invitable-2.0.6/app/views"
  * ".rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/devise-4.7.3/app/views"
):
@rosenfeld
Copy link
Owner

Hi, sorry for the late reply, this last week was tough. I haven't been using Rails for a few years now, since I switched to Roda. That's why I created the rack_web_console project:

https://github.com/rosenfeld/rack_web_console

It works on my Roda app, but also works with Rails. Please give it a try. I'll update the README of this project to mention that I'm no longer maintaining this project. If someone would like to take over it, just let me know, but I think the rack_web_console provides the same features, while only relying on Rack, which means it can also be used with Rails...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants