Displaying 2 results from an estimated 2 matches for "02t16".
Did you mean:
0216
2012 Mar 02
0
ConnectionNotEstablished when using connection on AR::Base abstract subclass
...t.primary_key :id
end
DB.connection.create_table(:employees) do |t|
t.primary_key :id
t.integer :employer_id
end
Employer.create!.employees << Employee.create!
Employer.all.each do |employer|
p employer.employees
end
Output:
D, [2012-03-02T16:22:36.852779 #14148] DEBUG -- : (1.7ms)
select sqlite_version(*)
D, [2012-03-02T16:22:36.854577 #14148] DEBUG -- : (1.3ms)
CREATE TABLE "employers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT
NULL)
D, [2012-03-02T16:22:36.857462 #14148] DEBUG -- : (2.0ms)
CREATE...
2010 Jun 02
8
Read error: #<TypeError: can't modify frozen string> raised from HttpParser
Hey guys,
Started running unicorn in a production server like two weeks ago.
It''s been running smoothly, but looking at the logs found 44
exceptions like this:
E, [2010-06-02T16:17:15.117071 #22680] ERROR -- : Read error:
#<TypeError: can''t modify frozen string>
E, [2010-06-02T16:17:15.117270 #22680] ERROR -- :
/usr/lib/ruby/gems/1.8/gems/unicorn-0.99.0/lib/unicorn/http_request.rb:59:in
`headers''
/usr/lib/ruby/gems/1.8/gems/unicorn-0.99.0/lib/unicor...