mike
Results
13
comments of
mike
Ok, you delete references, but not delete tables. create a migration: `rails g migration drop_tables` and in this file write: ``` ruby drop_table :table_names ```
try ``` def index RocketTag::Tag.find(:all, :conditions => ['name LIKE ?', "%#{params[:q]}%"]) end ```
great. Also change in `Gemfile` line `source "http://rubygems.org"` on `source 'https://rubygems.org'`