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

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

testing k complementary pairs algorithm with junit

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

Find longest palindrom from sequence of characters

binary tree problems with solution

Flatten nested javascript array

Finding missing numbers from billion sequential number list file

Array reversal in Recurrsion

Find the first occurence of number in the sorted array

One Comment
  1. Leon Gibney

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

Leave a Reply to Leon Gibney Cancel reply

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

*
*