On Wed, Jun 6, 2012 at 3:08 PM, Code Man <lists@ruby-forum.com> wrote:
> 1) What is the directory for webrick and how I can set it up so its my
> application directory
It's automagically included in your new Rails app.
> 2) what is the URL on the browser to see my app? what I missing in
> http:localhost:3000
Two slashes.
> Just one more question is it better to develop on local or on the
> server, since I am following a course and the guy on the course uses
> heroku to develop, can I use my VPS for it, it got Ruby on Rails
> installed alread.
Developing on your local machine is fine, in fact it's pretty much
SOP. You *can't* develop directly on Heroku (well, not easily
anyway), you develop somewhere else and push the code to Heroku.
I would recommend you use one of the common tutorials (the most common
seems to be http://railstutorial.org). Go through it from start to
finish. If you get stuck on something, Google relevant keywords, and
if you still can't find an answer, ask here. In your Copious Spare
Time, also read the Rails Guides at http://guides.rubyonrails.com/ and
anything else you can get your hands on.
-Dave
--
Dave Aronson, Cleared/Remote Ruby on Rails Freelancer
(NoVa/DC/Remote); see www.DaveAronson.com, and blogs at
www.Codosaur.us, www.Dare2XL.com, www.RecruitingRants.com
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment