Displaying 4 results from an estimated 4 matches for "wejrowski".
2009 Apr 29
1
Driving me nuts!!! - Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I had to put a new HD in, and now I''m reinstalling everything, and
can''t get mysql to fully work. I can''t remember how I fixed it. I''ve
searched everywhere online and can''t find anything.
when I try to use the >mysql command I get this:
Can''t connect to local MySQL server through socket ''/tmp/
mysql.sock'' (2)
My first
2009 May 12
3
forms & link css classes - not working
I used a scaffold to create an interface. I''m trying to style it and
I''m having trouble. In my css I have:
#content a, a:link, a:visited{
color: #ff8400;
}
#content a:hover{
background: #ff8400;
color: #FFFFFF;
}
#content a.urgent, a.urgent:link, a.urgent:visited {
color: #FF0000;
}
#content a.urgent:hover {
color: #FFFFFF;
background: #FF0000;
}
#content input.m_title{
2010 Feb 22
3
Multidimensional dynamic Hash
OK I give up, how do I do this...
I have a DB that stores dynamic variables with I group into
group_id''s. For instance here are a couple examples of db rows:
title="name", description = "john", grouping_id = "1"
title="location", description = "USA", grouping_id = "1"
title="comment", description = "hello",
2009 Jun 10
1
scaffold.. random error
Did this:
script/generate scaffold file name:string description:text
file_url:string online_status:boolean position:integer
Plus:
rake db:migrate
And the model gives me an error. It can''t call any functions like,
Text.all, Text.new etc.
I get:
"undefined method `all'' for Text:Module"
I''ve done this a bunch of times before, no idea what the deal is.