I'm trying to push Lovd onto Heroku and get it running to see which
parts I need to swap out and replace/rewrite. It seems I'll need to
move the file_column stuff to S3 (no problem), it also seems that lovd
likes to rewrite less_routes.js (though no explanation is given why).
After commenting that stuff out, I'm getting an error with the
PostGres adaptor:

 PGError: ERROR:  relation "sessions" does not exist
:             SELECT a.attname, format_type(a.atttypid, a.atttypmod),
d.adsrc, a.attnotnull
              FROM pg_attribute a LEFT JOIN pg_attrdef d
                ON a.attrelid = d.adrelid AND a.attnum = d.adnum
             WHERE a.attrelid = 'sessions'::regclass
               AND a.attnum > 0 AND NOT a.attisdropped
             ORDER BY a.attnum

    /disk1/home/slugs/261336_45c9c0c_699d/mnt/vendor/plugins/
rows_logger/init.rb:36:in `log'
    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/
active_record/connection_adapters/postgresql_adapter.rb:490:in `query'

The same runs fine on my local machine with mysql. I'm wondering if
I'm making this too hard on myself and just pick a different host. I'd
rather go for a cloud host than a traditional shared or dedicated
host.

Any thoughts?

-- 
You received this message because you are subscribed to the Google
Groups "Lovd by Less" 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/lovdbyless?hl=en
Who loves ya baby?

Reply via email to