Hello,
On all of my Rails 2.1.2 projects (released today), whenever I try to
generate anything, I get the result "undefined method `empty?' for
/_generator$/:Regexp".
Example:
mbp15:~> rails -v
Rails 2.1.2
mbp15:~> rails ./example
create
...
...
mbp15:~> cd example
mbp15:~/example> ./script/generate model my_model name:string
undefined method `empty?' for /_generator$/:Regexp
mbp15:~/example> ./script/generate migration my_first_migration
undefined method `empty?' for /_generator$/:Regexp
mbp15:~/example>
Any thoughts? Anyone else experiencing this?
Thanks,
-Jason
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---