Vanessa de Sant Anna

Results 5 comments of Vanessa de Sant Anna

I'm having the same problem using sqlite3 gem. Do you know what may be happening?

Sure. Rails 3.2.13 and sqlite3 (1.3.7) migration class CreateDesigners < ActiveRecord::Migration def change create_table :designers, :id => false do |t| t.uuid :id, :unique => true t.string :name, :null =>false t.string...

Oops. It did not work. Now the generated schema does not have ids ``` ruby create_table "designers", :force => true do |t| t.string "name", :null => false t.string "data_source" end...

Also interested in an example

@ajm188 statistic preferences are hard to guess (block vs. non-block) :/ The non-block style will not allow the validation of `field`. This is something that was covered before and I...