search for: createcom

Displaying 8 results from an estimated 8 matches for "createcom".

Did you mean: createdom
2007 Nov 12
7
schema_info always wants to be 3, even when set to 7
Hi all, I''m having a very odd problem with db:migrate. I''m using Rails 1.2.5 on Windows XP SP2 and Ruby 1.8.6 I have seven migrations. If I run them with an empty database, it runs the first three, then halts. When I look in schema_info, the version is 3. If I run db:migrate VERSION=7, then it runs through the remaining 4 migrations, and the version is 7 in the DB.
2009 Feb 22
2
Mysql error unknown column 'columns.user_id'
...w Mysql::Error: Unknown column ''comments.user_id'' in ''on clause'': SELECT photos.`id` AS t0_r0, photos.`user_id` AS t0_r1, photos.`title` AS t0_r2, photos.`body` AS t0_r3, photos.`created_at` AS t0.... I did create a user_id column in the comments as such: class CreateComments < ActiveRecord::Migration def self.up create_table :comments do |t| t.column :photo_id, :integer t.column :user_id, :integer t.column :guest_name, :string t.column :guest_email, :string t.column :guest_url, :string t.column :body, :text t.colu...
2008 Apr 03
3
Branchable migrations -- A plugin to let you organize your migrations
...=============================== -- create_table(:pandas) -> 0.0195s == 2 CreatePandas: migrated (0.0199s) ========================================= ************************************************** -- Executing migrations in branch1... ************************************************** == 3 CreateComments: migrating ================================================ -- create_table(:comments) -> 0.0032s == 3 CreateComments: migrated (0.0035s) ======================================= == 4 CreateReplies: migrating ================================================= -- create_table(:replies)...
2006 Sep 05
0
rake craziness with Migrate as a dependency
...== AddShippingPriceToLineItems: migrating ===================================== -- add_column(:line_items, "unit_shipping_fee", :integer, {:default=>0, :limit=>10, :null=>false}) -> 0.1900s == AddShippingPriceToLineItems: migrated (0.1900s) ============================ == CreateComments: migrating ================================================== -- create_table(:comments) -> 0.0900s == CreateComments: migrated (0.0900s) ========================================= == NoProductSkuRelationship: migrating ======================================== -- remove_column(:skus, &qu...
2006 Aug 17
0
super-newb needs help with has_many and other things...
...ll => false t.column :topicid, :integer, :null => false end execute "alter table articles add constraint fk_article_topics foreign key(topicid) references topics(id)" end def self.down drop_table :articles end end 003: class CreateComments < ActiveRecord::Migration def self.up create_table :comments do |t| t.column :comment, :text, :null => false t.column :creator, :string, :null => false t.column :creationdate, :timestamp, :null => false t.column :articleid, :integer, :null =&...
2008 Jan 11
0
Wine release 0.9.53
...ive devices. mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE_NUMBER. Spelling fixes in French man pages. Alistair Leslie-Hughes (17): msxml3: Return E_INVALIDARG when value is NULL. msxml3: Implement setNamedItem. msxml3: Implement createComment. msxml3: Implement createAttribute. msxml3: Add missing values for get_nodeName. msxml3: Cannot add an attribute with appendChild. msxml3: Implement get_xml. msxml3: Tests for get_xml, createAttribute, CreateComment, setNamedItem. msxml3: nextSibling not supp...
2010 Feb 19
0
Wine release 1.1.39
...reateNode(). msxml3: Reimplement IXMLDOMDocument::createDocumentFragment() over ::createNode(). msxml3/tests: Don't try to use wchar buffers as BSTR parameters. msxml3: Reimplement IXMLDOMDocument::createElement() over ::createNode(). msxml3: Reimplement IXMLDOMDocument::createComment() on top of ::createNode(). msxml3: Fix IXMLDOMDocument::createDocumentFragment(), can't use IXMLDOMNode*->IXMLDOMDocumentFragment* cast. msxml3: Reimplement IXMLDOMDocument::createTextNode() on top of ::createNode(). msxml3: Fix IXMLDOMDocument::createElement(), cast f...
2009 Jan 30
0
Wine release 1.1.14
...ove the vectored exception handler on dll unload. msi: Fix compiler warning on older gcc. configure: Include net/if.h to check for netinet headers on Solaris. server: Don't return a value from a void function. Alistair Leslie-Hughes (9): mshtml: Implement IHTMLDocument5 createComment. riched20: Return a long in fnGetObjectCount. msxml3: Register missing SAXXMLReader Components. msxml3: IXMLDOMDocument2 async default value is VARIANT_TRUE. msxml3: Implement IXMLDOMDocument2 IPersistStream_Save. mshtml: Implement IHTMLDocument3 getElementsByTagNa...