Releases: thoughtbot/suspenders
Releases · thoughtbot/suspenders
v1.12.0
- Fix
rake dev:prime
now that Suspenders-generated apps require someENV
variables to be set. - Ensure
EMAIL_RECIPIENTS
is set on staging. - Clear
ActionMailer
deliveries before every test. - Include New Relic configuration file.
- Add Formulaic gem for integration testing HTML forms.
- Set up the Segment.io adapter for analytics and event tracking through
services such as Google Analytics and Intercom. - Prepare staging and production environments to serve static assets through a
CDN.
v1.11.0
- Generate a Rails 4.1.1 app and implement fixes for compatibility.
- Escape ERb in secrets.yml
- Maintain ActiveRecord test schema.
- Make Shoulda Matchers work with Spring.
- Unify Ruby version for gem and suspended apps.
- Move SMTP variable settings out of initializer.
- Connect to Postgres on localhost.
- Add
bin/setup
for contributors. - Improve and document TravisCI configuration.
v1.10.2
v.1.10.1
v1.10.0
v1.9.3
v1.9.2
v1.9.1
v1.9.0
- Add
awesome_print
gem. - Add
dev:prime
task placeholder for bootstrapping local dev data. - Add fix for I18n deprecation warning from
enforce_available_locales
. - Add generated
.travis.yml
. - Remove
better_errors
because of issues with Unicorn. - Remove fast-failing for RSpec; respect user's
~/.rspec
instead. - Update New Relic agent.
- Update Rails to 4.0.3.