On 13 July 2015 at 15:01, karthik sharma <acheiver...@gmail.com> wrote:
> I am new to ruby on rails, by seeing tutorials i created blog, some
> complications are there but manged to get the home page and implemented
> bootstrap in that
>
> Now i have created project in rails but unable to get the path from public
> folder in that application
>
> the path goes like this
>
> ~/workspace/ruby/blog - for blog
>
> ~/workspace/ruby//cool_site - for new sample project
>
>
> --the error goes like this "Routing Error No route matches [GET]
> "/cool_site" Rails.root: /home/ubuntu/workspace/ruby/blog

It seems you have still got the server running in the blog
application.  Close that server and start it in the new application
directory using
cd ~/workspace/ruby/cool_site
rails s
Then the cool_site will be accessible as localhost:3000.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLs%2BvBpzyNFX9GX5aK_q%3D-2TXEoNs5HUL-86h4yyZqk5hA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to