-
I am moving my rails 4.2 from Sqlite3 to MS Sql Server 2008 and I ran into this problem:
```
CollectiveIdea::Acts::NestedSet::Model::Transactable::OpenTransactionsIsNotZero: ActiveRecord::JDBCError: …
rob99 updated
7 years ago
-
### 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 have:
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
include PublicActivity::StoreController
class Documentation < ApplicationRecord
include …
-
[See this exception on Errbit](https://chibi-errbit.herokuapp.com/apps/54d5a0f83736350009010000/problems/55a0a9e2663938000f330000)
# PG::ConnectionBad: FATAL: remaining connection slots are reserved …
-
See error below. I'm running on Redmine r2835.
About your application's environment
Ruby version 1.8.6 (x86_64-linux)
RubyGems version 1.3.3
Rails version 2.2.2
Acti…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.…
-
[Rails チュートリアル 6.2.1](http://railstutorial.jp/chapters/modeling-users?version=4.0#sec-initial_user_tests) で出てきた `rake db:test:prepare` という rake タスクは、どこで定義されていて、どういう内容になってるんだろう?
チュートリアルの記述を見るに、なんとなく、de…
-
### Steps to reproduce
```ruby
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "…
-
When I execute the `rake db:migrate` command I get:
`Amrapalis-MBP:tornado-active-learning amrapaliz$ rake db:migrate
rake aborted!
Gem::LoadError: Specified 'sqlite3' for database adapter, but t…
-
Hi,
think to contribute this plugin, it helps a lot!
But there is a problem when I try to test it.
Problem reproduce:
1. I finish configurations
2. I use a redmine user without group or wi…