10000 GitHub - NetsoftHoldings/fakerails: Fake rails "gem dependency" so we can remove pieces of rails we do not use / cause issues.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
/ fakerails Public archive

Fake rails "gem dependency" so we can remove pieces of rails we do not use / cause issues.

Notifications You must be signed in to change notification settings

NetsoftHoldings/fakerails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to FakeRails

This is a fake rails dependency to get around packages that pull in rails when they really don't need to.

To use put this in your gemfile

gem 'rails', '~> 5.2', github: 'NetsoftHoldings/fakerails'

Then add in the rest of your rails dependencies you need

rails_version='=5.2.6'
[
  'activesupport',
  'actionpack',
  'actionview',
  'activemodel',
  'activerecord',
  'actionmailer',
  'activejob',
  'actioncable',
  'activestorage',
  'railties'
].each do |dep|
   gem dep, rails_version
end

About

Fake rails "gem dependency" so we can remove pieces of rails we do not use / cause issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0