I've got an initialization file config/initializers/linkedin.rb
that sets up the Linkedin gem so that my app can connect to the LinkedIn service and run queries. I'm now testing out some new features and I want to use the console for this. My problem - asside from being a newb and not understanding the console very well yet - is that I can't access the variables that are initialized in config/initializers/linkedin.rb
.
Any ideas on how to use the application initializers from within the console so that I don't have to run this by hand every time?
Thanks!