Displaying 20 results from an estimated 10000 matches similar to: "maintaining multiple API versions"
2010 Apr 19
3
which views are rendered for an URL
Hi,
Is there a way I can figure out which files are run for a specific
URL?
Given http://www.planet.com/countries files like: countries/
index.html.erb, countries/_country.html.erb, layouts/
application.html.erb and so on.
Thank You
--
M.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2007 Sep 17
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Fri, Sep 14, 2007 at 11:42:18PM -0700, Tanya Lattner wrote:
> LLVMers,
>
> The 2.1 pre-release (version 1) is available for testing:
> http://llvm.org/prereleases/2.1/version1/
$ cd objdir
$ ../llvm-2.1/configure --help
[...]
--enable-shared[=PKGS] build shared libraries
[default=enable_shared_default]
--enable-static[=PKGS] build static libraries
2007 Feb 08
1
Diffrerence in "%in%" function to boundry setting via <>
Hi,
There is a point which is irritating me currently quite a bit and that is an
aspect of different behaviour between the %in% function and the
smaller/bigger than signs (<>). Here is are two examples to demonstrate what
I mean:
Example1:
> c(1,1,2,2,3,4,4,6,7) %in% c(1,2,3)
[1] TRUE TRUE TRUE TRUE TRUE FALSE FALSE FALSE FALSE
Right, that is what I expect.
Example2:
> ps
2010 Sep 13
4
Installation and versioning issues
Ok, I''m new to Rails, and I was hoping to get some advice on how to
get started.
I''m coming from a .NET background, and from what I''ve seen of Rails,
it looks perfect for a little web idea I had. So I got a book from the
library and sat down to install it on my Ubuntu box. Immediately I hit
versioning issues.
- I installed ruby with apt-get and it gave me 1.8.7.
2007 Sep 17
3
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Mon, 17 Sep 2007, Emil Mikulic wrote:
>> The 2.1 pre-release (version 1) is available for testing:
>> http://llvm.org/prereleases/2.1/version1/
>
> I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be
> stale. I tried building LLVM without bison installed and got:
Can you try it again without bison with these files:
2007 Sep 20
11
Proposed API change for respond_to
Ez (or someone) asked on #merb tonight whether respond_to was the
right API for
what it does. After some discussion and pasties, I offer the
following proposed
API for content negotiation and response format selection:
First, what does respond_to do right now? I see at as performing 3
distinct
operations:
1. parse params[:format] and the accepts header to find out what
format the
2011 Jan 05
2
real time R
Hi,
We're using R in an application where asking for a probability of an
event takes about 130ms.
What could we do to take that down to 30ms-40ms? The query code uses
randomforest, knn.
--
M.
2019 Sep 24
7
[centos/centos.org] branch master updated (2459e4e -> 6c8ca10)
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository centos/centos.org.
from 2459e4e Correct download links for ISO images for 7.7.1810 release
new 0ce3254 Updating who/what/where/why for the world of two CentOS distros. - Quick blurb about each distro begins answering questions about the new distro - Release
2007 Sep 17
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Fri, Sep 14, 2007 at 11:42:18PM -0700, Tanya Lattner wrote:
> LLVMers,
>
> The 2.1 pre-release (version 1) is available for testing:
> http://llvm.org/prereleases/2.1/version1/
I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be
stale. I tried building LLVM without bison installed and got:
gmake[2]: Entering directory
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Sep 17, 2007, at 6:59 PM, Emil Mikulic wrote:
> On Mon, Sep 17, 2007 at 12:25:40PM -0700, Chris Lattner wrote:
>> On Mon, 17 Sep 2007, Emil Mikulic wrote:
>>>> The 2.1 pre-release (version 1) is available for testing:
>>>> http://llvm.org/prereleases/2.1/version1/
>>>
>>> I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be
2006 Mar 03
17
RCSS problems
Hi List!
Following http://rcss.rubyforge.org/files/README.html, I''m trying to get
RCSS to work with Rails. The rcss command itself works fine, but when
trying to access http://localhost:3000/rcss/test.css I always get
"Unknown action - No action responded to test.css", which I don''t
understand since the route and controller are in place.
Anyway, hopefully this is
2009 Mar 08
3
scaling full text indexing(ferret vs solr vs hyperstraier)
Hi,
Does any have experience scaling full text search in RoR?
Right now our project is running a simple setup with ferret and
acts_as_ferret. We are thinking about deploying a feature that would
send 50x more search requests.
So we probably have to rethink our solution. How do services like
search.twitter.com (the former Summize) use?
Or in what direction should I look?
--
Thanks,
M.
2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Tanya Lattner wrote:
> LLVMers,
>
> The 2.1 pre-release (version 1) is available for testing:
> http://llvm.org/prereleases/2.1/version1/
A couple months ago, I had a problem packaging llvm-gcc for macports
because one of the binaries from llvm-gcc was somehow getting used by
Apple's gcc driver instead of the native one. This was causing some
subtle bugs for people. Anyway,
2004 Sep 28
1
Newbie 2 PBX VOIP, protocol ?'s using Cisco 827 7910
I am replacing a dead pbx with *. There are four lines I will be using.
There is a Cisco 827-4v already in place so I will move the lines from
the pbx to it.
I am working with Cisco 7910 phones and I understand they use the
Skinny/SCCP protocol. I am not sure if I should use chan_skinny or
chan_sccp?
However my main question is with communication. Do I need to use the
same protocol between the
2008 Oct 09
1
YALAQ - Yet Another LApply Question
Hello,
Two lapply questions (system info and sample data below):
1) Why does the first form of command1 add the name of y _after_ the
str() output rather than before as does the second (preferred) form?
# command1 version1
invisible(lapply(ls(pattern='bn'), function(y) cat(y, "\n",
str(get(y)), "\n") ))
# command1 version2 (preferred output)
2007 May 04
3
fileserver hanging
hello,
we just wanted to rollout our new puppetized dmz. therefore i change all
ip adresses from the test network to the live ips. after restarting
puppetmasterd it seems that the fileserver hangs:
client log:
debug: //true_base/update-check/File[/sbin/update_check.pl]/require:
requires Package[libmail-sendmail-perl]
debug: //true_base/puppetd/File[/etc/puppet/puppetd.conf]/require:
requires
2006 Jul 25
3
about ERB sample
Hi list:
I run the ri''s ERB doc 1st sample
1. require ''erb''
2. x = 42
3. template = ERB.new <<-EOF
4. The value of x is:
5. EOF
6. puts template.result(binding)
the doc say it will print
"The value of x is: 42"
but my irb print "nil" and there is a
"=> #<ERB:0x2970b24
2009 Jun 07
6
Missing Template when testing with the Brain Buster Captcha partial
When I run my functional tests, they throw an error with the following
message:
ActionView::TemplateError: Missing template /_captcha.erb in view path
app/views:test/vendor/plugins/brain_buster/views/brain_busters
On line #23 of app/views/contacts/_form.html.erb
20: <%= f.label :message %><br />
21: <%= f.text_area :message %>
22:
2009 Aug 27
8
Adding New Column
I added a new column using a migration. Once I updated the
new.html.erb, edit.html.erb, show.html.erb, and the index.html.erb I
brought up my web pages. There was a field to update show. I tried the
update and the it was successful but the update did not show up in any
of the other pages. What did I miss? I am using 2.3.3 of ror.
2011 Nov 18
2
Are tildes actually valid in templates or is this a bug?
Hi all,
First off, we''re running Puppet 2.7.6 with Ruby 1.8.7 on CentOS 6.0.
Now, I''m using tildes in a template to prevent newlines from appearing but
ruby/puppet is choking on them.
*/tmp/puppet$ cat test.erb*
Line 1: Line 2 will exist if running on CentOS.
<% if operatingsystem == "CentOS" ~%>
Line 2: Yay, we''re running CentOS.
<% end ~%>