Hi All,
I just wiped out my hard drive, did a fresh install of os x 10.5, and upgraded to rails 2.3.2. i installed the mysql pkg for os x, and created the databases i needed for the project i was working on before the upgrade.
However when i run rake db:migrate to run my migrations i get this error
uninitialized constant ActionView::Helpers::AssetTagHelper
I've found some stuff about the AssetTagHelper, but i haven't found anything related to this error when running the rake db:migrate.
Does anyone have any idea what could be going on, or link me in the right direction?
Thanks, John