did you create your project using a previous version of rails? if so,
check your config/environment.rb file. that will specify which
version your project is using.
Well don't I feel silly. I did in fact create the application using
1.1.6, so I updated the number in the environment.rb file and it works
just fine. Thank you for your help!