Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

nifty does not check if the model name is permitted #148

Open
zeliboba opened this issue Apr 14, 2012 · 0 comments
Open

nifty does not check if the model name is permitted #148

zeliboba opened this issue Apr 14, 2012 · 0 comments

Comments

@zeliboba
Copy link

if you have an application named Car (i.e. created by rails new Car), nifty generators allow to create a Car model, which will not work since Car module is already defined
~/Sources/Car$ rails g nifty:scaffold Car url:string
~/Sources/Car$

the standard generators will not allow this:
~/Sources/Car$ rails g scaffold Car url:string
invoke active_record
The name 'Car' is either already used in your application or reserved by Ruby on Rails. Please choose an alternative and run this generator again.

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

No branches or pull requests

1 participant