feat: Ability to seed Demo Accounts (#5352)
Introduces the ability to seed sample data into accounts in development and staging. fixes: #3429
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -158,6 +158,10 @@ group :test do
|
||||
gem 'webmock'
|
||||
end
|
||||
|
||||
group :development, :test, :staging do
|
||||
gem 'faker'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'active_record_query_trace'
|
||||
##--- gems for debugging and error reporting ---##
|
||||
@@ -167,7 +171,6 @@ group :development, :test do
|
||||
gem 'byebug', platform: :mri
|
||||
gem 'climate_control'
|
||||
gem 'factory_bot_rails'
|
||||
gem 'faker'
|
||||
gem 'listen'
|
||||
gem 'mock_redis'
|
||||
gem 'pry-rails'
|
||||
|
||||
Reference in New Issue
Block a user