I've a quite old application which use Rails 2.0.2, a little hacked ActiveScaffold (from a repository checkout some days before the 1.1 release) and some legacy AS plugins (activescaffold-ext, activescaffoldexport...). I also have a config/initializers/ active_scaffold.rb file with things like:
class ActiveScaffold::DataStructures::ActionLink attr_accessor :icon, :actions end and a lot of other overrides to the AS classes. I also have modifications in AS itself and in the related plugins (I know it's far from clean, but, you know, legacy applications...) I've not prior experience with rails > 2.0 Since I updated to rails 2.2 and the corresponding AS branch, AS related plugins and my own modifications in initializers and in lib have started to fail because AS classes (ie. ActiveScaffold::DataStructures::ActionLink or ActiveScaffold::Config:Core) are not loaded when my code is executed. I know that new branches of AS use the autoloading feature from Rails (and that's probably my problem), but I'm not familiar with it and I was wondering if somebody could tell me what I've to do/avoid in order to have the overrides working (including something in the initializers/ active_scaffold.rb file, modifying the other plugins in some way...). Thanks a lot and sorry about my poor English skills. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
