Skip to content

Releases: thoughtbot/suspenders

v1.8.0

04 Feb 06:13
Compare
Choose a tag to compare
  • 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 with title 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

04 Feb 06:13
Compare
Choose a tag to compare
  • 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

04 Feb 06:14
Compare
Choose a tag to compare
  • 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

04 Feb 06:14
Compare
Choose a tag to compare
  • Remove Turbolinks.
  • Don't use Bundler's binstubs in bin/setup.
  • Remove --drb now that we aren't using Spork.
  • Set up DNS via Pow for development.
  • Update gem versions.

v1.5.0

04 Feb 06:14
Compare
Choose a tag to compare
  • Add Neat.
  • Replace Bourne with RSpec Mocks.
  • Replace Sham Rack with WebMock.
  • Remove dependency on hub gem.
  • Clean up leftover Rails 3 conventions.

v1.4.0

04 Feb 06:15
Compare
Choose a tag to compare
  • Support Rails 4.
  • Support Ruby 2.
  • Remove jQuery UI.
  • Factories spec works for non-ActiveRecord objects.
  • Use New Relic RPM gem >= 3.5.7 for Heroku request queue accuracy.
  • Abort RSpec runs on first failure.
  • Replace custom email validator with gem.

v1.3.0

04 Feb 06:15
Compare
Choose a tag to compare
  • 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

04 Feb 06:15
Compare
Choose a tag to compare
  • 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