[Rails-core] Queue Abstraction Layer

2009-11-22 Thread Anthony Eden
getting some feedback from the core community to see if this is both interesting and useful. Thoughts? Sincerely, Anthony Eden -- GMU/IT d- s: a32 C++()$ UL@ P--- L+(++) !E W+++$ !N o? K? w--- !O M++ V PS+ PE Y PGP t+ !5 X- R tv b++ DI+ D++ G- e++ h r+++ y** http://anthony.mp -- You

[Rails-core] Re: listing of Rails contributors

2008-10-27 Thread Anthony Eden
drop me a line! I've contributed in the past but do not see my name. It has been quite some time though. Sincerely, Anthony Eden --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group

[Rails-core] Re: PROPOSAL: Rails generator filename extensions

2007-08-31 Thread Anthony Eden
On 8/31/07, Jay Levitt <[EMAIL PROTECTED]> wrote: > > Since my last proposal was so roundly applauded... > > Today, Rails templates all use the filename extensions of their target > files - a template that will become an .rb file ends in .rb. > > But they're not .rb files; they're .erb files. The

[Rails-core] Adapters in Rails Core (Was: Refactoring AR::Base.find)

2007-08-20 Thread Anthony Eden
On 8/20/07, Piyush Ranjan <[EMAIL PROTECTED]> wrote: > > > > > This reminds me to ask, are we gonna get rid of most of the adapters > > from core for 2.0 ? I guess, only mysql and postgres and may be sqlite > > deserves to be in core. Other adapter might be better off as external > > libs. > > Sho

[Rails-core] Re: How to create "custom" fields in Model?

2007-07-15 Thread Anthony Eden
Please use the Rails Talk list for questions like this: http://groups.google.com/group/rubyonrails-talk The core list is primarily for discussion of changes to the Rails core and not for questions about Rails itself. Thanks! V/r Anthony Eden On 7/15/07, gneeot <[EMAIL PROTECTED]>

[Rails-core] Re: Possible solution to multiple connections

2007-04-12 Thread Anthony Eden
I'm not really feeling it. Connecting to multiple database instances to provide greater database scaling should be transparent. It seems to me that *that* was Alex's biggest gripe. I'd rather see the transparency either a.) at the adapter level or b.) through the use of load balancing (load balanc

[Rails-core] Re: How I've Monkeypatched AR

2007-02-24 Thread Anthony Eden
On 2/24/07, Michael Koziarski <[EMAIL PROTECTED]> wrote: > > On 2/24/07, Anthony Eden <[EMAIL PROTECTED]> wrote: > > > > Following up on Koz's suggestion to discuss how plugin developers are > > monkey patching AR, I'd like to share some of thin

[Rails-core] How I've Monkeypatched AR

2007-02-23 Thread Anthony Eden
place_bind_variables replace_named_bind_variables quote_bound_value raise_if_bind_arity_mismatch V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby

[Rails-core] Clean Logger Patch

2007-02-18 Thread Anthony Eden
Just want to poke a little and remind core about my clean logger patch http://dev.rubyonrails.org/ticket/7106. It still patches cleanly so it'd be cool if it could be applied now while the getting is good. Thanks! V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourn

[Rails-core] Clean Logger Patch

2007-01-29 Thread Anthony Eden
/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@google

[Rails-core] Re: Trac throws up on ticket replies

2007-01-28 Thread Anthony Eden
ris-2.11-i86pc/egg/tracspamfilter/adapters.py", line 37, in validate_ticket File "build/bdist.solaris-2.11-i86pc/egg/tracspamfilter/api.py", line 78, in test File "build/bdist.solaris-2.11-i86pc/egg/tracspamfilter/filters/regex.py", line 39, in test TypeError: expected

[Rails-core] Patch #7382, More on Fixtures for Multiple Databases

2007-01-25 Thread Anthony Eden
Patch #7282 (http://dev.rubyonrails.org/ticket/7382) provides a fix to fixtures.rb so that setup_fixture_accessors respects custom table names when set_fixture_class is used. This is another fix in my continued work with multiple databases and fixtures. V/r Anthony Eden -- Cell: 808 782-5046

[Rails-core] Re: Suggestion on Closing Tickets

2007-01-24 Thread Anthony Eden
discuss this until we're blue in the face. At the end of the day what matters is how we behave. To that end *I* will continue to follow my own advice as to how to handle tickets for Rails, and I encourage others to do the same, if for no other reason than to contribute more test cover

[Rails-core] Re: Suggestion on Closing Tickets

2007-01-24 Thread Anthony Eden
at by providing a test case anyone would be able to prove it on their own environment, including the original author of the issue should they still be experiencing the problem. V/r Anthony Eden On 1/24/07, Thijs van der Vossen <[EMAIL PROTECTED]> wrote: > > On Jan 24, 2007, at 17:51, A

[Rails-core] Re: Suggestion on Closing Tickets

2007-01-24 Thread Anthony Eden
> reporter to prove the bug exists as best as possible. > > - rob At least close it with untested if this is the case. Closing with wontfix or worksforme is not the appropriate response, IMO. V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL --~--~-~--~-

[Rails-core] Re: Suggestion on Closing Tickets

2007-01-24 Thread Anthony Eden
;t know what the closer's assumptions were, and the point of test cases is to define something which can be applied repeatedly with the same assumptions and which results in the same outcome. I think if an issue can be legitimately closed with a passing test case then the onus does reasonab

[Rails-core] Suggestion on Closing Tickets

2007-01-24 Thread Anthony Eden
closing we get the benefit of proof, plus the framework gets better test coverage and the test can provide the basis for additional tests in the future if more information is provided for the issue. Any thoughts on this? Does this seem like a reasonable thing to do? V/r Anthony Eden -- Cell:

[Rails-core] Ticket 5381 and 5382 resolved by 7330

2007-01-23 Thread Anthony Eden
ve to deal with as well if multiple databases are used from within an application. V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby

[Rails-core] Defining the expected behavior of DatabaseStatements.execute()

2007-01-17 Thread Anthony Eden
row count. So please, will someone in core explain the expected behavior and can the execute() documentation in the DatabaseStatements module be updated to reflect the required behavior. Thanks. V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL

[Rails-core] Running AR Tests with Postgres-PR

2007-01-17 Thread Anthony Eden
ests correctly first before I go and try to patch the Postgres driver. Right now I'm just executing with: rake test_postgresql Thanks. V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL --~--~-~--~~~---~--~~ You received this message beca

[Rails-core] Re: Worrisome trac spam

2007-01-16 Thread Anthony Eden
Is there some one who is responsible for deleting old spam comments from dev.rubyonrails.org? I've come across a couple while going through the open tickets and I'd love to be able to just get rid of the spam, or notify a maintainer who can get rid of it, rather than ignore it. V/r An

[Rails-core] Re: Any Interest in Moving Rails SQL Views into AR?

2007-01-12 Thread Anthony Eden
t; > ... I'm not sure. Convince me, because we're using views with > legacy-style databases at the moment, and if anything can be done make > this simpler, I'm definitely interested. > > - James > On 1/12/07, Anthony Eden <[EMAIL PROTECTED]> wrote: > > > &g

[Rails-core] Any Interest in Moving Rails SQL Views into AR?

2007-01-12 Thread Anthony Eden
PostgreSQL. Is there any interest in eventually moving this code into ActiveRecord or should it just remain as an extension gem/plugin? If there is interest to bring it into the AR core then I can create the patches for it. Thoughts? V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne

[Rails-core] Documentation Patch 6944

2007-01-08 Thread Anthony Eden
s and submitting patches as I complete them. Also, if anyone would prefer that I do something different in my documentation patches than what I am doing now, please let me know. V/r Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourn

[Rails-core] Re: RC2 is imminent -- any last minute blockers?

2006-12-27 Thread Anthony Eden
http://dev.rubyonrails.org/ticket/6561 I've tried repeatedly to modify my code to *not* raise the error, but have been unsuccessful so far. I included a new patch as well which modified AR rather than AS. If it can be applied I'd be thrilled. V/r Anthony Eden On 12/27/06, Jonath

[Rails-core] Ticket 6561 - AR Patch Submitted

2006-12-19 Thread Anthony Eden
ed to edge I would greatly appreciate it. Sincerely, Anthony Eden -- Cell: 808 782-5046 Current Location: Melbourne, FL --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To pos

[Rails-core] Two ActiveSupport Tests Failing with Update Today

2006-11-06 Thread Anthony Eden
I just updated to the latest revision (5445) and ran rake for ActiveSupport and received the following failures:  1) Failure:test_autoload_doesnt_shadow_name_error(DependenciesTest)    [./test/dependencies_test.rb:662:in `test_autoload_doesnt_shadow_name_error' ./test/dependencies_test.rb:655:

[Rails-core] Non-Fatal Anonymous Module Error

2006-11-05 Thread Anthony Eden
I am receiving the following non-fatal error from Rails for a particular action:Error calling Dispatcher.dispatch #./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:313:in `to_constant_name' ./script/../config/../vendor/rails/activesupport/lib/active_support/depend

[Rails-core] Re: SimplyRestful named routes don't escape url's

2006-09-20 Thread Anthony Eden
Adam,They are mapped in actionpack/lib/action_controller/resources.rbV/rAnthonyOn 9/20/06, Adam Greene < [EMAIL PROTECTED]> wrote:ah, I just ran into this today when I was checking the validity of my xhtml.core team, is this just an omission?  If so, Jarkko, I would definitelybe willing to help you

[Rails-core] Re: ActiveResource Question

2006-08-19 Thread Anthony Eden
It still seems wrong to me, since the resource is the same, just a different representation of it, and thus it would seem that they should be represented by the same URI. If the decision has already been made then so be it, I can live with it, but I still question it. Sincerely, Anthony Eden

ActiveResource Question

2006-08-19 Thread Anthony Eden
I was just browsing through the ActiveResource code and I wonder why the use of .xml throughout on the URLs? Wouldn't it make more sense to just have ActiveResource set the content type to application/xml and then use paths without the extensions? Sincerely, Anthony