Statistics | Archive | Index | API Lookup

souldier

Has used 2 hostnames

Has been thanked 0 times and rebuked 0 times

Memorable lines

See everything by this person
[00:04:00] quit souldier
[17:54:00] <souldier> InstantRails in windows sucks
[17:54:00] <souldier> Radar: the thing is im developing on my server so i cant do site.com:3000
[17:41:00] <souldier> Radar: so what should i do?
[17:39:00] <souldier> why shouldnt i use mod_rails for dev work?
[17:39:00] <souldier> no special reason
[17:39:00] <souldier> im not running it locally.
[17:38:00] <souldier> i did that so i wouldnt have to use port 3000
[17:38:00] <souldier> im using mod_rails
[17:38:00] <souldier> im not running on the port: 3000 thing
[17:37:00] <souldier> Radar: how do i do that?
[17:37:00] <souldier> so i just did ./script/generate controller Blog
[17:37:00] <souldier> nothing, im just following the create a blog screencast from rubyonrails.com
[17:36:00] <souldier> although i have no index
[17:36:00] <souldier> blackpen: i created the routes
[17:35:00] <souldier> and when i try to browse it i get a 404 error page
[17:35:00] <souldier> I create a controller
[17:35:00] <souldier> i just installed ruby and rails i have everything working except for one thing
[17:35:00] <souldier> i have a question
[17:34:00] <souldier> hello
[17:34:00] join souldier
[07:46:00] quit souldier
[07:31:00] <souldier> hello
[07:30:00] join souldier

Messages directed at souldier

See everything directed at this person
[17:54:00] <Radar> souldier: bad idea
[17:46:00] <Radar> souldier: use script/server or mongre
[17:39:00] <nat2610> souldier: do ./script/server
[17:38:00] <Radar> souldier: don't use mod_rails for development work
[17:38:00] <Radar> souldier: if you're running script/server, stop it and start it again same with mongrel_rails
[17:37:00] <Radar> souldier: restart your server
[17:35:00] <blackpen> souldier: do you have an index? routes?