similar to: "You are not allowed to log in interactively"

Displaying 20 results from an estimated 10000 matches similar to: ""You are not allowed to log in interactively""

2006 Jul 14
6
Don''t understand :: in ActionController::Base
Maybe this should apply to Ruby forums directly, but I''ll try here. I understand the concept of classes and subclasses thanks to the excellent "Programming Ruby - The Pragmatic Programmer''s Guide". However, I don''t understand what :: signify in terms of inheritance, parent and child in e.g. ActionController::Base -- Posted via http://www.ruby-forum.com/.
2006 Jul 12
5
File manipulation
What are the possibilities of file manipulation in RoR? How do you create a .html or .rhtml file with ruby to be placed in the public folder, with custom content? Btw, where is RoR root? Is that ''public''? -- Posted via http://www.ruby-forum.com/.
2006 May 29
6
Radrails doesn''t create files via Eclipse
I can''t get Eclipse to create the files for a new Rails project in Eclipse. It works using the terminal. What could be wrong? -- Posted via http://www.ruby-forum.com/.
2009 Oct 27
6
Vorbis still glitching on metadata update?
Greetings, I am trying to track down a bug with intermittant glitching in our Vorbis streams. I am running Icecast 2.3.2 on Ubuntu 9.04. Several Vorbis clients seem to glitch on some (not all) metadata updates. As we update metadata 3 to 4 times a minute, this is something we are trying to fix, VLC gives the following output on metadata update: main warning: the mixer got a packet in
2006 Jun 07
10
RoR with Apache2 - performance?
How is the performance running RoR with Apache2 compared to running it with PHP? -- Posted via http://www.ruby-forum.com/.
2006 Jun 13
5
Can RoR handle a lot of traffic?
And compared to PHP? -- Posted via http://www.ruby-forum.com/.
2006 Jul 06
5
What is require ''digest/sha1''?
In http://www.aidanf.net/rails_user_authentication_tutorial there is a string called require ''digest/sha1'' in the model. What does it do? Everything else is well explained besides that. -- Posted via http://www.ruby-forum.com/.
2006 Jun 07
4
Table names
Can I use the table name "adm_users" (mysql)? Will that give the model name "adm_user"? Or should it be "admusers" and "admuser"? -- Posted via http://www.ruby-forum.com/.
2006 May 24
5
Starting on the Ruby Rails path
Hi all, I''m a web designer/-developer. I found Ruby and Ruby on Rails, and as I can understand (for now) this is what I''ve been looking for. I''m really exited about this. Prior to this I''ve used Lasso and PHP. But a few questions (sitting on Mac OS 10.4.6). I tried to install according to this:
2009 Aug 16
1
: source R-script interactively outside R
DeaR list, let us assume we have stored a couple of functions in 'test.R'. Is it possible to run R CMD BATCH "test.R" or R --file="test.R" interactively and if yes how? A better formulated question sounds like this: how can I source "test.R" interactively OUTSIDE R? Another clarification try: I want to fix the "<my-command> in non-interactive
2015 May 13
2
example fails during R CMD CHECK but works interactively?
Greetings, I am collaborating with developing the bigmemory package and have run in to a strange problem when we run R CMD CHECK. For some reason that isn't clear to us one of the examples crashes stating: Error: memory could not be allocated for instance of type big.matrix You can see the output on the Travis CI page at https://travis-ci.org/kaneplusplus/bigmemory where the error starts
2006 Jul 06
5
What is protected?
In http://www.aidanf.net/rails_user_authentication_tutorial there is the string/method protected in the model. What does it do? Can''t find that in http://api.rubyonrails.org/. -- Posted via http://www.ruby-forum.com/.
2006 Jun 07
16
How dows RoR work?
This is so frustrating. Is RoR that easy to learn or is it hype or is it just me? I wonder how many newbies like me are surfing the docs trying to get a clue of the basics. Every tutorial I find is much the same, and seems to skip the fundmental parts. How should you understand the Ruby API http://api.rubyonrails.org/? What is < ActionController::Base? Can''t I set a cookie under
2006 Aug 14
6
RADRails how to created the configuration file
Hi all I created a project in eclipse of type radrails, and the project is empty, it did not generate the Rails application skeleton. When I try to run it its ask for a configuration file. What is missing? thanks -- Posted via http://www.ruby-forum.com/.
2012 Nov 28
2
choose folder interactively
Dear users, I am looking for a function to choose a folder interactively, just like file.choose() but for a folder. I have found tcltk::tk_choose.dir() but R hangs when I try to do anything and I have to force exit. I've tried to reinstall tcltk with install.packages(), but "package ?tcltk? is not available (for R version 2.15.2)" even though it's already installed on my
2012 Nov 28
2
choose folder interactively
Dear users, I am looking for a function to choose a folder interactively, just like file.choose() but for a folder. I have found tcltk::tk_choose.dir() but R hangs when I try to do anything and I have to force exit. I've tried to reinstall tcltk with install.packages(), but "package ?tcltk? is not available (for R version 2.15.2)" even though it's already installed on my
2006 Jun 07
3
Check version of RubyGems, FastCGI, PCRE / uninstall
I followed hivelogic article on how to install Ror and Lighttpd on Mac OS. http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger But I''m not sure I got Lighttpd in the right place. If I do "which lighttpd" and "lighttpd -v" I get answers from the terminal: /usr/local/sbin/lighttpd lighttpd-1.4.11 - a light and fast webserver But I
2008 Sep 16
7
id in form_tag for update
I get an error saying Rails can''t find the post because I don''t have an id when doing the update. I have: <% form_tag ''/meetings/update'', :id => @calendar.id, :onsubmit => ''return ValidateMeeting()'' do %> Is this wrong? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You
2015 May 13
4
example fails during R CMD CHECK but works interactively?
Thank you Dan but it isn't my tests that are failing (all of them pass without problem) but one of the examples from the inst/examples directory. I did try, however, to start R with the environmental variables as you suggest but it had no effect on my tests. Charles On Wed, May 13, 2015 at 1:51 PM, Dan Tenenbaum <dtenenba at fredhutch.org> wrote: > > > ----- Original Message
2007 Oct 19
1
unable to interactively label curves on a plot
Hello all Simple question for the gurus. I'm trying to interactively label curves on a single plot. The labcurve() function from Hmisc seems like the way to do this (?). I just can't seem to get it to work. Toy example: > x <- 1:10 > y1 <- x^2 > y2 <- 2*x > plot(x,y1) > lines(x,y2) > labcurve(labels=c("curve1", "curve2"),