Displaying 7 results from an estimated 7 matches for "encies".
Did you mean:
ncies
2005 Dec 19
3
tough activerecord problem
...g trouble with constants not being recognized, e.g.:
[echo] 1) Error:
[echo] test_pipeline_cruncher(IntradayCruncher::TestPipelineCruncher):
[echo] NameError: uninitialized constant INFO
[echo]
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/depend
encies.rb:200:in `const_missing''
It seems like there is a clash between our Log4r and ActiveRecord constants.
Any thoughts?
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman...
2006 Apr 11
0
Problem using generate/scaffold and FireRuby
...e test/fixtures/
> create app/models/product.rb
> create test/unit/product_test.rb
> create test/fixtures/products.yml
> uninitialized constant CHARACTER_SET
>
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/
> depend
> encies.rb:123:in `const_missing''
>
> c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/
> depend encies.rb:131:in `const_missing_before_generators''
>
> c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/rails_generator/lookup.rb:13:
> in `const_missi...
2005 Dec 19
5
using a local MS SQL Server
...8/gems/rails-1.0.0/lib/commands/servers/webrick.rb:5
9
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.2.5/lib/active_support/depend
encies.rb:214:in
`require''
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/server.rb:28
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...
2006 Apr 10
1
random | in join statement with more than one :include
...itle` AS t0_r21,
grants.`abstract` AS t0_r22, grants.`created_at` AS t0_r23,
grants.`created_on` AS t0_r24, grants.`updated_at` AS t0_r25,
grants.`updated_on` AS t0_r26, grants. `lock_version` AS
t0_r27, grants.`created_by` AS t0_r28, grants.`updated_by` AS
t0_r29, sponsor_agencies.`id` AS t1_r0, sponsor_agencies.`name` AS
t1_r1, sponso r_agencies.`address` AS t1_r2,
sponsor_agencies.`phone` AS t1_r3, sponsor_agenci
es.`contact_name` AS t1_r4, sponsor_agencies.`created_at` AS t1_r5,
sponsor_agen cies.`created_on` AS t1_r6,
sponsor_agencies.`updated_at`...
2007 Mar 17
0
webrick failing with "NameError: cannot remove Object::UnknownPropertyMethod"
...trollers/application.rb:7)
DEPRECATION WARNING: depend_on is deprecated and will be removed from
Rails 2.0 See http://www.rubyonrails.org/
deprecation for details. (called from model_without_deprecation at /
usr/local/lib/ruby/gems/1.8/gems/actionpack-
1.13.3/lib/action_controller/deprecated_dependencies.rb:13)
DEPRECATION WARNING: model is deprecated and will be removed from
Rails 2.0 See http://www.rubyonrails.org/depr
ecation for details. (called from ./script/../config/../app/
controllers/a pplication.rb:8)
DEPRECATION WARNING: depend_on is deprecated and will be removed from
Rails 2.0 See h...
2006 Jan 10
4
Problem creating MockController
Hi there,
I''m trying to create a mock controller to test the use of UrlHelper in
ActionMailer. I''m trying this:
require
''d:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller''
# Re-raise errors caught by the controller.
#class DiscussionsController; def rescue_action(e) raise e end; end
class MockController < ActionController::Base
def
2006 Jan 02
19
AR: How to store and restore in YML.
Hello-
I have a database with entries that are segmented by customers. I would
like to be able to store / delete / restore a particular customer''s
information. I will need to rebuild the rows on restore and also
rebuild the associations for the different tables.
For example,
customer {
id
name
}
companies {
id
customer_id (belongs_to)
name
}
contacts {
id