Bridge should be loaded then, you can test another thing, check form_ui for column, it should be :carrierwave, if not then autodetection of columns is not working.
El domingo, 20 de marzo de 2016 2:39:36 (CET) Gloufy escribió: > 2.2.0 :001 > ActiveScaffold::Bridges.bridges[:carrierwave].install? > > => true > > 2.2.0 :002 > ActiveScaffold::Bridges.run_all > > => true > > 2.2.0 :003 > ActiveScaffold::Config::Core < > ActiveScaffold::Bridges::Carrierwave::CarrierwaveBridge > > => true > > 2.2.0 :004 > > > ... > > ?! i don't know why the filefield doesn't appear ! > > Le lundi 7 mars 2016 17:26:51 UTC+1, Sergio Cambra a écrit : > > No error? That seems like bridge not loaded, but newer carrierwave version > > still has CarrierWave module, so bridge should be loaded. > > > > > > > > Check this in console: > > > > ActiveScaffold::Bridges.bridges[:carrierwave].install? > > > > And: > > > > ActiveScaffold::Bridges.run_all > > ActiveScaffold::Config::Core < > > ActiveScaffold::Bridges::Carrierwave::CarrierwaveBridge > > > > El lunes, 22 de febrero de 2016 15:24:48 (CET) Gloufy escribió: > > > > Hi, > > > > > > I've updated a website from a older version (3.2.25) to rails 4.2.5. > > > > And the link with carrierwave is broken. > > > > In the form the filefield doesn't appear.... > > > > I don't know why ! > > > > Gloufy -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
