yasarg 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -2,11 +2,8 @@ module Yasarg
2
2
  class Connection
3
3
  class << self
4
4
  def establish
5
- require File.expand_path('../../yasarg/rails_fake_app', __FILE__)
6
- if !ActiveRecord::Base.connected?
7
- configuration = Yasarg::RailsFakeApp.config.database_configuration[Rails.env]
8
- ActiveRecord::Base.establish_connection(configuration)
9
- end
5
+ configuration = Yasarg::RailsFakeApp.config.database_configuration[Rails.env]
6
+ ActiveRecord::Base.establish_connection(configuration)
10
7
  end
11
8
  end
12
9
  end
data/lib/yasarg/tasks.rb CHANGED
@@ -1,18 +1,8 @@
1
1
  module Yasarg
2
2
  class Tasks
3
3
  def self.load_tasks
4
- require "rails"
5
-
6
- require File.expand_path('../../yasarg/rails_fake_app', __FILE__)
7
4
  app = Yasarg::RailsFakeApp
8
5
  app.load_tasks
9
-
10
- require "active_record"
11
- if !ActiveRecord::Base.connected?
12
- configuration = app.config.database_configuration[Rails.env]
13
- ActiveRecord::Base.establish_connection(configuration)
14
- end
15
-
16
6
  load "active_record/railties/databases.rake"
17
7
  end
18
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yasarg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: