action_not_found 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,5 @@
1
- task :load_controllers => :environment do
2
- Rails.application.reload_routes!
3
- end
4
-
5
1
  desc "Show all not actions"
6
- task :action_not_found, [ :path ] => :load_controllers do |task, args|
2
+ task :action_not_found => :environment do
7
3
  all_routes = Rails.application.routes.routes
8
4
  base_path = Rails.root.join('app').join('controllers')
9
5
  not_defined_acitons = ActionNotFound.process(all_routes, base_path)
@@ -1,3 +1,3 @@
1
1
  module ActionNotFound
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_not_found
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -87,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  segments:
89
89
  - 0
90
- hash: -2277268768173313223
90
+ hash: -3793224302527301639
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  none: false
93
93
  requirements:
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: -2277268768173313223
99
+ hash: -3793224302527301639
100
100
  requirements: []
101
101
  rubyforge_project:
102
102
  rubygems_version: 1.8.24