Displaying 9 results from an estimated 9 matches for "vell".
Did you mean:
sell
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
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
...rror it is a ubuntu 10.11 using
passenger 3.0.11, apache2, rvm (ruby 1.9.2) and rails 3.0.10.
When I create a vanilla rails app on the ubuntu system, this error
does not show.
When I hit my application from the web, no matter which view I hit I
get the following error:
Showing /home/rails30/apps/vell/app/views/homes/index.html.erb where
line # raised:
stack level too deep
Extracted source (around line #):
Rails.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:...
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.
2004 Aug 06
1
WinXP , Icecast2 OddCast
Re-Hi ,
I'm also trying to write a tutorial to teach to use Icecast2 with
AddCast + Winamp3 as source .
Unfortunately it doesnot worrk very vell:
When i dont play any file with WinAmp , and a connect WA+OddCast to
icecast , it works, but as soon as i play a file it breaks the
connection with thte message : connection reset by the server .
So .... What is the way to make it work ? is there someone who had his
WA+OddCast working fine ?
<...
2010 Mar 11
1
drbd-kmdl packages question
...rbd kernel modules built for the Linux
kernel 2.6.18-128.4.1.el5 for the i686 family of processors.
So, the question is - kmod-drbd is for kernel 128.4.1 (or build for this
kernel version), but current kernel is 164.11.1. Does that means that
kmod-drbd should be rebuild for each kernel or it works vell without
rebuild?
--
Best regards, Soms N. L.
_______________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100311/a1af7c63/attachment-0002.html>
2003 Oct 02
2
Automatically mounting home dir
Hello,
I've installed samba 3 on rh9. I configured kerberos, winbind, joined
the workstation to the AD domain . Now I am able to login using domain
user/password. How can I automatically mount the user's home directory
from the windows 2000 server.
Thanks,
Laszlo
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.
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