Skip to content

Commit

Permalink
Pushing 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brasten committed Aug 12, 2010
1 parent 9419315 commit e572516
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.4
0.1.5
4 changes: 2 additions & 2 deletions lib/sequel-rails/railtie.rb
Expand Up @@ -32,8 +32,6 @@ class Railtie < Rails::Railtie

initializer 'sequel.configuration' do |app|
configure_sequel(app)

Rails::Sequel.setup(Rails.env)
end

initializer 'sequel.logger' do |app|
Expand All @@ -54,6 +52,8 @@ class Railtie < Rails::Railtie
# for the cascaded adapter wrappers that need to be declared before setup.

config.after_initialize do |app|
Rails::Sequel.setup(Rails.env)

::Sequel::Model.plugin :active_model
::Sequel::Model.plugin :validation_helpers

Expand Down
4 changes: 2 additions & 2 deletions sequel-rails.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sequel-rails}
s.version = "0.1.4"
s.version = "0.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brasten Sager (brasten)"]
s.date = %q{2010-08-05}
s.date = %q{2010-08-11}
s.description = %q{Integrate Sequel with Rails 3}
s.email = %q{brasten@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit e572516

Please sign in to comment.