Posts by Stevan O. • 83 points
3 posts
-
1
votes3
answers1157
viewsA: Comparing values from an array
I don’t know if I understand your problem correctly but take a look at this one link That answers a problem similar to more elegant would be ary = ["A", "B", "C", "B", "A"] ary.select{ |e|…
-
1
votes1
answer1125
viewsA: 'Web application could not be Started', Why?
This problem may have some solutions try to take a look here Try to run this code bundle install --deployment Or this one bundle pack You’ve got these two cases here that look the same as yours…
-
3
votes1
answer72
viewsA: Ruby template error
This error occurs when you try to call a template(view) that does not exist. Try to create the Index method put on the route and create the index view. []s
ruby-on-railsanswered Stevan O. 83