Guest User

Untitled

a guest
Feb 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. mike@knight:~/workspace/projects/testapp$ rake audit:routes
  2. (in /home/mike/workspace/projects/testapp)
  3. Loading init file from /home/mike/workspace/projects/testapp/config/init.rb
  4. Loading /home/mike/workspace/projects/testapp/config/environments/development.rb
  5. Loading init file from /home/mike/workspace/projects/testapp/config/init.rb
  6. Loading /home/mike/workspace/projects/testapp/config/environments/rake.rb
  7. ~ Connecting to database...
  8. ~ Loaded slice 'MerbAuthSlicePassword' ...
  9. ~ Parent pid: 10832
  10. ~ Compiling routes...
  11. ~ Activating slice 'MerbAuthSlicePassword' ...
  12. Named Routes
  13. edit_homy: /homies/:id/edit(.:format)
  14. delete_homy: /homies/:id/delete(.:format)
  15. homy: /homies/:id(.:format)
  16. homies: /homies(/index)(.:format)
  17. new_homy: /homies/new(.:format)
  18. Anonymous Routes
  19. /homies(.:format)
  20. /homies/:id(.:format)
  21. /homies/:id(.:format)
  22. /blah
Add Comment
Please, Sign In to add comment