Ruby on Rails- :symbols, @iVars and "strings" - oh my!
- by Meltemi
New to Rails and trying to get my head around when/why to use :symbols, @ivars , "strings" within the framework.
I think I understand the differences between them conceptually
only one :symbol instance per project
one @ivar per instance
multiple "strings" - as they are created whenever referenced (?)
Feel free to correct me!
The main…