multiplayer asteroids in any webpage
A Ruby Gem for authenticating HTTP requests using a HMAC.
Durable, distributed logic— Scalability is the new performance
an empty project
embedded code for a custom motion-enabled keyer device
Unfancy JavaScript
signed cookie functionality for node.js
worry-free async
Distributed and contextual social networking
experimental programming engineered for exploration and play
push eventcontrolshift/premailer-rails
commit sha 19f44de1b6247e1a59b146e93edfeff01d586d55
Check if Rails.env is defined
commit sha c492eb814691ebcd9ca595d2666bf9a519a04b43
Merge pull request #222 from Saidbek/check_defined_rails_env Check if Rails.env is defined
commit sha b2a451817c4f18994cf2d0f0fb9dc160418e3285
Updated documentation initialize link to be used without version
commit sha 39f802f5c0a2a11762efa024a9300eea44a87009
Use latest ruby version on Travis CI
commit sha d8a864c84ce209cb8fdaf6efd9a0a67ace932856
Merge pull request #230 from eveevans/master updated premailer documentation link
commit sha 4051d2073177a40cf4d2e6caf017a329dcc6077c
Remove upper version constraint for actionmailer
commit sha a03113c68cd3a04bef130aca9a3164166cf37a40
Release version 1.10.3
commit sha 363de626d8f100cabffc472ef18253cffb372c7e
Bump Ruby to version 2.6.3
commit sha d73d1d0a6a9cb0e6254d71882d954658041841ea
Add ActionMailer 6.0.0.rc2 build By building master, we are actually building 6.1.0 which is what master is right now but is not released.
commit sha 9a46d1dca3c52e38a1346faaff79a11763323618
Keep the tmp directory but not the contents This also updates this part of the `.gitignore` file with a more current version of what Rails outputs by default. We want to do this since Rails commands can modify the tmp directory so we want to be sure it always exists otherwise we run into intermittent test errors like this: ``` An error occurred while loading ./spec/unit/css_loaders/asset_pipeline_loader_spec.rb. Failure/Error: Rails.application.initialize! Errno::ENOENT: No such file or directory @ rb_sysopen - /home/travis/build/fphilipe/premailer-rails/spec/rails_app/tmp/development_secret.txt ```
commit sha a3f9a8e6cb103c9a02d6f81bf0336891c2abd3a1
Merge pull request #244 from javierjulio/update-travis-ci Update versions and improve stability for CI builds
commit sha 7202a851ded4687edafca75ee9740dd86c43d96e
Remove force_encoding This is probably not needed anymore since newer Ruby versions. To be honest, I can't say why this is here in the first place. Closes #247
commit sha 404bc03cfd4b66ab0ee7f657beb539d9d761a7ff
Use ActionMailer version 6 Since this is long been released, we want to use the 6.0 final release and not the RC one. We still have a build here against master to cover latest changes.
commit sha 99977e3b198babf9a15de5ea0733e5278eed89ac
Bump Ruby to 2.6.5 from 2.6.3
commit sha 45fc417f58644e8ce3dcadef9ef3c53c77659bd3
Add Ruby 2.7.0 to build matrix
commit sha f64f0745e99e09b2d44aa56101e47e99b44210b0
Remove ActionMailer 4 version from build matrix The AM4/Ruby2.7 build failed because of bundler version: https://travis-ci.org/github/fphilipe/premailer-rails/jobs/663565100#L241-L252 and preference was to drop the build to resolve issue.
commit sha 97ba1825fa28a6ed77f53d9c4b02d7ce8fbd562b
Merge pull request #249 from javierjulio/update-travis Update CI with current versions
commit sha b196ab00f8b88cecdb235b022603d248ddd79a1d
Fix encoding After extensive testing, there should be no need to mess with the transfer encoding or the body encoding. All we need to ensure is that the proper charset is configured in the `Content-Type` header when assigning the body, which needs to be the encoding of the string being set as the body. Fixes #240
commit sha 672ef40cf493a7e2f14cfa57d22f932233a2731a
Merge pull request #248 from fphilipe/fix-encoding Fix encoding
commit sha d7b1996ebbcd90eff76ca2aaf987385a1858327f
Bump version to 1.11.0
push time in 15 days