search for: silence_stream

Displaying 10 results from an estimated 10 matches for "silence_stream".

2008 Feb 19
1
[CruiseControl] RubyOnRails build 8896 failed
...h'' ./test/cases/associations/eager_load_nested_include_test.rb:16:in `create_test_tables'' ./test/cases/associations/eager_load_nested_include_test.rb:8:in `setup'' ./test/cases/../../lib/../../activesupport/lib/active_support/core_ext/kernel/reporting.rb:40:in `silence_stream'' ./test/cases/associations/eager_load_nested_include_test.rb:8:in `setup'' ./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:58:in `run'' Name: test_include_query(EagerLoadPolyAssocsTest) Type: Error Message: ActiveRecord:...
2006 Mar 09
2
Edge Rails Webrick Problem
...9;' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28 from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28:in `silence_stderr'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core _ext/kernel/reporting.rb:26:in `silence_stream'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core _ext/kernel/reporting.rb:26:in `silence_stderr'' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `requir...
2006 Mar 04
29
Getting RJS / EgdeRails working
Hi, using Rails 1.0 on windows (without svn yet) I just wrote "rake freeze_edge". Are the RJS-templates already included then ? When I write "rake update_javascripts" I receive this error: svn: ''.'' is not a working copy Any tipps for a newbie on how to get the update done (if neccessary) ? thx Jan
2006 Mar 07
12
Edge Rails doesn''t work for my app
...script/../config/../vendor/rails/railties/lib/commands/server.rb: 28 from ./script/../config/../vendor/rails/railties/lib/commands/server.rb: 28:in `silence_stderr'' from ./script/../config/../vendor/rails/activesupport/lib/active_support /core_ext/kernel/reporting.rb:26:in `silence_stream'' from ./script/../config/../vendor/rails/activesupport/lib/active_support /core_ext/kernel/reporting.rb:26:in `silence_stderr'' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb: 28 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re...
2006 Mar 12
1
Error when starting webrick with "ruby script\server"
...cript/../config/../vendor/rails/railties/lib/commands/server.rb:28 from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28:in `silence_stderr'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:26:in `silence_stream'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:26:in `silence_stderr'' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_...
2006 Mar 09
16
Preloading child rows 2 levels deep?
I currently have 3 tables/models: 1) Clients, 2) Charges, and 3) Court_Dates. Clients 1..n Charges 1..n Court_Dates I am trying to find all clients that have a court_date on a certain day: something along the lines of (@client.charge.court_date.date == Date.today). I have had success preloading child rows using the :include parameter, but that only works with a parent and a child, or a
2006 Mar 07
4
Edge Rails - same code, different issues on mac and windows
.../script/../config/../vendor/rails/railties/lib/commands/server.rb:28 from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28:in `silence_stder r'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/kernel/rep orting.rb:26:in `silence_stream'' from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/kernel/rep orting.rb:26:in `silence_stderr'' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:28 from c:/software/ruby/lib/ruby/site_ruby/1.8/rubygems/c...
2006 Jul 05
2
Serialized object behaves weird
Hi! I got a class named EinsatzFilter which I serialized to session. Before saving to session it works afterwards I keep getting the message: "undefined method `to_s'' for #<Person:0x38c6ab8>". "Person" is a from ActiveRecord::Base inherited class. Code: class EinsatzFilter include ApplicationHelper attr_reader :personen, :monat, :projekte, :kunde
2006 Jun 30
6
RSS::Parser Documentation
Hi I am trying to use the RSS classes from "rss/2.0" and everything works but I want to know what attributes and properties I can get at from each of the classes I am getting back. For example, the class has a "channel" which I can tell has a "title" attribute (because it works when I query it :) but I would really like a list of every attribute that is
2009 Dec 01
12
Rails 2.3.5 - Cannot install plugin
I''m always get the message "Plugin not found: ["git://github.com/ aaronchi/jrails.git"]" when trying to install a rails plugin, even for SVN or GIT. After google search, some people suggest that replace "git://" with "http://" and add "/" at the end of the url. I tried and it still does not work. I used the ruby 1.9.1-p243 and rails