Hi,
I am a rails newbie and i need to store some info. in the session, so
that i can use it in any controllers when needed.
in config/enviroment.rb, i have,
----------------------------------------------------------
config.action_controller.session = {
:session_key => '_xxx_ui_session',
:secret =>
'70ec05c894289359662252cdfd64e359822861bfd85626d0cc0699b4cef6ab409861e5dce5c9359918cedf4f58fa6fb73e2697ddb32d5ef4bd
4076cf31c1af8d'
}
----------------------------------------------------------
In application.rb, i have,
------------------------------------------------------------------------------------
class ApplicationController < ActionController::Base
require 'xmlrpc_server'
@hostname = "127.0.0.1"
@port = 8080
@server = ServerProxy.new(@hostname, @port)
session[:server] = @server ===> i get the error for this line
end
------------------------------------------------------------------------------------
But i keep on getting the error
Symbol as array index
Am i going wrong anywhere, please suggest
Thanks and Regards,
Vimal Das
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---