-
https://github.com/rails/globalid/commit/12f76297c803c658ea2fc684d4336db347a90901 removed the ability to keep using the old format when serializing via `SignedGlobalID`. This causes the following issu…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/…
-
I was trying to use the SQL service to expose data stored in Azure-hosted MS SQL database. This seems to work, though I'm having troubles getting `skip` and `take` to work. When using SQL Lite, the `q…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails"
# If you want to test against edge…
-
### Steps to reproduce
first request after application start or restart.
### Expected behavior
After migrating the application from Rails 6.1 to 7 I get this error
### Actual behavior
The app…
-
### Steps to reproduce
The new ActiveRecord marshalling introduced by #47747 does not preserve attribute change flags, as demonstrated by this test case:
```ruby
# frozen_string_literal: true
…
-
Hi, I faced some issues with fragment caching while using that gem. Please look at the link http://stackoverflow.com/questions/14347602/fragment-cache-cant-modify-frozen-object-error-rails-3/14377501#…
-
Hi! It would be awesome if this gem supported not only ActiveRecord, but Sequel, too. I fiddled around with it the other day and it seems that providing Sequel support isn't hard.
What do you think a…
akxcv updated
7 years ago
-
Tested on:
PostgreSQL: 9.1.12
activerecord-jdbcpostgresql-adapter: 1.3.5, 1.3.6, master
jdbc-postgres: 9.3.1100, 9.3.1101
rails: 4.0.1
jruby: 1.7.10
The JDBC adapter is significantly slower than the …
-
When i try running rake db:migrate it outputs this
`C:\Sites\novosti>rails db:migrate
rails aborted!
StandardError: An error has occurred, this and all later migrations canceled:
Directly inher…