undefined method `render_text’ – ruby error

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

See how you would solve these known algorithm problems

Implementing tokenizer and adding tokens to the linked list

Check if two strings are anagrams or not

Array reversal in Recurrsion

Get maximum occurring character

find longest word in the sentence

Flatten nested javascript array

Check if there are three numbers a, b, c giving a total T from array A

Find the pairs that makes K Complementary in the given array java solution

String Ordered Permutation Algorithm Problem

Java solution for checking anagram strings – tell if phrases are anagrams

One Comment
  1. Leon Gibney

    Very good post. I certainly love this website. Keep writing!

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*