Re: [Rails] validates_inclusion_of on boolean within file fails

2010-01-14 Thread Colin Law
2010/1/13 Alpha Blue : > Well I'm making a lot of headway with reading an uploaded yml file that > contains values that are read and then inserted into the model.  The > formatted .yml file now looks like this: > > theme: >  name: My Theme >  author: John Doe >  date: 2010-01-01 >  stylesheets: tru

[Rails] validates_inclusion_of on boolean within file fails

2010-01-12 Thread Alpha Blue
Well I'm making a lot of headway with reading an uploaded yml file that contains values that are read and then inserted into the model. The formatted .yml file now looks like this: theme: name: My Theme author: John Doe date: 2010-01-01 stylesheets: true javascripts: false layouts: tr