similar to: Homepage as index.rhtml, not index.html?

Displaying 20 results from an estimated 5000 matches similar to: "Homepage as index.rhtml, not index.html?"

2006 Apr 03
16
Dealing with Application error (Rails) in production
Hi all, Week 2 working with Ruby on Rails... I have a working app in development that is now throwing a generic, "Application error (Rails)" message in production. How do I deal with this so I can find more information about why the error is being thrown in production, but not in development? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Jun 15
3
Need help creating a clever route
What I want to do is wrap all the scaffolded administrated pages for my webapp into an admin folder in the controllers and views folders. So... /app /controllers /admin issue_controller.rb article_controller.rb topic_controller.rb ... etc. ... /views /admin /issue _form.rhtml edit.rhtml list.rhtml new.rhtml
2010 Jun 21
5
when to use e1/t1 card?
This is a really rookie question: when should i use TE110P ISDN PRI Card? -- Necati DEM?R --------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100621/07d2917f/attachment.htm
2008 Mar 07
4
locate the rows in a dataframe with some criteria
Hi, netters, This is probably a rookie question but I couldn't find the answer after hours of searching and trying. Suppose there'a a dataframe M: x y 10 A 13 B 8 A 11 A I want to locate the rows where x >=10 and y="A". I know how to do it to vectors by using which, but how to do it with the dataframe? Thank you very much! Zhihua Li
2008 Sep 12
4
Scatterplot with data grouped by color
Hi, I am a complete R rookie so this question is probably really simple but I haven't found an answer on the web that I can understand. My data frame has 3 columns, A, B and C. A and B have numbers (about 8000 rows), C is a factor which is either true or false. So I can plot A vs B with plot(dataframe$A, dataframe$B). However, I would like the points to be different colors depending
2007 Nov 05
2
Which Variable???
Hi Gurus! Please excuse this pesky Asterisk rookie....:-) I just wanted to know which channel variable tells asterisk the number of rings before an incoming call on FXO channel is answered? I looked through zapata.conf.sample and other places and could not find something there readily. Thanks, Jeng ___________________________________________________________ Want ideas for reducing
2012 Feb 05
2
text command - how to get a white background to cover grid lines
New to R - rookie question. I'm a mechanical engineer and enjoying using R to make high quality graphs. I've searched. I want to put text notation on graph plot areas and have the text background "box" white to cover over the grid lines. my command so far.... text(15,5200,"Air Flow",cex=.8,col="blue", background="white") # this doesn't
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
Hi Eli, Thanks for that. Rookie mistake on my side. It solves the linking issue. However, it was not the main problem. The problem is when I execute the linked file ( modified bitcode + file containing the function), I get an assertion error - Assertion `Addr && "Code generation didn't add function to GlobalAddress table!"' failed. So my main concern - is that a
2002 Jun 17
1
Rookie Question
Rookie Question When I try to add a client machine (Win2k) to the domain I receive the following error message. "Unknown user name or bad password." It is asking for a user and password of a user with permission to join the domain. So I use the following: Username: root Pass: secret. Is it impossible to add a user to the domain using only the GUI of the client pc? Any
2005 Jul 22
1
could anyone help me out
Hello I am a rookie ,I have got a silly question,I download xen-2.0.6-src.tgz ,and put it in /tgh, and tar zxvf it ,got xen-2.0 in /tgh ,then cd /tgh/xen-2.0 ,and make dist ,then I got some directories : xen ,linux-2.6.11-xenO,linux-2.6.11-xenU and so on ,but I don`t get vmlinuz-2.6.11-xen0 or xenU , I don`t kown much about how to compile kernel , and I must have made some silly mistakes ,any
2005 Jun 10
2
Easiest way how to receive FAXes from an external modem?
Hello Is in CentOS 4 an easy way how to receive FAXes from an external modem (COM2)? I need not send ... Sorry for souch stupid question, but I am rookie in linux/faxing and Google shows tons of options... I would like use na way which is clearest for CentOS 4 ... Petr Kl?ma
2011 Mar 23
1
how to change the default operator?
Hi all, I'm sorry to bother you guys with such a rookie question. I tried to change the default boolean operator by editing the file queryparser.h like this: void set_default_op(Query::op OP_AND); However, after rebuilding I tested it with the query "grad school" and it still worked with the OP_OR as default, like this: Parsed query is: Xapian::Query((Zgrad:(pos=1) OR
2006 Aug 24
1
make - perl - broken
Could you help me trouble shoot this? I am a bit of a rookie and probably screwed something up. I am trying to "make" imapsync, but there is a complaint regarding some Perl problem that I cannot figure out. [root at testmail imapsync-1.182]# make Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/Scalar/Util.pm line 30. is
2007 Mar 16
1
How can i do the same thing in the China map?
The "maps" package has a function called "match.map", which is for map coloring . Its example is followed: # filled map showing Republican vote in 1900 # (figure 6 in the reference) data(state, package = "datasets") data(votes.repub) state.to.map <- match.map("state", state.name) x <- votes.repub[state.to.map, "1900"] gray.colors <-
2010 Jan 14
1
Extracting data from a list of matrices
Hi, Apologies in advance for the basic nature of my question. I am still very much a rookie when it comes to R. Having googled it, checked Nabble and trial/error to the best of my ability, I have yet to find an easy solution. I am currently working with a list of 5x5 matrices, and want to extract a list consisting of the first number of each matrix. In other words I want to go from: [[1]]
2011 Nov 13
2
Generate the distribution
Hi everyone, i really need some help with one task. I simply cant understand what i really have to do. The task is: Generate the distribution of maximum on samples of size 200 from beta with shape parameters 5 and 5 distribution. Plot a histogram of simulated values and overlay at least one distribution curve that you think might be suitable. Im rookie with simulations, so i need yours help.
2012 Jul 15
1
About dpik function
Hi there and thanks in advance. Nowadays I am working on the plug-in bandwidth selection with R. Firstly, my 1010 data is the return rate from Yahoo Finance. Secondly, my code is following: > r=read.table("/Users/user/Desktop/research/a.txt",sep=",",header=TRUE) > x<-r[8:1010,] > library(KernSmooth) >
2010 Jun 04
0
[LLVMdev] Inserting a function call into bitcode
On Thu, Jun 3, 2010 at 10:45 PM, Nehal Gandhi <nbg2k7 at gmail.com> wrote: > Hi Eli, > > > > Thanks for that. Rookie mistake on my side. It solves the linking issue. > However, it was not the main problem. The problem is when I execute the > linked file ( modified bitcode + file containing the function), I get an > assertion error - Assertion `Addr &&
2010 Jun 04
2
[LLVMdev] Inserting a function call into bitcode
On Thu, Jun 3, 2010 at 10:45 PM, Nehal Gandhi <nbg2k7 at gmail.com> wrote: >> Hi Eli, >> >> Thanks for that. Rookie mistake on my side. It solves the linking issue. >> However, it was not the main problem. The problem is when I execute the >> linked file ( modified bitcode + file containing the function), I get an >> assertion error - Assertion `Addr
2012 May 23
2
rake error
/usr/bin/rake:9:in `require'': no such file to load -- rubygems (LoadError) from /usr/bin/rake:9 I got this error when following an online guide in rails, the command I had to type in was # rake db:create.. after I typed in the command I got the above error. It''s almost 2 days that I''m searching for a solution to this. But in vain, Can anyone help me out btw