Took me while to figure this one out you need to add
config.action_controller.relative_url_root = '/{appname}'
to environments/production.rb
or environments/development.rb
Wednesday, June 23, 2010
Tuesday, June 22, 2010
Rails Mysql data types
Rails Migration Symbol MySQL Data Type
:binary blob
:boolean tinyint(1)
:date date
:datetime datetime
:decimal decimal
:float float
:integer int(11)
:string varchar(255)
:text text
:time time
:timestamp datetime
:binary blob
:boolean tinyint(1)
:date date
:datetime datetime
:decimal decimal
:float float
:integer int(11)
:string varchar(255)
:text text
:time time
:timestamp datetime
Subscribe to:
Posts (Atom)