similar to: rake throws a lot of warnings

Displaying 20 results from an estimated 2000 matches similar to: "rake throws a lot of warnings"

2006 Jun 11
2
Javascript include in html - load times
Hi, If I include a javascript library, will it load when the html load, or just at the first use? I have table.js and I have few pages that needs it. Should I include it just on the pages that needs it, or put it on the application_layout? Thanks, Kfir
2006 Jun 13
2
Bug tracking plugin for ROR?
Hi, Is there a plugin for ROR for bug tracking. I need it for lite use. I thoght using typo or something, but still want to know if there is something. Thanks, Kfir
2006 Apr 15
2
Model isn''t in the scope when running script/console
Hi, When running the script/console I can''t run the model. Example: I have model Probe. So, running: Probe.class will not work, because Probe is not loaded. I tried to build some projects from scratch automatically generated, but the problem stays. Any thoughts? Thanks, Kfir
2006 Mar 14
2
Where i can download docs for offline reference?
I have seen the testing doc or the FAQ on ROR site, but is there a zip file for it?
2006 Jun 01
1
link_to_remote show then hide
Hi, I have a link_to_remote and it update a div. After the first click the div is opened with the information. Now I want to be able to close hide the div . How should I do it. Someone at the IRC told me to use toggle. But what I want is a bit odd. I want that it will not do again link_to_remote but toggle. Tnx Kfir
2006 May 27
29
deploying R_o_R to local servers
Hi! I''m pretty amazed by the features of RoR so far. But, as I come from the desktop application development, my clients expect to run the magic on their domain rather on a foreign one. Also I feel uncomfortable giving away my RoR code to some hosting company, because I''m planning to do a large application. As I understand, RoR is designed to run on central web-servers and not
2006 Jun 02
4
RoR on Apache not working
Hi I''m a RoR newbie, in fact i''ve been using it for less than 24 hours, but I''m not an internet/pc/apache/developement newbie so I expected this to go much easier :) Ok, here it goes. I''ve been trying to get RoR working with apache both on a RH server and after i didn;t managed there I tried on my machine, an windows XP/Apache2 machine. I don''t like
2009 Jun 28
1
TI Davinci DM Serias
Hi, I am attempting to port the speex library to TI Davinci DM35x Family. My questions are: 1. What is the best ./configure option for it? Is it ARM5e / ARM4 ? when I tried these two the during the compiled a warning "I suppose you can have a [ARM4/ARM5E/Blackfin] that has float instructions?" 2. is there any available demos for the echo cancellation because I can get it
2008 Jan 22
2
Help - linear regression
Hi, I am trying a linear regression model where the dependent variable is the size of the heart corrected for the patient's height and weight. This is labelled as LAVI. The independent variables are race (european or non-eurpoean), age, sex (male or female) of the patient and whether they have diabetes and high blood pressure. sample size 2000 patients selected from a community. when I
2020 Jul 14
2
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote: > > Hello all, > > > > tl;dr, can you point me to the point in the libvirt repo where it's > trying > > to change a tap-device's SELinux label? > > > > I am trying to create a tap device with libvirt on
2009 Mar 17
1
- help - predicting with glmnet/lars for dataframes with different nrow then the train set
Hello I'm having trouble using lars and glmnet functions to predict on a new data set with different nrow then the original : for instance: ============= log.1 = glm(temp.data$TL~(.),temp.data,family = binomial,x=TRUE,y=TRUE) nrow(test.data) != nrow(temp.data # == TRUE Val.frame = model.frame(log.1,test.data) # returns a data frame with the variables needed to use log.1
2020 Jul 14
2
SELinux labels change in libvirt
Hello all, tl;dr, can you point me to the point in the libvirt repo where it's trying to change a tap-device's SELinux label? I am trying to create a tap device with libvirt on a super-privileged container, and then use it on another, unprivileged container with libvirt. User wise, I know I need the super-privileged container to open the tap device with the user of the unprivileged one -
2010 Aug 10
1
script/server throws out lot of errors
Hello, I use Rails 2.3.8 on my Ubuntu (10.04) machine. I started a new app and when I started it using script/server , I get these following errors => Booting Mongrel => Rails 2.3.8 application starting on http://0.0.0.0:3000 /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb:271:in `require_frameworks'': no such file to load -- net/https (RuntimeError) from
2010 Feb 22
0
Re: rake db:migrate throws unexpected error
danwoods wrote: > The Error: > (in [my current directory]) > rake aborted! > undefined method `symbolize_keys'' for nil:NilClass Given that nil does not implement symbolize_keys you need to know where you''re ending up with a nil. Have your run your rake task with the --trace option to see if you get a backtrace that will show you where to look? rake --trace
2008 Mar 06
1
Where is the signing key for rsync?
Hello all and congrats on Rsync 3.0.0! Where is the signing key for rsync? I am trying to verify the signature: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.0.tar.gz.asc. I have searched the FAQ, the web site, and the ftp site for the answer to this question to no avail, and unfortunately the mailing list web interface doesn't seem to have a search facility either. :( I even tried to
2004 Aug 06
2
Liveice or Muse
Pardo Juan Fernando wrote: > Somebody can answer me wich stream is better...Liveice or Muse ? > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is
2006 Jun 11
0
Permissions problem in deployment stage.
Hi, When I snv checkout the tree and copy it to the server, trying to run the site, I get application error. If I change the permissions of all the tree to apache:apache, the site works and rails loads. This is a problem for me, because I don''t have permissions for apache:apache, so everytime I need the sysadmin to help me. Is there another way? Also, when I do: svn export even with
2006 Apr 05
0
Environment don''t load in the console
Hi, When i run script/console i don''t have access to the models objects. I did have this working when i installed it, but now it don''t work. I tried to create a new dummy rails project but still no models objects. I''m running Gentoo stable. Tnx Kfir BTW, When i run rake i get a lot of warnings, but in the end it do the job.
2020 Oct 20
0
Asterisk 13.37.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.37.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.37.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release:
2020 Oct 20
0
Asterisk 16.14.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.14.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 16.14.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: