I don't know if file_column still works with rails3, I think there is nobody maintaining it I think I will remove the bridge if it doesn't work with rails3
But there are a lot of file uploading plugins: paperclip, attachment_fu, carrierwave, dragonfly, and probably some more. ActiveScaffold have bridges for paperclip, carrierwave and dragonfly, you can pick whatever you want. On Wed, 19 Sep 2012 04:07:25 -0700 (PDT), Ole Rummel <[email protected]> wrote: > Hi, > > I need to enable uploading of data files for a project, but I cannot > get the file_column plugin to work properly (following the doc on > http://rubydoc.info/gems/file-column/0.3.2/frames [1]). > I tried with different approaches, but _file_column_ is never > recognized as a valid method. > > => Do I need to add a column to my database to use file_column? > (Tried, but failed) > > Looking forward for answers! > Thanks > > Ole > > -- > You received this message because you are subscribed to the Google > Groups "ActiveScaffold : Ruby on Rails plugin" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/activescaffold/-/SAuJCniPoXEJ [2]. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/activescaffold?hl=en. > > > Links: > ------ > [1] http://rubydoc.info/gems/file-column/0.3.2/frames > [2] https://groups.google.com/d/msg/activescaffold/-/SAuJCniPoXEJ -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
