Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1RC1
-
Fix Version/s: JRuby 1.1.1
-
Component/s: None
-
Labels:None
-
Environment:OSX, Postgres 8.3
Description
All is working fine in ruby, but in jruby:
PoEM::Identity
- => PoEM::Identity(id: integer, uri: text)
PoEM::Access - => PoEM::Access(Table doesn't exist)
Where Access is a view. This was perfectly alright for activerecord/ruby, so why does activerecord/jruby complain?
Can you give us some more information, including the version of activerecord-jdbc, and some code for the model you're using?