merb 0.4.0 session issue
Jonathan Conway
jonathan at new-bamboo.co.uk
Wed Nov 7 09:56:08 EST 2007
A few things are different with how you configure sessions in Merb
0.4.0.
Try changing :session_store: active_record to :sql_session: true
Hope this helps
Jonathan
----
http://www.jaikoo.com
On 7 Nov 2007, at 12:22, frazer horn wrote:
> Not sure if anyone else has had this problem.
>
> I was running on merb edge fine a few days ago. Last night I went to
> merb 0.4.0 via gem install and now any call to session[:foo] causes an
> error >> undefined method '[]' for nil:NilClass
>
> I have uninstalled and reinstalled merb with no luck.
>
> dependencies.rb
> use_orm :activerecord
>
> merb.yml
> :session_store: active_record
>
> Gems
> merb 0.4.0
> merb_activerecord 0.4.2
>
> Mac OSX
>
> Any help appreciated.
> _______________________________________________
> Merb-devel mailing list
> Merb-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/merb-devel
More information about the Merb-devel
mailing list