I would like to run ruby on rails in windows. I have watched some
tutorial but I haven't got any answer for this.
After, I create a new app in the projectfolder/script folder only
contains rails file, there aren't other file like server,generate...
I would like to run ruby on rails in windows. I have watched some
tutorial but I haven't got any answer for this.
After, I create a new app in the projectfolder/script folder only
contains rails file, there aren't other file like server,generate...
I guess you are using Rails 3, in which case you need to follow
examples and tutorials for Rails 3 which uses 'rails server' for
example rather than 'script/server'.
I would like to run ruby on rails in windows. I have watched some
tutorial but I haven't got any answer for this.
After, I create a new app in the projectfolder/script folder only
contains rails file, there aren't other file like server,generate...
Can you help me?
Any chance you are using Rails 3? If so....
rails server
rails generate ....
etc....
However, if you *are* using Rails 3, please find a Rails 3 tutorial (
http://www.railstutorial.org is excellent).