Releases: TalentBox/sequel-rails
Releases · TalentBox/sequel-rails
v0.9.14
- Fix permissions on files and release new version
#121
v0.9.13
- Remove some trailing spaces (Pablo Herrero)
#119
- Update session store for Rails 5/Rack 2.0 compatibility (Jordan Owens)
#110
- Make logging compatible with the Sequel master
#109
- Ensure
url
database config is used in Rake task as well (Lukas Fittl)
#106
v0.9.12
- Remove
-i
option from pg_dump
, removed in PostgreSQL 9.5 (Joseph Halter)
- Add support for Spring (Jan Berdajs) #99
- Allow
config.sequel.logger
to be overridden by environments #98
- Allow Rake tasks
db:
namespace to be reconfigured to something else (John Anderson) #89
v0.9.11
- Track query count in
SequelRails::Railties::LogSubscriber.count
v0.9.10
- Set
search_path
on PostgreSQL when dumping migration informations
#86
- Add
ActiveSupport.on_load :sequel
support (kr3ssh) #85
- Added option to skip connect after Rails initialize with new option
config.sequel.skip_connect = true
. (Alexander Birkner) #83
v0.9.9
- Fix deprecation notice to only be displayed when installed on deprecated Ruby.
v0.9.8
- Add Ruby < 1.9.3 deprecation notice via Gem's
post_install_message
#80
- Support running without database.yml, for 12 factor compliance (Rafał Rzepecki) #78
v0.9.7
- Fix ActiveModel I18n integration (Nico Rieck) #77
- Improve CI speed by using docker and caching on Travis
v0.9.6
- Run CI with Rails 4.2.0.rc1
- Update RSpec to 3.1
- Do not attempt to destroy session record if it's not persisted (Andrey Chernih) #72
v0.9.5
- Use
DATABASE_URL
environment variable even if there's no config (Rafał Rzepecki) 71
- Fix spelling error in README (a3gis) #70