acts_as_archive
acts_as_archive copied to clipboard
having an error working with postgres?
I get the following error:
AlsoMigrate error: PGError: ERROR: syntax error at or near "LIKE"
LINE 2: LIKE emails;
^
: CREATE TABLE archived_emails
LIKE emails;
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb:221:in log' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/postgresql_adapter.rb:520:in
execute'
This can be fixed by adding () around the
LIKE {table}
How do I do this, thi sis all generated by the gem.....
If you run gem environment
on your commandline it will tell you where the gems are stored in GEM PATHS
The actual gem that needs patching is also_migrates, specifically migrator.rb on line 69