On 2 November 2010 08:00, Nathan Domier <[email protected]> wrote:
> Hi,
>
> I'm completely new to ruby and working my way through the tutorial on
> http://www.tutorialspoint.com/ruby-on-rails-2.1/
>
> I've made a few pages to use, but when I open them in a web browser all
> I see is code.

Firstly which version of Rails are you using?  In a terminal go to the
top level of your rails application (the one with subfolders app,
config and so on) and enter
rails -v

Next make sure that the tutorial you are using is for that version (or
at least the major version is the same).  If not then use a different
tutorial or rails version.  You will have no end of problems trying to
use a tutorial that does not match the version you are using.  I would
suggest that you should be using rails 3, then look at the getting
started guide at http://guides.rubyonrails.org/ to get you going.

Colin

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to