Displaying 1 result from an estimated 1 matches for "moredevidea".
Did you mean:
moredevideas
2014 Mar 09
0
rails with mongodb
...a single text box and a simple button . When we click the
button the data should be fetched from a database and showed in the
textbox . or otherwise when clicked the data in textbox should be sent
to the backend db . this is what we do . And i went through the same .
Used this tutorial
"http://moredevideas.com/getting-started-rails-4-with-mongodb/" Its
really superb . And i really executed it well and got it working . As
per the tutorial i executed the command
"rails generate scaffold product name description price:float" ..
It generated some of the files in the app/view folder an...