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

ERROR | : stack level too deep (SystemStackError) #92

Open
tablecell opened this issue Sep 18, 2021 · 3 comments
Open

ERROR | : stack level too deep (SystemStackError) #92

tablecell opened this issue Sep 18, 2021 · 3 comments

Comments

@tablecell
Copy link

tablecell commented Sep 18, 2021

require "ramaze"
 
class BlogController < Ramaze::Controller
  engine :erb
  map "/blog"

  def index
    render_partial(:index)
  end

end

Ramaze.start

view/index.erb

<h1> test</h1>

visist http://localhost:7000/blog

ArgumentError at /blog
No Action :test on #BlogController:0x055051b0

@tablecell tablecell changed the title render_file "views/form.erb" render only html but not erb tag <%=@msg%> render_file "views/form.erb" render only html not erb tag Sep 18, 2021
@tablecell tablecell changed the title render_file "views/form.erb" render only html not erb tag ArgumentError at /blog/ No Action :test on #<BlogController:0x00000003643310> Sep 19, 2021
@tablecell tablecell changed the title ArgumentError at /blog/ No Action :test on #<BlogController:0x00000003643310> ERROR | : stack level too deep (SystemStackError) Sep 19, 2021
@Pistos
Copy link
Member

Pistos commented Sep 20, 2021

Ramaze is no longer maintaned. Consider using Sinatra or Rails.

@ameuret
Copy link

ameuret commented Sep 27, 2021

...or Roda ! 😀

@mfaughn
Copy link
Collaborator

mfaughn commented Jan 19, 2022

If only I could use Sinatra...or Roda. Stuck with Ramaze until I can carve out months to replace it with something else. Cursing the fellow that decided we would use...and continue to use...Ramaze.

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

4 participants