Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions lib/fortitude/rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,6 @@ def search_for_file_uniwith_fortitude(original_method, path_suffix)
end
end

::Fortitude::MethodOverriding.override_methods(
::ActiveSupport::Dependencies, ActiveSupportDependenciesOverrides::Common, :fortitude,
[ :search_for_file, :autoloadable_module?, :autoload_paths ])

eigenclass = ::ActiveSupport::Dependencies.module_eval "class << self; self; end"
::Fortitude::MethodOverriding.override_methods(
eigenclass, ActiveSupportDependenciesOverrides::Common, :fortitude,
[ :autoload_paths ])

module RailsEngineOverrides
# Two important comments here:
#
Expand Down Expand Up @@ -339,9 +330,6 @@ def find_templates_uniwith_fortitude(original_method, name, prefix, partial, det
end
end

::Fortitude::MethodOverriding.override_methods(
::ActionView::PathResolver, ActionViewPathResolverOverrides, :fortitude, [ :find_templates ])

require "fortitude/rails/template_handler"
require "fortitude/rails/rendering_methods"

Expand Down
2 changes: 1 addition & 1 deletion lib/fortitude/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fortitude
VERSION = "0.9.6.swiftype04"
VERSION = "0.9.6.swiftype05"
end