Releases: thoughtbot/suspenders
Releases · thoughtbot/suspenders
v1.8.0
- Make the .git/safe directory in bin/setup.
- Require
rails_12factor
gem only on Heroku. - Require mailer config on staging and production.
- Add rspec binstub.
- Fix .ruby-version on Ruby 2.1.0.
- Replace Flutie's
page_title
withtitle
gem. - Don't run factory specs twice.
- Inherit staging config from production.
- Internal: convert tests from Cucumber to RSpec.
- Don't include
prefilled_input.js
. - Fix Rack class name - Deflater instead of Timeout.
- Add Pry Rails.
- Add Spring.
- Add Dotenv to development and test environments to load environment variables
from the.env
file. - Reduce ActiveRecord connection pool from 5 to 2.
v1.7.0
- Keep
db/schema.rb
under version control. - Fast-fail if any part of
bin/setup
fails. - Move secret key out of version control.
- Create
.ruby-version
in generated applications. - Add placeholder modules and directories for feature specs.
- Improve README to include setup instructions.
v1.6.0
- Do not create
.rspec
file as the settings are not project-specific. - Generate RSpec binstub at
bin/rspec
. - Fix stylesheet error on 500, 404, and 422 static pages.
- Add
--skip-git
option. - Disable jQuery animations in Rails integration tests that execute JavaScript.
- Fix git remote bug.
- Add
Rack::Deflater
to compress responses with Gzip.
v1.5.1
v1.5.0
v1.4.0
v1.3.0
- Switch web server from Thin to Unicorn
- Set up database before setting up RSpec so that the rspec:install task works
- Add Delayed::Job
- Clean up cruft from ActionMailer delivery configuration
- strong_parameters now raises an error in development
- Enforce Ruby 1.9.2+ in the gemspec
v1.0.0
- Ignore
bin/
,.rake_tasks
,.bundle/
, and.gem/
. - Create a root route only with
--clearance
. - Do not autocommit after generate.
- Style static error pages.
- Cucumber requires everything under
features/
, regardless of pwd. - Added gems:
foreman
therubyracer
- Removed gems:
copycopter_client
heroku
ruby-debug
sass
sprockets-redirect
email_spec