[Rails] how to I make a custom configuration variable?
I'm sure there's an obvious answer: I want to create a slightly
customized version of my RoR app. It involves minor tweaks to some
routes, changes to some of the layouts, turning off devise's
:registerable and other bits scattered around the source code.
I'd like to define a single variable or flag that I can use throughout
the code to create the customized version. Whatever I use, it needs to
be visible to models, controllers, views and tests.
What's the best practice for doing this? (As an aside, I *don't* want
to create a git branch for this -- I'm still debugging things and it
would become a PITA to port bugfixes among multiple branches).
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home