mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.19k forks source link

I want to create an Tag Category name with numeric Digit in the Starting But it won't allow me to do so #1044

Open cis-akash opened 2 years ago

cis-akash commented 2 years ago

I want to create an Tag Category name with numeric Digit in the Starting But it won't allow me to do so by giving an Error ,

@1category_1_0_list' is not allowed as an instance variable name

Does anyone know any solution for that.

https://github.com/mbleigh/acts-as-taggable-on/blob/master/lib/acts_as_taggable_on/taggable/core.rb

Line number 203 method name : - set_tag_list_on(context, new_list)

Line number 210 -> instance_variable_set -> THis method actually causing problem. And i need the solution for it.

If anyone knows it please let me know.

Thanks AKash