Miguel Michelson Martinez
Miguel Michelson Martinez
I think I'm using an older version of carrierwave , but I've not declared the version on the gemspec. can you try to downgrade the carrierwave version to 0.10.0 and...
if you mean, use BB along with MongoId, I think it will work. I don't even try it , but I guess that you have to set up you mongo...
Hi @lgs , BigBroda depends on active_record, so you must use MongoId algong with activeRecord. try to require AR too , and let me know how it goes
uhm? are you saving results from BigQuery into mongoId model ? why are you doing that ? The idea behind BigBroda is to use ActiveRecord as an interface to query...
Hi @lgs got it, makes sense... The approach I will take, if Im going to snapshot with mongo(id), is to use BigBroda as an ActiveRecord model anyway, and then use...
@lgs no problem. btw. sqlite3 is not a dependency of BB, it's only used for some tests in spec
Hola @davila7 , y que tal anda con `railties:install:migrations` ? saludos
¿que version de rails estás usando ?
ah , si haces esto `rails generate chaskiq:install` te instala migraciones ? saludos
si nada de eso funciona , puedes copiar las migraciones a mano. no es lo ideal , pero puedes salir del paso . https://github.com/michelson/chaskiq/tree/master/db/migrate de todas formas voy a dejar...