Gustavo

Results 2 issues of Gustavo

activerecord 4.2.11.1 activerecord-jdbc-adapter 1.3.25 activerecord-jdbcpostgresql-adapter 1.3.25 jdbc-postgres 9.4.1206 The following method call returns a Date when using **ruby 2.3.3** but returns a String when using **JRuby-9.1.17.0** with activerecord-jdbcpostgresql-adapter: ``` 2.3.3...

postgres
wontfix
rails-4.2

I'm trying to implement a structure like: GrandFather Son.new citier -> Root Class citier -> table_name -> grand_fathers citier -> Non Root Class citier -> table_name -> fathers citier ->...