RailsCasts Pro episodes are now free!

Learn more or hide this

kingpangilinan's Profile

GitHub User: kingpangilinan

Comments by

Avatar

It's now working for me, I wish I could delete this comment

Avatar

It's now working for me, I wish I could delete this comment. ;p

Avatar

Hi, I am new on Rails and I really like this screen cast to implement on my first app. But wonder if this screen cast is applicable on a real domain, cause most of comments here are pointing to localhost.

I wan't to use it on my testing domain which is http://ngtv2.info/ and if possible, to have i.e. kingpangilinan.ngtv2.info

Even though I include this code in my routes.rb

ruby
match '/' => 'projects#show', :constraints => { :subdomain => 'kingpangilinan' }

I still get a Server not found Firefox can't find the server at kingpangilinan.ngtv2.info when I browse for http://kingpangilinan.ngtv2.info/

I wonder how I will implement it using my ngtv2.info instead of lvh.me:3000 or localhost:3000

Avatar

Hi, I am new on Rails and I really like this screen cast to implement on my first app. But wonder if this screen cast is applicable on a real domain, cause most of comments here are pointing to localhost.

I wan't to use it on my testing domain which is http://ngtv2.info/ and if possible, to have i.e. kingpangilinan.ngtv2.info

Even though I include this code in my routes.rb

ruby
match '/' => 'projects#show', :constraints => { :subdomain => 'kingpangilinan' }

I still get a Server not found Firefox can't find the server at kingpangilinan.ngtv2.info when I browse for http://kingpangilinan.ngtv2.info/

I wonder how I will implement it using my ngtv2.info instead of lvh.me:3000 or localhost:3000