Displaying 12 results from an estimated 12 matches similar to: "semi-nube help request"
2013 Feb 27
1
Icecast Ices ogg mobile
Hello,
What is everyone using when you want to stream an ogg stream to a mobile
device?
I am running icecast2 ices and an ogg stream on a debian box.
Currently i am using the audio html5 tag to pull the stream from my site.
<audio width="300" height="32" controls="controls" src="
http://siteURL:8000/DNLMusic.ogg"></audio>
Thanks
-winn
2017 Apr 05
2
Servicios en la nube
Buenas, me gustarĂa saber su experiencia sobre servicios en la nube.
Se que hay varios que usan los servicios de MS Azure. Tengo una duda
respecto a eso, funciona como una maquina virtual, no? Lo que significa
que para correr procesos debo estar conectado a la maquina, o puedo
dejar corriendo procesos en segundo plano y volver luego para ver el
resultado.
Saludos y muchas gracias!
--
2008 Jul 11
2
Horribly Nube ?
You gotta start somewhere I figure. I am enjoying wine 1.1.0 and have used it on and off mostly off for several years. Now I am getting serious and I haven't figured out the documentaiton. I got some bad advice from old docs which discouraged me. Anyway, where does one put the "native" dll's from one's windows installation? I know how to use winecfg to activate them and
2016 Feb 07
5
Nube question: where is chan_sip.so?
I am having real trouble getting started. A definitive "hello world" is
certainly missing from the official site and the ones out there are dated
or broken.
I am beginning to think something went wrong with the install. It was a
fresh install of an Ubuntu server, and a fresh install of 13.7.0 - Should
be Okay no?
A question. Am I expecting to find chan_sip.so in
2012 May 24
3
rails ajax issues
Hi
* *I think this is my 4 or 5th post about the ajax issues with my rails
code. But i couldn''t rectify my issues sofar.
problem is,
In my pages.html.erb have one text field and button. when i click on that
button, the text field value will get into the controller through ajax,so
after the function i need to get that value(textfield value) in same
page.
*page.html.erb*
2006 May 03
1
Nubee Fixtures + Tests problem
According to the book, @timesheets["first_timesheet"] should be
accesible from within my functional test, but its not!
Timesheets.yml :
first_timesheet:
status: 2
start_date: 2006-04-24
cost: 10
employee: 444
id: 10683
charge: 20
My Test :
class AdminTimesheetsControllerTest < Test::Unit::TestCase
fixtures :timesheets
def test_viewTimesheet
get
2006 May 09
3
"ActiveRecord::Base.connection.execute" nubee problem
Is there any way of executing a full sql script, and not just one
statement?
You can do this:
ActiveRecord::Base.connection.execute("insert into batches (name) values
''name''")
but not this:
ActiveRecord::Base.connection.execute("insert into batches (name) values
''name''; "insert into batches (name) values
2006 Mar 27
2
Form Validation with 2 models on form. Nubee Question
I have one form in which i enter Person data and Employee Data. A Person
and Employee model are used. I am using a legacy schema, so this is
forced.
How do i use save the data while using rails form validation?? I only
want both models to save if they both save.
Controller :
This odviously doesnt work:
def create_employee_and_person
employee = Employee.new(params[:employee])
person =
2006 Apr 04
4
Cannot upgrade rails to 1.1, only 1.0. Nubee. Please help
I''ve used putty to SSH in to our solaris system as root:
Here is what happens when i try to install rails:
# gem install rails -include-dependencies -p http://saiproxy:3128
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Successfully installed rails-1.0.0
So my question is why
2006 Apr 27
6
Functional Test Problem. Nubee, please help
ALl my controllers require the user to be logged in. SO they will be
redirected to my "login" controller.
How do i login first in a functional test? Im assuming i use the setup
method to login the controller.
This is the setup method for the Activities controller functional test:
def setup
@controller = ActivitiesController.new
@request =
2006 Mar 16
10
Nubee Callbacks problem
I never want to alter a model(row). When a model has been changed i
want a new copy to be created.
What is the best way to implement this?
I think using callbacks might be the answer.
So model.save will create a new row, and leave the old one unchanged.
Any ideas? I can easily implement this in the controller but i''d rather
it be done transparently. Also errors should be passed back
2006 Jun 01
5
RAD RAILS Problem. Wont start! Linux nubee
Hi
I''ve just installed SUSE linux, downloaded RADRAILS, and extracted it to
/home/myname/bin/radrails.
When i try to run it i get the red radrails logo and then it gives me an
error and stops loading. Its my first day using Linux, previously i
have used windows, so any help is greately appreciated. Here is the log
file with the errors in it :
chrisr@s213:~> cat