Displaying 20 results from an estimated 400 matches similar to: "Activesupport error on start - extract_options"
2011 Sep 20
0
What's the difference between mattr_accessor and cattr_accessor in ActiveSupport?
Hi,
I was reading source code of mattr_accessor and cattr_accessor in
ActiveSupport and found out that the method definitions are all most
identical. Except cattr_writer accepts a optional block.
I googled and read
http://stackoverflow.com/questions/2203800/difference-between-mattr-accessor-and-cattr-accessor-in-activesupport.
That guy had the same question as me, but no one answered the question
2003 Jan 09
1
Troubleshooting Samba - (2)
I am running SuSE V8.0, and Samba 2.2.7a on a small
network server.
I have been having problems relating to sorting out printing from an NT4
workstation to a laser printer on the Samba server.
I had to reboot my Windoze PC and am logged in as myself (I have
Administrator rights). I can see the shares by looking for the computer from
Windows explorer using the ip 192.168.0.5 and can proceed
2006 Mar 30
1
Logger::Format not defined (NameError) [NOOB]
I have just installed apache2 / php4 / mysql and RoR on a clean and
minimal Ubuntu (5.10) server.
I have set up a test site and can reach the "Welcome on board" index
page.
However when I run "ruby script/generate contoller firsttest" I get the
following error.
./script/../config/../vendor/activesupport/lib/active_support/clean_logger.rb:13:in
`remove_const'':
2012 Oct 31
0
ACPI Error: No handler for Region [POWS] (0xffffff000994f380) [IPMI] on Cisco UCS C200 M2
Hi,
I am getting the following error on server Cisco UCS C200 M2 running
FreeBSD 8.3 amd64
Oct 31 02:15:22 ucs200 kernel: ACPI Error: No handler for Region [POWS]
(0xffffff000994f380) [IPMI] (20101013/evregion-487)
Oct 31 02:15:22 ucs200 kernel: ACPI Error: Region IPMI(0x7) has no
handler (20101013/exfldio-382)
Oct 31 02:15:22 ucs200 kernel: ACPI Error: Method parse/execution failed
2006 May 05
1
class_eval in ROR''s attribure_accessor.rb
hi,
here is a snippet code in ROR''s attribure_accessor.rb. the usage of
class_eval is different with "class_eval(string, <, file, <line>>)"
somewhat,
i don''t understand this usage, who can explain it more detail to me?
def cattr_writer(*syms)
syms.flatten.each do |sym|
class_eval(<<-EOS, __FILE__, __LINE__)
unless defined?
2008 Feb 03
0
[ wxruby-Bugs-17742 ] aui/aui.rb example program exhibits a memory leak
Bugs item #17742, was opened at 2008-02-03 04:04
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17742&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Dale E. Edmons (linuxfan)
Assigned to: Nobody (None)
Summary: aui/aui.rb example program exhibits a memory leak
Initial Comment:
2008 Feb 01
3
Which version of Ruby for Rails 2.0.2?
I''m using ruby 1.8.6 p111. But some people seem to think that version
1.8.5 is better. Should I give it a whirl?
--~--~---------~--~----~------------~-------~--~----~
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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2010 Aug 19
1
Composite primary keys and :joins=>
I have a legacy db with the following simplified structure:
Table-A:
type_key, code_key, name, ... # PKs are type_key and code_key,
there is no id col and I cannot alter this db
Table-B: # each row has only the code as a foreign_key, the type_key
is hard-coded to "FOOKEY"
an_id, code, ...
Models:
class TableB < AR::Base
set_table_name ''table_b''
2008 Jul 22
1
Bizarre IE 7 error - res://ieframe.dll/dnserrordiagoff.htm
Hi all,
Ruby 1.8.6-p111
Rails 1.2.6
Windows XP Pro
IE 7
Posting this for posterity''s sake, and to see if anyone else hit this
issue.
I sporadically hit a strange error in IE7 when I hit a submit button
on a form within a Rails app.
res://ieframe.dll/dnserrordiagoff.htm
Further investigation revealed that, when I hit this error, it was
never reaching the controller, which I thought
2013 Feb 11
5
OT: UPS battery vendor
Hi, folks.
I need some new replacement batteries for rack-mount APC UPSes. My old
vender... well, the salesman I dealt with for several years left about a
year and a half ago, and last year's purchase was a disaster (wrong
batteries, wrong batteries, months to get the shipping to return the wrong
batteries...), so I'm looking for a new, reliable vendor who does US
government contract
2019 Dec 03
2
addition of vendor dwarf operator extension.
Hello,
Thanks for prompt reply.
Motivation,
In case of debugging of bi-endian dwarf and value known at runtime some of the raw values needs to be byte swapped to change the endianity. We have a llvm based compiler which generates such dwarf, TAG_variable marked as big endian and debugging on little endian host using lldb. The listed operator on dwarf issues does that, one operator instead of
2006 Aug 16
2
installing fastercsv into vendor directory
I am using fastercsv to process input files. I want to install it into
my app/vendor directory as a gem (I guess). I used ''rake
rails:freeze:gems'' to get rails into the vender dir. But I cannot find
any doc on how to do it for fastercsv or any third-party gem. Any help
appreciated.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 26
2
freezing to Rails 1.0 for a production site
Hi,
I have a shared web hosting account. Currently the hosting company has
Rails 1.0 but I''m sure they will upgrade to Rails 1.1 sometime soon. I
don''t want my site to break if anything with Rails 1.1 will cause a
break. How do I freeze my app to Rails 1.0? I imagine I download the
rails source into the vendor directory. But from where to download and
how to configure my app to
2009 Oct 13
3
Site map
Hi All...
I am using generate_sitemap plugin to generate sitemap. It goes very
well and creates sitemap as well. My problem is I want some links that
are coming from vender/plugins. Can any one tell me how to get those
links???
Thanks all...
--
Posted via http://www.ruby-forum.com/.
2015 Jan 22
2
[Bug 11067] New: add --min-depth and --max-depth options
https://bugzilla.samba.org/show_bug.cgi?id=11067
Bug ID: 11067
Summary: add --min-depth and --max-depth options
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:
2001 Aug 01
2
FW: ext3 problem?
-----Original Message-----
From: 박노희 [mailto:nohhee@turbolinuxsystems.com]
Sent: Tuesday, July 31, 2001 1:35 PM
To: 'ext3-users-admin@redhat.com'
Subject: ext3 problem?
Please give me advice about the following problem.
A few days ago, I lost some of oracle DB data on my server.
My server was running Oracle DB and HA(high availability) server for web service. The filesystem was ext3,
2008 Oct 24
4
AR object return nil on save
Hi!
I''m upgrading existing app from Rails 1.2.6 to 2.1.2. I have
encountered following problem with AR objects.
Model definition did not change and with 1.2.6:
params={}
params[:flight] = "1111"
params[:airline] = "Air France"
params[:luggage] = 0
r=Reservation.new params
r.save
is working code, new Reservation. With the same dataset, changing only
2019 Dec 02
3
addition of vendor dwarf operator extension.
Hello all,
There is one enhancement request open for dwarfv5, http://dwarfstd.org/ShowIssue.php?issue=191107.1
The request is for addition of dwarf expression operator to swap the top of the dwarf stack, the response seems positive but it may take some time till v6.
I like to add that operator as vendor extension but I am not sure how to go about it for llvm/lldb. Currently I am using it as
2011 Jul 11
2
Can't get this Rspec test to pass
Hello,
I''m completely new to Rspec testing and I''m finding it very difficult to
mock specific objects.
In this test, I have a before block setup as such:
[code]
before do
setup_controller_for_warden
controller.session[:operation_id] = 1
@operator = Factory :operator
sign_in :operator, @operator
@persist_herd = Herd.new
2006 Jun 16
5
superclass mismatch for class OrderedOptions
I have Rails 1.1.2 installed and froze my app to 1.0 by checking it out
into the vender directory. Maybe it''s coincidence, but now when trying
to do rake migrate I get this:
> rake migrate --trace
(in /home/beet/workspace/)
rake aborted!
superclass mismatch for class OrderedOptions
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/ordered_options.rb:27