Displaying 4 results from an estimated 4 matches for "7i4h8wehpzhyirtc8zqnvfatqe2ktcn".
2008 Oct 15
9
Rails sessions working intermittently in IE7
Hello,
We are developing in Rails 2.1.0 and serving the files with mongrels
behind Apache. We are using SqlSessionStore. Recently I noticed that
when logging into our site using IE7 the session doesn''t persist in
some situations, and persists when it shouldn''t.
For instance when I log in my info is maintained when visiting certain
pages, but disappears on others. The info never
2008 May 29
0
Auto generated views for existing model.
Hello,
I have a customer table that has quite a few fields. Most consist
of billing and shipping address fields. I''d like to scaffold or
generate the views for this table, but the only way I know how would
be to create the model using the scaffold command (rails 2.0) and
specifying each field. There are at least 30 fields so my command line
is going to fill up fast. Ideally
2009 Mar 27
1
Starting Mongrels = no such file to load -- initializer (load error)
I''ve searched high and low and cannot find a solution to this problem.
Any help would be appreciated.
My problem is when starting my mongrels with this command:
mongrel_rails start -d -p 3000 -P log/mongrel1.pid
I get this error in my mongrel_rails_persist.log:
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with production environment...
2008 Oct 22
2
setting session id for first visit
I am logging web visits with a before_filter on the application
controller. The issue I''m having is that the initial visit does not
return a session id. I''m using the SqlSessionStore and the function
MysqlSession.find_session(session.session_id) to retrieve the session
id. If it doesn''t exist I use a -1. So looking in my visits table the
initial visit always has -1 for