Displaying 10 results from an estimated 10 matches for "pendencies".
2008 Mar 16
0
ar_mailer problem
...he database in a table named ''emails''.
Now if I run ar_sendmail i get the follwing error.
C:\Inetpub\event>ar_sendmail
Unhandled exception uninitialized constant
ActionMailer::ARMailer(NameError):
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/de
pendencies.rb:263:in `load_missing_constant''
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/de
pendencies.rb:453:in `const_missing''
C:/Inetpub/event/app/models/email.rb:1
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/de
p...
2007 Jan 19
6
Problem w/ routes.rb
I am trying to develop a new webapp using Rails 1.2.1. I am installing
it onto a production web server running Apache w/ fastcgi. The server
already has some older webapps running on it using an older version of
Rails. The apps are not installed in the document root; they each have
their own subdirectory which is a symlink for the apache document root
to the "public" directory of each
2010 Mar 18
13
ERROR NoMethodError: private method `gsub!' called
I have just upgraded to Ruby 1.8.7 and Rails 2.2.2. My previous project
was at Ruby 1.8.6 and Rails 2.0.2. My platform is Windows and Webrick
for development.
When I run Webrick, the server starts without error, the application
runs, database connections work and I can click through the pages and
display data. But it does not serve any stylesheets or javascript
files. What''s
2005 Nov 30
0
uninitialized constant Base (NameError) trying to use ActiveLdap
...ointers you can give me will be greatly appreciated.
Onno
[Wed Nov 30 15:33:14 2005] [error] [client 127.0.0.1] Premature end of
script headers: dispatch.cgi
[Wed Nov 30 15:33:14 2005] [error] [client 127.0.0.1]
C:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.2/lib/active_support/de
pendencies.rb:198:in `const_missing'': uninitialized constant Base
(NameError)\r
[Wed Nov 30 15:33:14 2005] [error] [client 127.0.0.1] \tfrom
C:/ruby/lib/ruby/gems/1.8/gems/ruby-activeldap-0.5.9/lib/activeldap/conf
iguration.rb:14\r
[Wed Nov 30 15:33:14 2005] [error] [client 127.0.0.1] \tfrom
C:/rub...
2009 Jul 12
1
`require_frameworks': no such file to load -- openssl
...g/environment.rb:9
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in
`new_constants_in''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in
`require''
from
/usr/local...
2007 Aug 24
2
error in rails 1.2.3 activerecord
...* Invoke db:schema:load (first_time)
** Invoke environment
** Execute db:schema:load
rake aborted!
./db/schema.rb:9: syntax error, unexpected tIDENTIFIER, expecting kDO or
''{'' or
''(''
c:/ruby186/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/de
pendencies.rb:488:in `load''
c:/ruby186/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/de
pendencies.rb:488:in `load''
c:/ruby186/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/de
pendencies.rb:342:in `new_constants_in''
c:/ruby186/ruby/lib/ruby/...
2009 Oct 20
6
Rails & OpenSSL: `require_frameworks': no such file to load
...from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:521:in
`new_constants_in''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in
`require''...
2006 Apr 21
3
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
...s/1.8/gems/rails-1.1.2/lib/commands/servers/webrick.
rb:59
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require__''
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require''
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/de
pendencies.rb:147:in `require''
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/commands/server.rb:30
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require__''
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
`require''
c:/ruby/lib/ruby/gems/1.8/gems/ac...
2008 May 14
7
A copy of XX has been removed from the module tree but is still active!
I have a class in my /lib/ directory called tracker.rb
It''s function is to receive an array of URLs and then perform 4
separate tasks on each URL
Each of the 4 tasks gets it''s own thread.
the class is called from my controller like:
output = Tracker.go([array_of_urls])
Sometimes, when it hits an exception, instead of just dieing
gracefully, my logs repeatedly display:
A
2008 Jan 16
2
Memory Leak
So, I''ve stumbled across bleak_house (http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html) - this looks like it may help me track down what is causing the Memory leak I''m seeing (be it me, Ubuntu, Debian, or Puppet).
First step: I''m going to clone the repo, branch
Second step: Learn Ruby - shouldn''t be too hard.
Third step: Do exactly what