Displaying 13 results from an estimated 13 matches for "trackbacks".
Did you mean:
tracebacks
2006 Aug 03
6
Listing all of a nested Resources
I''ll use the example on the Rails blog.
map.resources :posts do |posts|
posts.resources :comments, :trackbacks
end
Now comments are at /posts/:post_id/comments.
Okay but what if I want to list all the comments for all the posts. It
should be at /comments, but that isn''t map that way. Can I map comments
twice?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 29
1
Fixing output_compression for Rails 1.1
With Rails 1.1 the output_compression[1] plugin was broken.
Once I upgraded to 1.1, I had to tweak it a bit to make it work.
Mainly it''s removing the code dealing with component requests, as
that''s part of rails now, and changing one function call.
Get the modified output_compression.rb file from
http://devblog.famundo.com/output_compression.rb and give it a try.
It''s
2005 Feb 02
5
Planet Ruby on Rails
I just setup a Planet aggregator site for Ruby on Rails blogs and the
wiki. It''s at:
http://www.planetrubyonrails.org/
jim
2005 May 16
0
oh foobar!
Hello list ,
just one thought, If you had a 'package verify" function , wich
automatically installs itself and updates itself on any major update
(a builtin eatire,posible for a future build), then that alone would
eliminate multiple packages, of wich sometimes they have bad
components left behind.
I have seen a similar idea in the ports/vulnerability-test-port , I
think this is a root
2007 Sep 10
0
Feedback on XML metadata namespace
Silvia Pfeiffer wrote:
> Daniel,
>
> before you step over everything that has been done before, we need to
> determine what exactly is the use case for your new specification.
>
> What concerns metadata, we currently have:
>
> * vorbiscomment - this is a header at the beginning of a logical
> bitstream which has metadata that refers to the complete file; there
> is
2007 Sep 10
0
The use for an XML based metadata format
...OM).
But I do think music and the cast/ensemble problem might be a
nice starting point as this is something classical music fans
have been looking for for a while but has never been provided by
other formats. Coupled with the fact that Ogg audio covers FLAC
too you may win some audiophiles back. Trackbacks and store links
are also probably in the scope of 'relatively straightforward'.
That said, RDF makes my head hurt. I spent a while looking at how
to do this with DC and friend-of-a-friend (FOAF) but nothing
really clicked for me; perhaps a simple and cheerful new namespace
to tie it togeth...
2003 Oct 30
4
packaging a package addon
I am trying to package some code that is a tweak to the survival
package. When I asked earlier, the list consensus was that it would be
best to do this as a separate package, dependent on survival.
This is proving a bit tricky.
I have some run-time and compile time concerns.
Run-time, my R code needs R code from survival, and my C code needs C
functions from survival. Will this all be
2007 Jan 26
4
mongrel_cluster 0.2.2 prerelease
...support cleaning up orphaned
pidfiles at boot time. For example:
pid_file: /var/run/mongrel_cluster/foo.pid
* Fixed a parameter bug with mongrel_cluster_ctl calling mongrel_rails.
How would you use some of these new features? Lets pretend that your
blog gets spammed by 3000+ comments and 2000+ trackbacks pushing your
process memory usage to 300mb+. The fair and just Linux kernel,
displeased by your actions, smites one of your processes using the all
powerful oom-killer. How do you recover?
$ mongrel_rails cluster::status
Checking 2 Mongrel servers...
Found dog: 8000
Lost dog: 8001
$ mongrel_ra...
2006 Feb 22
5
Moveable Type import question.
Hello RoRsters'',
I''ve just started my first project with ROR, and frankly it''s pretty
amazing, there are many things that still haven''t "clicked" for me yet
but essentially it''s all coming together.
My first project is a basic blog application to replace a current
Moveable Type based blog. I''ve managed to get the basic functionality
2007 Sep 08
5
Feedback on XML metadata namespace
Daniel,
before you step over everything that has been done before, we need to
determine what exactly is the use case for your new specification.
What concerns metadata, we currently have:
* vorbiscomment - this is a header at the beginning of a logical
bitstream which has metadata that refers to the complete file; there
is a specification, which has been public for a long time and is the
2007 Sep 10
8
The use for an XML based metadata format
What I've gotten out of this discussion so far:
1) we need to introduce a means in which to do captions; this could be
done through adding a "caption" element to CMML, or in another
time-continuous annotation format; so far I am not sure which would be
the better way
2) we need a XML annotation format for audio - in particular for music
- that is more structured than vorbiscomment
2007 May 06
28
mongrel becoming unresponsive
Hello,
I''m running mongrel behind apache via proxypass. Every now and then, a spammer
tries to proxy traffic through apache, and for some reason, apache forwards
the request to mongrel, even though it''s not a site being hosted by me.
At times this seems to cause mongrel to become unresponsive, and all requests
to the site then fail with a proxy error until mongrel is
2006 Apr 11
18
Rails 1.1 in Production
My hosting company is still supporting only Rails 1.0. I have installed
Rails 1.1.2 to my vendor directory and deployed it in production which
should mean that my application should be using the Rails version in my
vendor diretory. But It looks like its still using local gem libraries, here
is the error from dispatch.fcgi when I try and invoke my app
NoMethodError (undefined method