CDRH / lewisandclark

The Journals of the Lewis and Clark Expedition Rails Site
https://lewisandclarkjournals.unl.edu
1 stars 0 forks source link

Rewrite modules, L&C rules #101

Closed techgique closed 8 years ago

techgique commented 8 years ago

Closes #1

Module comes with example config/rewrites.example.yml file. Rails will exit during loading but explain why if config/rewrite.yml doesn't exist.

Navigation rules will need to be updated in coordination with #42

techgique commented 8 years ago

I was testing that way initially. But I spent some time to set up Apache on my workstation to reverse proxy requests to :3000 and then set my /etc/hosts to direct lewisandclarkjournals.unl.edu to localhost after opening all the main pages of the live site in tabs. Then I could just click away and it would test all the links present in the live site.

If y'all want, I can spend more time to add tests to this.

jduss4 commented 8 years ago

If you're pretty happy that it's working, then I say nah to writing out tests, this isn't something so mission critical that it's going to keep me up at night with no tests behind the scenes. :)