Posts by Jon Maciel • 11 points
2 posts
- 
		1 votes2 answers166 viewsA: error giving the command rake db:create in summer Rails 4.0.0In the Gemfile file, you also add to Gem: In 'therubyracer' Then just take a Bundle install and try again. :) ruby-on-railsanswered Jon Maciel 11
- 
		0 votes2 answers138 viewsA: How do I take a data on one page and put it on another?On page 2, do it like this: $res = mysql_db_query($sql); while ($row = mysql_fetch_assoc($res)) { echo $row['valor']; }