-
I have a model:
``` sql
CREATE TABLE businesses (
id uuid DEFAULT uuid_generate_v4() NOT NULL,
slug character varying(255),
name character varying(255),
phone_number character varying…
litch updated
5 years ago
-
Below is a list of all the ActiveRecord tests that get run against PostgreSQL on Rails 5.2. Check off tests once they're passing against master.
There will be tests that don't work against Cockroac…
alimi updated
4 years ago
-
Not being higly familiar with connections handling, I am wandering how to specify this option when:
1. using a connection declared in database.yml config file
2. using a custom connection to a for…
-
Hi
I think this may be a bug (or feature), not sure!
Anyway when specifying validators (not checked all but I presume so) on attributes that do not follow the standard naming schema expected an e…
-
platform: # supported: 2.2.4, 2.3.2
backlogs: # supported: 1.0.5
ruby: # supported: 1.9.3, 2.0.0
The upgrade from redmine 1.2 to 2.3.3 shows duplicate column creation, see ..
CreateStoriesTasksSp…
-
Hi,
I will like to use your redmine plugin but I am using version 2.6.0 and your plugin is not working with this version. Are you going to do an update to support the new redmine version?
Thanks!
-
See GitHub Actions.
```
ArgumentError: wrong number of arguments (given 0, expected 1)
/home/runner/work/rails-keyserver/rails-keyserver/vendor/bundle/ruby/2.6.0/bundler/gems/activeuuid-8d8accd70…
-
Hello,
I am a newbie to rails and do not know the intricacies of how everything works.
I have spent more than I want to admit trying to figure out if something is wrong with my database.yml confi…
-
I have:
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
include PublicActivity::StoreController
class Documentation < ApplicationRecord
include …
-
So in using ActiveTriples::Resources as "Almost ActiveRecord" objects, the only big difference I found was that because they reload on #new, there's no such thing as a record with a URI in the databas…