You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a work in progress on how to use Active Scaffold on data that is not in the database. :paging, :search and :update actions are currently supported.
Thanks to Jonathan Viney and his plugin work on [[BaseWithoutTable][http://agilewebdevelopment.com/plugins/activerecord_base_without_table]] plugin. This example does not use his plugin but does use his code as a foundation.
In this example, the data structure is a simple hash – like that used by Active Scaffold Localize.