Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wco_email

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wco_email

  • 0.1.1.89
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Install =

alias be='bundle exec '
alias dc='docker-compose '

Copy and edit the config file:

cp _env .env

Check out the repository and run:

bundle

Ask Victor to add your user (email) to the remote auth server. Or use test-1@wasya.co

Note: the mongodb port is 27041.

dc up -d mongo_development
dc up -d localstack_development

In the rails console ( cd test/dummy ; be rails c ):

profile = Wco::Profile.create email: 'test-1@wasya.co'
inbox   = Wco::Tag.create slug: 'inbox'

You need a copy of wco_models.git locally ( default location is ~/projects/ruby/wco_models )

awslocal s3api create-bucket --bucket wco-email-development
awslocal s3api create-bucket --bucket wco-email-ses-development

== Troubleshooting ==

Issue:

  checking for yaml.h... no
  yaml.h not found

Solution:

  brew install libyaml

= Use = Please see below for example usage commands.

cd test/dummy
be sidekiq -q wco_email_rb_mailers -q wco_email_rb_default -q wco_email_rb

docker run \
  --rm -it \
  -p 127.0.0.1:4566:4566 \
  -p 127.0.0.1:4510-4559:4510-4559 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  localstack/localstack

FAQs

Package last updated on 30 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc