Ruby on Rails Tutorial Part 2 - CRUD Basics with the Rails Console
Loading...
3,892
Loading...
Uploader Comments (andrewperk)
see all
All Comments (10)
-
It is super . i am running ROR in Wampserver + ROR installer
-
You have no idea, how helpfull you are to me!!!
-
best RoR tutorial series on youtube i've come across. thanks :)
-
The best RoR tutorial, thank you
-
But why do the post commands from the terminal instead of running a single file that has the commands stored? Is it easier that way or just for demonstration purposes?
-
Great videos! so much better than reading through documentation on my own !!! thank you!
-
@TheBrogrammer You're welcome.
Loading...
I'm learning RoR some more and your vids make it easy to follow. Question though. Can you do all that in a file and do Ruby (file name).rb on the command line (I'm using Windows) and it would still work? Thanks.
gamers542 4 months ago in playlist More videos from andrewperk
@gamers542 Hello, yes it will work on windows. I used to do Rails on windows before moving to Linux. You should still be able to use almost the exact same commands. In your command line navigate into your rails app and run rails console or rails c as instructed. The reason I switched from Windows to Linux is because windows is terribly slow with Rails and testing. In Linux it's very fast. Things for rails just work in Linux where as in Windows it was always a struggle and Googlefu was needed.
andrewperk 4 months ago