buenas a todos! estoy siguiendo el libro "Agile Web Development with Rails"
que está para la versión 2. Yo tengo la versión 2.3.4.
Lo que debo hacer es:
"Next, we have to tell Rails to use database storage for our application
(because
the default is to use the filesystem). This is a configuration option, so
not
surprisingly you’ll find it specified in a file in the config directory.
Open the file
environment.rb, and you’ll see a bunch of configuration options, all
commented
out. Scan down for the one that looks like
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with 'rake db:sessions:create')
# config.action_controller.session_store = :active_record_store"

el problema es que en mi environment.rb no tengo nada parecido a
config.action_controller.session_store = :active_record_store como para
descomentarlo. Alquien tiene idea de esto?
Saludos.
_______________________________________________
Ruby mailing list
[email protected]
http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar

Responder a