search for: mcilwain

Displaying 8 results from an estimated 8 matches for "mcilwain".

2012 Feb 27
6
selecting params value to use with $.ajax()
Hello all, I''m trying to write a jquery function where I am posting some data from a form. I am wondering is there a way to select the particular param that I want to use when I submit the data to $.ajax(). I don''t believe it makes sense to create a hidden field just to use with $.ajax() but I can''t seem to figure out how to get to the params key/value using jquery.
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
....root: /home/rails30/apps/vell Application Trace | Framework Trace | Full Trace activesupport (3.0.10) lib/active_support/core_ext/class/attribute.rb: 81 the development log shows: Completed 500 Internal Server Error in 282ms ActionView::Template::Error (stack level too deep): Rendered /home/vmcilwain/.rvm/gems/ruby-1.9.2-p290/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ _trace.erb (1.9ms) Rendered /home/vmcilwain/.rvm/gems/ruby-1.9.2-p290/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ _request_and_response.erb (93.8ms) Rendered /home/vmcil...
2006 Dec 08
1
Telnet Listing of IMAP mailboxes
Hello all, I am trying to figure out why I am can't seem to access any of my mailboxes that I moved from my OS X machine using UW-IMAP and I followed the directions on the wiki (http://wiki.dovecot.org/MissingMailboxes) to try and figure this out. I believe based on what I saw that my client seems to be the problem, but my question is. Can anyone tell me what the difference between
2006 Nov 02
1
FC4 and Dovecot 1.0 not displaying all migrated mailboxes
Hello all, I recently switched to dovecot on my FC4 server from UW-IMAP on my Mac OS X 10.3 machine and I was able to get my inbox and my trash box to be seen without any issues but all of my other mailboxes don't seem to show up. My mail directory is ~/mail and that is where I placed all of my mailboxes that I moved from my mac, but when I log into my new server using SSL/IMAP, only my
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all, Can anyone point me to any solid documentation on how to set up a production server using RVM, Passenger, and Apache2? I have been at this for a week with absolutely no luck at all so I thought I would post here to see if anyone has managed to get this to work and written down the steps they used. Right now with my current implementation, I am getting a 404 error when I attempt to
2014 Feb 11
0
Cucumber test question
Hello all, I am trying to understand when I try to run a test in cucumber what I am missing that it is failing. I am using FactoryGirl to create my records and using cucumber to test my logic however I know that I am doing something wrong in my testing I just can't seem to figure out what. Here is what I have: Feature: Feature: All features related to staff info Scenario: notification
2014 Mar 26
0
Heroku | Rails 4 | Ruby 2.0 - send_file not presenting file for download in the browser
Hello all, I am have an app that is hosted on heroku (rails 4 | ruby 2.0) that I am using paperclip-dropbox to upload attachments to a blog. I have created a download link for people who read the blog to be able to download the attachments but I am not able to get the file to actually download via the browser. I am curious if anyone knows what could be the issue. My process is I download the
2013 Aug 22
1
How do I deal with ActiveRecord::RecordInvalid: Validation failed:
Hello all, I am currently writing model tests in rails 4. I am attempting to add an error to a reservation object if the total number of reservations for a given date and time has reached a pre-determined limit. When my test runs, it is hitting the appropriate code but it is raising the following error as opposed to just giving me an error in the object that I can use.