-
Trying to get a project up and running using the 4-1-stable branch (SQL Server is 2008). If I upgrade rails past 4.1.1 I get the following problem:
SyntaxError: /Users/nicpillinger/.rvm/gems/ruby-2.2…
-
### Complete Description of Issue
When retrieving a decimal value from a table, it throws `NoMethodError (undefined method `new' for BigDecimal:Class)`
The field is defined as a decimal(10, 4)
…
jrgns updated
4 years ago
-
hi everybody:
Im trying to use ransack sorting feature with 2 different db connections, using many to many relation between my models
I have 3 models with this relation among them:
`class SqlServ…
-
Does tinytds -v 0.7.0 running on ruby 1.9.3 support sql server -v 2019 ? 0.7.0v worked for me till sql server -v2016 but not beyond that.
My activerecord-sqlserver-adapter version is 3.2.16
-
Hello, we tried to migrate the current master into our project, but our tests are failing.
I created a tiny test project with one table and one field.
execute: rails test
https://github.com/j…
juice updated
4 years ago
-
I'm currently attempting to get the master branch tests to work as there are a bunch of tests that are failing. I have managed to resolve many of the errors in test/cases folder, but it appears the e…
-
The error from the logs is:
`Processing by DmsfController#show as HTML
Parameters: {"id"=>"XXXXXX"}
Current user: XXXX (id=XXX)
Rendering plugins/redmine_dmsf/app/views/dmsf/show.html.erb wi…
-
I'm trying to set up a scheduler that measures the average time it takes to checkout a connection from the pool, and the query time spent while using it, and logging that to `$stdout` in a format Libr…
-
Hello, I have a problem trying to insert to a remote table with a trigger where I get the following error:
```
SQL (23.7ms) EXEC sp_executesql N'INSERT INTO [apianaconda_agents] ([anaconda_id], […
-
* Look into contributing to Rails in a box like Oracle did.