Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaks rails generator? scaffolding a different project creates references to web-app-theme #56

Open
jpwynn opened this issue Mar 4, 2012 · 0 comments

Comments

@jpwynn
Copy link

jpwynn commented Mar 4, 2012

I installed and used web-app-theme for a project a few weeks ago.

Today I created a NEW project from scratch using 'rails new' command. That project does not use web-app-theme.

When I scaffolded that new project the delete button confirm message STILL refers to web-app-theme:

= link_to "Delete", product_path(@Product), :method => "delete", :confirm => "#{t("web-app-theme.confirm", :default => "Are you sure?")}", :class => 'btn'

Even after removing the web-app-theme gem, then removing the rails 3.1.3 gem, then re-installing rails 3.1.3 ge,, the scaffolding still refers to web-app-theme (but only for the DELETE action).

How can rails be 'stuck' referring to web-app-theme, and how can I fix that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant