Integrating Search in Active Scaffold is very easy In controller we need to write the following code to make it work: Considering the category we have active_scaffold :category do |config| config.label = “Category” # Display page name config.columns = [:name, :rank, :description, :products] config.columns[:name].label = “Some Name” update.columns.exclude :rank # exclude rank column during edit [...]
Posts Tagged ‘Search’
Search in ActiveScaffold
Posted in Ruby on Rails, tagged Active Scaffold, ActiveScaffold, Rails, Ruby, Ruby on Rails, Search on November 12, 2008 | 1 Comment »