Displaying 20 results from an estimated 141 matches for "soup".
Did you mean:
soul
2007 May 11
0
The Soup - new rails community resource
Greetings all,
I am pleased to announced The Soup - http://the-soup.net/ - a tasty
new resource for the Rails Community.
About
Are you a Talented person that is looking for new and interesting
projects to work on? Are you a Project Sponsor that is looking to
build quality relationships in anticipation of your next hiring cycle?
Inspired by...
2007 May 14
0
(no subject)
...elated?
== 0.2.1 (Released November 28, 2006 - r162)
My workers continue to function; on the next iteration I believe.
Any thoughts are appreciated.
cheers,
Jodi
allow_concurrency=true
Scheduler.run failure: undefined method `initial_do_work'' for []:Array
Backtrace:
/var/www/html/the-soup/vendor/plugins/backgroundrb/server/lib/
backgroundrb/middleman.rb:342:in `schedule_worker''
/var/www/html/the-soup/vendor/plugins/backgroundrb/server/lib/
backgroundrb/scheduler.rb:46:in `run''
/var/www/html/the-soup/vendor/plugins/backgroundrb/server/lib/
backgroundrb/scheduler....
2006 May 17
0
Rubyful-soup and ''malformed utf-8 character''
Hi Guys,
I am trying to use Rubyful-soup for a simple webpage modification
project. The issue is that when I try to display the modified html
(generated by @soup.to_s) using RJS, an error pops up saying
''malformed utf-8 character''.
I can fix this by using @soup.to_s.toutf8 but that causes some of the
characters in the d...
2006 Mar 22
2
Successfully importing Rubyful Soup objects
All,
At the top of my controller, I have:
require ''rubygems''
require_gem ''rubyful_soup''
The rubyful_soup gem has been successfully installed.
However, when I go to instantiate a class from it, using
parser = BeautifulSoup.new(html)
I get
uninitialized constant BeautifulSoup
Is there something else I need to do to see the symbols in the Rubyful
Soup gem?
Thanks,
Wes...
2008 Feb 27
0
Do you need a place to stay? Food to eat? 4000+ Shelters and soup kitchens in all 50 states:
Do you need a place to stay? Food to eat? 4000+ Shelters and soup
kitchens in all 50 states:
http://groups.google.com/group/homeless_shelters?hl=en
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-t...
2006 Apr 23
3
Does AJAX form_remote_tag remove "\r\n"?
When I submit textarea with "\r\n" inside its content, all the "\r\n"
are gone at the receiving end? Is there a known behavior I should be
aware off? Or should I start looking some where else.
Thank you,
Sharkie
2009 Jul 22
3
How to replace NAs in a vector of factors?
# Just when I thought I had the basic stuff mastered....
# This has been quite perplexing, thanks for any help
## Here's the example:
db1=data.frame(
olditems=c('soup','','','','nuts'),
prices=c(4.45, 3.25, 4.42, 2.25, 3.98))
db2=data.frame(
newitems=c('stew','crackers','tofu','goatsmilk','peanuts'))
str(db1) #factors and prices
str(db2) #new names, but I want *only* the u...
2006 Feb 13
3
file_column: uninitialized constant Magick
...e
instruction here:
http://rmagick.rubyforge.org/install-osx.html
From command line, rmagick_test works fine.
However, it Rmagick seems to not work from file_column. I even tried
openning up environment.rb to add require ''RMagick'', but nothing helps.
Thank you,
Shark Fin Soup
2007 Jul 10
0
backgroundrb.ppid
Howdy,
I''m trying to use monit with backgroundrb,
but it seems that backgroundrb.ppid isn''t holding the id of the
backgroundrb task.
jodi at soup/var/www/the-soup/current $ cat log/backgroundrb.ppid
23182
jodi at soup/var/www/the-soup/current $ ps -efl
1 S deploy 23184 1 0 75 0 - 27056 stext 11:27 ?
00:00:04 backgroundrb
1 S deploy 23186 23184 0 76 0 - 14444 - 11:27 ?
00:00:00 backgroundrb_logger
1 S d...
2016 Apr 26
0
evolution libsoup and samba bug 765106
Hello everyone,
while i was play around with winhq install
winbind-clients.
After this I never can open evolution with exchange ews connector.
https://bugzilla.gnome.org/show_bug.cgi?id=765106
I patches libsoup by my self
diff -up ./libsoup/soup-auth-ntlm.c.prev ./libsoup/soup-auth-ntlm.c
--- ./libsoup/soup-auth-ntlm.c.prev 2016-04-15 14:18:02.680276592 +0200
+++ ./libsoup/soup-auth-ntlm.c 2016-04-15 15:20:00.337116508 +0200
@@ -359,6 +359,7 @@ soup_auth_ntlm_update_connection (SoupCo
conn->state...
2006 May 16
3
Best way to handle namespace collisions?
All,
I have a little namespace collision here. I am trying to use both
RubyfulSoup (an HTML parser - which I highly recommend by the way) and
the ActionView::Helpers::TextHelper class. Within the TextHelper class,
there''s an attempt to create a new "Tag" object. However, Tag is also
defined in the RubyfulSoup gem and it is _this_ Tag class whose
initializ...
2017 Nov 01
1
Creating Tag
...d ww
delaware's finest large
side cole slaw large
large chips
20\ meatball"
12'' chick cheese stk up
12\ chz steak up"
12\ grld italia up"
cran-slam w
12\ bobbie up"
20\ cheese"
slice provolone
the sampler lg
meatball bar
slice ham
wise large chips
small side
sm soup
12\ tuna up"
12\ cole turkey up"
prosciutini
20\ veggie cole turkey"
soup
roast beef
20\ italian up"
20'' chick cheese stk up
20\ chz steak up"
20\ bobbie up"
20\ veg turkey up"
slice swiss
20\ capastrami up"
sample item 7
12\ ham&chz up"
sal...
2006 Feb 16
4
file_column :: changing image with object.update
Dear all,
file_column now works fine with object.save i.e., it updates my
database field with the correct image file name and places the image
file into the correct public folder.
However, I cannot get file_column to work the same way with
object.update when trying to change image. It only updates my field
with the image file name. However, the new image is not copied into
the correct
2006 Mar 24
3
Performance slow down with increasing log files size?
Dear all,
I have been noticing this.
Whenever I delete my log files and restart lighttpd, my rail site
runs very fast.
However when my log files become large, my rail site becomes slower.
Then I repeat the process of deleting log files again, and my site is
fast again.
Is this a normal behavior? Is there something I can do to make
performance scale better?
Thank you,
Sharkie
2006 Apr 04
3
model validates twice in tests, produces duplicate errors
In my unit tests for my User model, I''m testing some validation cases.
What is really strange, and driving me crazy, is that in the unit
tests, it seems like the save method is causing my validations to
execute twice, and produce duplicate error messages. This is making my
tests fail (because I''m checking for the number of errors that I
expect). In the web browser, only one error
2009 Dec 11
7
Doing ZFS rollback with preserving later created clones/snapshot?
.../rpool/ROOT/.zfs/snapshots/02) and then
restore it later on (eg. backup to tape, backup to someother filesystem
using zfs send|recv, rsync, tar, ...)?
Thanks a lot,
Alexander
--
? Keine Internetzensur in Deutschland! ? http://zensursula.net ? ?
?? ? Lifestream (Twitter, Blog, ?) ??http://alexs77.soup.io/ ? ? ?
? Chat (Jabber/Google Talk) ? a.skwar at gmail.com , AIM: alexws77 ??
2006 Jun 23
1
rubyful_soup works fine as an RB file but bugs in Rails
This is the code:
1 require ''rubyful_soup''
2 require ''open-uri''
3
4 url = "http://www.google.com/search?q=ruby"
5 open(url) {
6 |page| page_content = page.read()
7 soup = BeautifulSoup.new(page_content)
8 result = soup.find_all(''a'', :attrs => {''class'' =...
2006 Jun 25
0
rubyful_soup replace element
Hi,
well, how do i replace an element with rubyful_soup ??
I tried
soup = BeautifulSoup.new(input)
elemnt = soup.find(''quote'')
elemnt = tag(''<div></div>'')
elemnt = ''<div></div>''
elemnt.replaceWith(''<div></div>'')
elemnt = BeautifulSoup.new('...
2006 Jan 10
1
OT: Scraper library recommendation
...39;'m writing a website scraper script that needs to download a web page,
traverse the (X)HTML tree and finally insert data and HTML pieces into
a DB. Eventually this data will be served up as RSS and/or Atom.
I''m currently using html/tree (htmltools); I''ve also tried Rubyful Soup;
both have their own shortcomings. What do you people suggest?
Regarding htmltools: I had to tweak it quite a bit, as it wouldn''t recognize
XHTML-style "empty" tags (for instance, it dislikes <link ... />).
What''s even worse, I can''t seem to get it to dum...
2004 Sep 10
1
moh cell phones
...urces.
I have tried to use different songs. None have the
id3 tags, I tried the custom settings with -q -r 8000
-f 8192 -b 2048 --mono -s. Tried permanent resampling
to 8khz, 16bit, filterd with lame -q1. I removed my
packaged mpg123.59r-15 from debian testing, compiled
mpg123r (patched). NO SOUP FOR ME. thanks a billion.
J
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail