Skip to content

Commit

Permalink
Multiple fixes for Rails 3. Got all except 1 tests passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
be9 authored and galetahub committed Aug 9, 2010
1 parent 1370b4b commit b68ded8
Show file tree
Hide file tree
Showing 11 changed files with 305 additions and 287 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ test/debug.log
rdoc
coverage
pkg
*.sw?
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ end
require 'rake/testtask'
require 'rake/rdoctask'
require 'rcov/rcovtask'
require "load_multi_rails_rake_tasks"
#require "load_multi_rails_rake_tasks"

Jeweler::Tasks.new do |s|
s.name = "awesome_nested_set"
Expand Down
2 changes: 1 addition & 1 deletion lib/awesome_nested_set.rb
Expand Up @@ -10,4 +10,4 @@ module NestedSet
end
end

require 'awesome_nested_set/railtie' if defined?(Rails)
require 'awesome_nested_set/railtie'

0 comments on commit b68ded8

Please sign in to comment.