search for: gwgeller

Displaying 3 results from an estimated 3 matches for "gwgeller".

Did you mean: ggeller
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 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
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