-
I've followed the installation procedure at each step exactly as suggested to the best of my knowledge. I however land in problems at the "Initialize Database and Activate Advanced Features" stage.
…
-
I just built a local CASino Application with the configuration outlined below. I am using the casino and casino-activerecord_authenticator gems. In my other rails application, we are using Authlogic (…
-
```
What steps will reproduce the problem?
1. Install plugin as directed in the notes until you get to rake db:migrate
What is the expected output? What do you see instead?
expected result is for r…
-
I have installed in my gemfile:
```
group :test do
gem 'activerecord-nulldb-adapter'
end
```
In one of my spec.rb file, I alr included
```
require 'nulldb_rspec'
require './spec/suppor…
-
I'm trying to have symmetrical encryption on the `email` attribute which used to authentication by Devise. Does anyone worked with this ?
I'm using following modules:
`devise :database_authenticatabl…
-
Installed redmine_charts2 on Redmine 2.5.1.stable.13103 but get the following runtime error:
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'railsapp_production.chart_time_entries' doesn't exis…
-
### Steps to reproduce
Full reproduction script: https://gist.github.com/ezekg/df58f1e5d1c5a3786afbe8511913836b
```ruby
class Application < Rails::Application
config.active_record.automatica…
ezekg updated
2 weeks ago
-
### Steps to reproduce
```ruby
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the …
-
### Steps to reproduce
```
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo…
-
A bit complex, but let me explain
- I have a rails 3.2 app with it's own db.
- Separately I have a gem that use octopus for sharding against a separate legacy database.
The gem by itself is able to…
ghost updated
8 years ago