| jbucaran | mmm so the server file it is a binary that the ruby interpreter knows how to handle... ? |
| smeevil | carter, any idea why i get such a malformed day field from the date_select helper ? |
| carter | its not a binary |
| jbucaran | #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' require 'commands/server' |
| carter | smeevil: i'm not sure |
| jbucaran | this is what it has |
| Aphelion | anyone know a decent source of css themes under a reasonable license? I have come to the conclusion that I'm visually retarded. ^_^ |
| carter | jbucaran: yep i know :-) |
| smeevil | carter, its quite odd, tried with different params, every field is ok, except for the day field. will take a look at the source of that part then |
| carter | smeevil: i think that would definitely by your wisest action :-) use the force. read the source! |
| jbucaran | haha so clear something the command window must be running the server script so i can use the http://localhost:3000 |
| carter | yes |
| jbucaran | wow the output of the http request is written in the command line window |
| carter | its strictly for development |
| jbucaran | :D |
| carter | but its handy |
| jbucaran | I like it! this is great there is only one last minor problem say I have finished this project for a company, a web site that... handles a bussiness thing of the company in RoR |
| Aphelion | heh |
| jbucaran | and I need to deploy my app what is the best or most common option rent a host with linux+pache like is common in php development? |
| Aphelion | jbucaran - that's a whole other subset of issues. nginx + mongrel_cluster on a linux box seems to be popular |
| carter | apaching serving up static requests and proxying to a mongrel cluster or nginx instead of apache |