Tom Stuart wrote: > How does the application detect the user's "culture"? > > Cheers, > -Tom
Thanks for your reply Tom, in my home controller I have a line like this for each language: redirect_to localized_home_page_path :culture => 'es' and return if request.env['HTTP_ACCEPT_LANGUAGE'].include? 'es-ES' as I said before I am just 'experimenting and playing' so any suggestion is accepted :) maybe I should access to the request object from my spec code? -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
