Archive for category Ruby on Rails (RoR)

undefined method `render_text’ – ruby error

May be this would be the first error one might come across after following some tutorials or books.
Here is the quick fix use

render :text => "what ever to print here"

in place of the

render_text "what ever to print here"

It should solve the problem!
Happy rubying

, ,

Leave a Comment

Follow

Get every new post delivered to your Inbox.