search for: olson

Displaying 20 results from an estimated 561 matches for "olson".

2009 Nov 05
2
Seeing "Corrupted transaction log file" error messages.
...:~/mail:INBOX=/var/spool/mail/%u:INDEX=/var/dcindx/%u mbox_write_locks: fcntl mbox_dirty_syncs: no auth default: passdb: driver: pam userdb: driver: passwd This is happening during peak load; the error msgs I'm seeing look like: Nov 5 15:01:47 mercury mail:err|error dovecot: IMAP(olson): Corrupted transaction log file /var/dci ndx/olson/.imap/INBOX/dovecot.index.log seq 742: file_seq=742, min_file_offset (24) < hdr_size (40) (sync_offset=24) Nov 5 15:04:13 mercury mail:err|error dovecot: IMAP(herchenr): Corrupted transaction log file /var/ dcindx/herchenr/.imap/INBOX/dovecot...
2006 Mar 18
9
RJS - not working in IE
...t; These rjs templates work fine in Safari on Mac, Firefox on Mac, Firefox on Windows. But they fail to work on Internet Explorer on Windows. They fail in exactly the same way. The first page.replace_html statement works, but the second statement does not. Ideas? Help? Please? -- Lori Olson http://blog.dragonsharp.com -- Posted with http://DevLists.com. Sign up and save your time!
2012 Nov 07
4
save/load and package namespaces
...e(list = ls(all.names = TRUE, envir = envir), file = name, envir = envir) to save out everything from an environment. Later, loading it on another machine, I'm surprised to see the load failing for being unable to load certain packages. Could anyone help me understand why this happens? Jamie Olson [[alternative HTML version deleted]]
2006 Jan 31
6
How to Affect Plugin Load Order
I''m using bundled_resource, login_engine, and a few other plugins. It appears Rails considers plugins in alphabetic order. Turns out that there is a particular order that will work and alphabetic ain''t it. The login engine must be loaded first. Bundled resource then includes ''application_helper'' and the application helper includes LoginEngine. If
2006 Apr 17
7
MySQL backticks and column names
The upgrade to Rails 1.1 hurt my ability to run tests because it generated the following MySQL error: Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''key ON config (key)'' at line 1: CREATE UNIQUE INDEX key ON config (key) I have a table called `config` with a column
2005 Jan 20
7
VoIP-to-TDM processing on-card?
Are there any cards that work with * that do the VoIP-to-TDM processing on the cards, with multiple interfaces? The QuickNet Internet LineJack meets the description I believe, but it only has a single FXS or FXO. Are there any cards that have more than one FXS? Thanks. __ Dana Olson Disclaimer: The information transmitted in this message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination, or other use of or taking of any action in reliance upon this information...
2005 Jan 03
5
DHCP Attribute for TFTP server for Aastra 480i?
I have this Aastra 480i phone, and you can set the TFTP server IP address manually in the phone, but there should be a way to have it find the TFTP server information via DHCP. Does anyone know if this is possible, and if so, what is the attribute I have to set on my DHCP server? Thanks! __ Dana Olson Disclaimer: The information transmitted in this message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination, or other use of or taking of any action in reliance upon this information...
2006 Mar 07
4
should a AR object be able to see backwards?
I have two models, Stop and Station, they relate one station to many stops. Stop has_one :station Station belongs_to :stop So I can do @station.stops, but I cant do @stop.station, is this right? For example in the view I have: <% for @stop in @stops %> <tr> <td><%= @stop.station.name %></td> <td><%= @stop.time.hour.to_s + '':''
2006 Mar 29
4
Ruby/OCI8 not working on Rails 1.1
...osted this bug yesterday. Seems to be confirmed, since someone else has the same problem on a different platform (Fedora 4 and Max OS X). So, if you are using Oracle, don''t be in a rush to upgrade to Rails 1.1 unless you have the time to figure this problem out for yourself. -- Lori Olson http://blog.dragonsharp.com -- Posted with http://DevLists.com. Sign up and save your time!
2007 Feb 23
0
[OT] Whoa! Did Justin Palmer and Rick Olson Just Start a Company?
...Active Reload was an exciting new Rails core framework. Just want to be the first to congratulate Rick and Justin on their new journey. A lot of us benefit from your code each and every day! http://activereload.net/2007/2/13/a-new-company-is-born http://digg.com/tech_news/Rails_Superstars_Rick_Olson_and_Justin_Palmer_Start_a_New_Company Sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2006 Apr 11
6
Oracle unit test problem in Rails 1.1.2/Ruby-OCI 0.1.14
I''ve upgraded to Rails 1.1.2, and I''m trying to push this change through to our build server (Linux/Oracle) and we are getting some errors in the unit tests using Oracle. Looking at the data in the tests reveals a precision problem. Looking at the tables tells the whole story. My development database contains this table: SQL> describe dls_grids; Name
2006 Jun 16
3
us_states plugin
Hello, I am trying to figure out how to use the options available with the us_states plugin. What is the proper syntax for using the :priority and :with_abbreviation options? Thanks, jeremy
2006 Mar 06
4
Change to set_fixture_class
...hing: http://dev.rubyonrails.org/ticket/4095 As I was typing this, I realized that the string gives us no benefits. I made a much lighter patch that accepts the class instead (which was actually the first thing I tried): set_fixture_class :content_drafts => Article::Draft thoughts? -- Rick Olson http://techno-weenie.net
2006 Apr 27
6
OrderedHash
Looks like I have skipped on this, but still - a couple of questions: 1) Why there suddenly is an OrderedHash in ActiveSupport? (this glaring omission from ruby core is present in many apps already) 2) Why it doesn''t match the semantics of Hash respectively? 3) Why it''s #nodoc ? -- Julian ''Julik'' Tarkhanov please send all personal mail to me at julik.nl
2006 Feb 14
10
acts_as_versioned and getting authors
Hey guys and gals, I have the following object that has acts_as_versioned: class Note < ActiveRecord::Base acts_as_versioned belongs_to :user end The schema for my notes table is as follows: create_table :notes, :force => true do |t| t.column :id, :integer t.column :noteshare_id, :integer t.column :user_id, :integer t.column :title, :string
2006 Mar 29
5
Database passwords with numbers
I have database password in my database.yml as "passw0rd" however when I go to http://localhost:3000/rails/info/properties I get this error: private method `gsub'' called for 1:Fixnum But if I just use "password" for my password everything is ok. Any ideas? -- Posted via http://www.ruby-forum.com/.
2006 Mar 06
20
How painful is the 1.0 -> 1.1 upgrade going to be?
Does anyone have a sense for how painful the 1.0 -> 1.1 upgrade is going to be for existing apps? I''m finishing up my first real RoR application with Rails 1.0. I can live with it staying at that level, but I really want to use the has_many :through attribute to clean up some of my code. I''m not particularly interested in edge Rails, mainly because the documentation for
2004 Nov 03
5
FireFly Problems
How come FireFly doesn't give me an Inband DTMF option? Only RFC2833 and Info. RFC2833 is the default, so I left it that way. I also unchecked all the codecs except g711ulaw to force that codecs usage. However, when I go to place a call, I get this: Nov 3 13:18:44 WARNING[53641241]: dsp.c:1468 ast_dsp_process: Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 Nov 3 13:18:44
2006 Feb 11
6
Rails Edge, has_many :through in searches
I have two tables, a Projects table and a Clients table. It''s basically a HABTM relationship, but I have additional project/ client-specific information in the join table. I''m trying to use the new has_many :through method to join these. It works fine when displaying records, but when I try to search, I''m having this problem: When I used a HABTM model to search
2006 Apr 03
2
Problems with STI in has_many/belongs_to in Rails 1.1
...In either case, it''s bad, because in my functional test, it should be getting at least one "post" back. Does anyone have any insight here? I''ve been banging my head against a brick wall for a couple of days now, and I''m about ready to give up. -- Lori Olson http://blog.dragonsharp.com -- Posted with http://DevLists.com. Sign up and save your mailbox.