search for: createtag

Displaying 3 results from an estimated 3 matches for "createtag".

Did you mean: createtags
2006 Mar 31
7
problem with habtm conditions in pagination
...#... it yields the error below the source code that follows: # source code follows: class CreateCustomers < ActiveRecord::Migration def self.up create_table :customers do |t| # t.column :name, :string end end def self.down drop_table :customers end end class CreateTags < ActiveRecord::Migration def self.up create_table :tags do |t| # t.column :name, :string end end def self.down drop_table :tags end end class Customer < ActiveRecord::Base has_and_belongs_to_many :tags end class Tag < ActiveRecord::Base has_and...
1998 Apr 02
1
attributes now inherited
...20:42:58 1998 --- /net/aster/R/src/include/Defn.h Wed Apr 1 16:49:55 1998 *************** *** 459,464 **** --- 459,465 ---- SEXP cons(SEXP, SEXP); void copyListMatrix(SEXP, SEXP, int); void copyMatrix(SEXP, SEXP, int); + SEXP copyMostAttrib(SEXP, SEXP); void copyVector(SEXP, SEXP); SEXP CreateTag(SEXP); void CustomPrintValue(SEXP); -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the...
2006 Mar 31
14
[newbi] Create a Model
Hello All, Yesterday i put RoR with Locomotive. I am very happy :p. So I follow this tuto (http://developer.apple.com/tools/rubyonrails.html). I used Sqlite. my database.yml # MySQL (default setup). Versions 4.1 and 5.0 are recommended. # # Get the fast C bindings: # gem install mysql # (on OS X: gem install mysql -- --include=/usr/local/lib) # And be sure to use new-style password