Displaying 20 results from an estimated 600 matches similar to: "Model not found in custom script..."
2010 Apr 07
0
Problems with no method error with rufus scheduler
Hi,
I have a problem with rufus. I created a test.rb file in the /config/
initializers folder.
test.rb
require ''rubygems''
require ''rufus/scheduler''
scheduler = Rufus::Scheduler.start_new
scheduler.each ''10s'' do
puts "hey see you in 10seconds!"
end
works fine so far.
Now I change it to:
test.rb
require
2006 Mar 22
2
RubyGem loading into a controller (High quality question)
INSTALLATION:
Ruby 1.8.2
Rails 1.0.0
rubyful_soup 1.0.4 (GEM)
FACTS:
0) I have successfully installed the rubyful_soup GEM using (I had
previously installed it, which is why the output may look sparse):
C:\ruby>gem install -r rubyful_soup
Attempting remote installation of ''rubyful_soup''
Successfully installed rubyful_soup-1.0.4
Installing RDoc documentation for
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from
http://wiki.github.com/paolodona/rails-widgets location I get an error.
Please help.
cd myrails-app
ruby script/plugin install git://github.com/paolodona/rails-widgets.git
rake widgets:setup
following is the error
----------------------------------------
rake aborted!
Don''t know how to build task
2006 Jan 18
1
Helps!!!!! Rails database connection guru needed!!!!!!!
Hi,
I really need help to understand what is happening
while Rails connect to a database, (we area actually
using postgresql, so my example will be with
postgresql) What I understand is Rails is able to
connect to different DB. Actually, this is what we
want, and we have made some tests, everything is juste
fine. However, all these tests lead us to some
important questions that we did find the
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?
2006 Jul 25
1
RDig document processing error
Hi all,
Am having problems using RDig:
With this rdig config...
cfg.crawler.start_urls = [''http://www.defensetech.org'']
cfg.crawler.include_hosts = [''www.defensetech.org'']
cfg.index.path = ''/my/path/to/index''
cfg.verbose = true
...I get this output:
$ rdig -c config/rdig_config.rb
/usr/local/lib/site_ruby/1.8/ferret/index/term.rb:45:
2006 May 18
1
Unnecessary Gem modules loaded under Rails 1.1.2
All,
Rails 1.1.2
Win XP Pro
Rubyful Soup 1.0.4
htmltools 1.0.9
I am terribly confused as to what pulling in a gem does with respect to
how many modules get loaded at runtime.
I am using two gems in my app, Rubyful Soup and htmltools.
RubyfulSoup requires one module from the htmltools gem
(html/sgml-parser).
My app requires the RubyfulSoup gem.
When I started my app, something was causing
2016 Mar 10
0
Improving TAILS, WAS: Module Versioning
Hi Shao - looks like forgot to reply to this earlier post of yours, so
here goes.
On 2016.03.08 04:59, Shao Miller via Syslinux wrote:
> 1. Customized Syslinux could be customized such that it refuses to boot
> from USB. No amount of version-matching nor downloading from the
> same source can help with that scenario. A different Syslinux would
> be needed, by definition
2016 Mar 03
0
Module Versioning
On 2016.03.03 04:37, H. Peter Anvin via Syslinux wrote:
> I don't think that is an issue.
Well, I didn't really want to mention it, because it's going to be more
of a rant that anything else, but since this is being brought up,
versioning detection and handling has very much been an issue for me in
Rufus. As I mentioned in the summary of the patches I submitted
recently, 6.03
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'' => ''l''})
9 result.each {
2019 Oct 22
1
Problems with internal DNS
On Tue, Oct 22, 2019 at 5:07 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 22/10/2019 15:52, Thomas Schweikle wrote:
> >
> > On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba
> > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote:
> >
> > On 21/10/2019 15:47, Thomas Schweikle via samba wrote:
>
2016 Mar 08
0
Module Versioning... and other things
On 2016.03.08 13:13, BALATON Zoltan via Syslinux wrote:
> For isohybrid
> tech-savvy users are creating a bootable iso (from scratch or converting
> an exiting non-hybrid iso) with all of their brain power available to
> solve problems as they encounter it and (hopefully) understanding what
> they are doing with non-tech savvy end users having nothing to do.
Which doesn't mean
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(''<div></div>'')
elemnt
2014 Mar 16
0
unable to make USB-ZIP using rufus_v1.4.5
> Hello Sir,
>
> Following are the settings I used,
>
> Device: NO _Label (O:)
>
> Partition scheme and target system type: MBR partition scheme for BIOS
> or UEFI computers
>
> File System: FAT32
>
> Cluster size: 4096 bytes (Default)
>
> New Volume label:
>
> (i)Quick format
> (ii)Create bootable disk using: MS-DOS
> (iii)Create
2014 Jan 15
0
USB boot problems on Gigabyte GA-M55Plus-S3G
>
>
> Ady, before responding to you further, I'll ask you now to take onje
> more (fresh) look at this thread that I started over in the GParted
> forums:
>
> http://gparted-forum.surf4.info/viewtopic.php?pid=31834
>
> Please note that I have now followed-up on myself and that I have added
> quite a lot of new & additional information.
>
> It now
2016 Feb 24
0
[PATCH 0/5] fix installer issues and enable some MSVC compatibility
Hi,
As I am embedding part of the Syslinux code in Rufus [1], I have
encountered various issues that I would like to see addressed, so that I
can keep most of my code in sync with the official mainline. Some of
these fixes have to do with being more friendly with MSVC compilation,
and other are fixes for actual Syslinux issues, that Rufus users have
encountered.
For convenience, the
2016 Mar 07
0
Module Versioning
Hi Zoltan,
On 2016.03.07 20:58, BALATON Zoltan via Syslinux wrote:
> What I don't get is why do you have to rebuild the boot loader in the
> first place. Most of these isos (including the Tails one) are hybrid
> which should work if you just dd/rawrite it on the USB drive.
1. As you know, many ISOs aren't ISOHybrids.
2. Regardless, Rufus is smart enough to detect ISOHybrids and
2016 Mar 08
2
Improving TAILS, WAS: Module Versioning
Here are some thoughts:
1. Customized Syslinux could be customized such that it refuses to boot
from USB. No amount of version-matching nor downloading from the
same source can help with that scenario. A different Syslinux would
be needed, by definition (of the customizer)
2. Slightly less bad is where an ISO or CD/DVD is made with a key piece
of non-ISOLINUX Syslinux missing
2014 Sep 29
0
Determine from which device syslinux booted from
Renato,
I don't think it would take that long to make a little script that even an XP user could use to generate GPT formatted thumb-drives.
I believe someone made the Rufus utility for just such an occasion
Rufus - Create bootable USB drives the easy way
Rufus - Create bootable USB drives the easy way
Rufus Create bootable USB drives the easy way Rufus is a utility that
2014 Jan 15
5
USB boot problems on Gigabyte GA-M55Plus-S3G
Ady, before responding to you further, I'll ask you now to take onje
more (fresh) look at this thread that I started over in the GParted
forums:
http://gparted-forum.surf4.info/viewtopic.php?pid=31834
Please note that I have now followed-up on myself and that I have added
quite a lot of new & additional information.
It now appears to me that GParted's reporting of the status of