Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilyakatz/clash

Test application to illustrate a problem in rails-dev-boost
https://github.com/ilyakatz/clash

Last synced: about 2 months ago
JSON representation

Test application to illustrate a problem in rails-dev-boost

Awesome Lists containing this project

README

        

clash
=====

Test application to illustrate a problem in rails-dev-boost

Instructions
==
1. bundle install and start the app
2. go to http://localhost:3000/emails/emails
3. go to http://localhost:3000/posts/posts

You will get error
undefined local variable or method `show_posts' for #

4. go to http://localhost:3000/posts/better_posts

This will work because it is using the full name of the controller with module