activerecord-fb-adapter
activerecord-fb-adapter copied to clipboard
Firebird ActiveRecord adapter for Rails 3.2+
Would be nice to see rails 5 support, as it brings a lot of useful features like Cable and API mode
I have a table that saves various input from users. In one column we write a giant json string produced by a step by step wizard. This column is defined...
I'm using this gem in production alongside with Sinatra and Puma. Puma is running with 2 workers. My code for database queries is identical to the following snippet: ```ruby database_connections...
In our database we use the boolean values 'T' and 'F'. i need to: - save 'T' and 'F' from the application to db. - read 'T' and 'F' from...
Added redmine support and datetime fixes
Trying to use fb adapter with new version of redmine 3.3 (uses rails 4.2.7.1), but can't even migrate db. The problem is in generated sql queries to firebird. Sometimes no...