Sha256: ad3edbf7e7caaf6cd79192715bf77635abee2b174a8afff136d4cf47670a0585

Contents?: true

Size: 1.85 KB

Versions: 6

Compression:

Stored size: 1.85 KB

Contents

0.3.5 - dev
===========

0.3.4
=====

* Make `rake db:schema:dump` generate a schema file which contains foreign_keys
  and uses db types instead of ruby equivalents. This ensure loading the schema
  file will result in a correct db

* Map some Sequel specific exceptions to `ActiveRecord` equivalents, in 
  `config.action_dispatch.rescue_responses`. This allows controllers to behave
  more like `ActiveRecord` when Sequel raises exceptions. (Joshua Hansen)
 
* New Sequel plugin added to all `Sequel::Model` which allows to use 
  `Sequel::Model#find!` which will raise an exception if record does not exists.
  This method is an alias to `Sequel::Model#[]` method. (Joshua Hansen)

0.3.3
=====

* Fix generators and use better model and migration template (Joshua Hansen)

0.3.2
=====
* Ignore environments without `database` key (like ActiveRecord do it), to allow
  shared configurations in `database.yml`.
* Fix db creation commands to let the `system` method escape the arguments
* Fix error when using `mysql2` gem

0.3.1
=====
* Make `db:schema:dump` Rake task depends on Rails `environment` task (Gabor Ratky)

0.3.0
=====
* Update dependency to Rails (~> 3.2.0)

0.2.3
=====
* Set `PGPASSWORD` environment variable before trying to create DB using `createdb`

0.2.2
=====
* Ensure Sequel is disconnected before trying to drop a db

0.2.1
=====
* Make dependency on Sequel more open (~> 3.28)

0.2.0
=====
* Fix deprecation warning for config.generators
* Update dependency to Rails 3.1.1
* Update dependency to Sequel 3.28.0
* Update dependency to RSpec 2.7.0

0.1.4
=====
* Merged in changes to rake tasks and timestamp migrations

0.1.3
=====
* update sequel dependency, configuration change

0.1.2
=====
* fixed log_subscriber bug that 0.1.1 was -supposed- to fix.
* fixed controller_runtime bug

0.1.1
=====
* bug fixes, no additional functionality

0.1.0
=====
* initial release

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
vizzuality-sequel-rails-0.3.6 History.md
nulogy-sequel-rails-0.3.9 History.md
nulogy-sequel-rails-0.3.8 History.md
vizzuality-sequel-rails-0.3.5 History.md
vizzuality-sequel-rails-0.3.4 History.md
talentbox-sequel-rails-0.3.4 History.md