No commit activity in last 3 years
No release in over 3 years
This is a Rails plugin to see not found action
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 3.2.0
 Project Readme

ActionNotFound

This is a Rails plugin to see not found action.

Usage

In your Gemfile.

group :development do
  gem "action_not_found"
end

and execute rake task action_not_found.

examples GET  /examples(.:format) examples#index
         POST /examples(.:format) examples#create #=> not found action
   tests GET  /tests(.:format)    tests#index #=> not found controller file
    root      /                   examples#index

4 routes, 1 not found actions, 1 not controller files