RailsCod3rFuture
RailsCod3rFuture
Has this issue been fixed? When I try to use model.destroy_all, I receive PG::Error: lo_unlink failed. How can I avoid this error in both cases of removing one object and...
@kensk8 Hey Ken - I'm unable to retrieve assets with your fork of rails_emoji_picker with Rails 5.2. Do you know what the problem may be when I see the error...
I'm having the same problem. It's rolling back for no reason at all. I don't see anything in my server log that points to what's causing the rollback to occur.
``` # frozen_string_literal: true source 'https://rubygems.org' ruby '2.5.7' =begin git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/') "https://github.com/#{repo_name}.git" end =end gem 'figaro' gem 'active_link_to', '~> 1.0', '>= 1.0.5' gem 'acts-as-taggable-on',...
I'm using rubymine to start my development server `"C:\Program Files\JetBrains\RubyMine 2018.1.6\bin\runnerw.exe" C:\Ruby251-x64\bin\ruby.exe C:/Users/D/RubymineProjects/TestApp/bin/rails server -b 127.0.0.1 -p 3000 -e development`
This is the error that I receive after running rails server ` C:/Ruby251-x64/lib/ruby/gems/2.5.0/gems/kaminari-activerecord-1.1.1/lib/kaminari/activerecord/active_record_extension.rb:19:in `block (2 levels) in ': uninitialized constant Kaminari::ActiveRecordModelExtension (NameError) `
I;m using MSYS2 for this version of ruby. I was forced to upgrade from 2.4.4 by Heroku.
I'll update my ruby gem spec again to see if that works.
Can you post a complete solution for the gem? I'd like to implement it into my project.
I have a pretty good understanding of how your inkwell system works. But, since there are two parts to it. Should I install both to get a fully functional social...