On 3/18/06, Kyle Maxwell <[EMAIL PROTECTED]> wrote:
> Dir.glob docs:
> Returns the filenames found by expanding the pattern given in string,
> either as an array or as parameters to the block. Note that this
> pattern is not a regexp (it's closer to a shell glob)
>
> that means Dir.glob "[0-9]*" is
Dir.glob docs:
Returns the filenames found by expanding the pattern given in string,
either as an array or as parameters to the block. Note that this
pattern is not a regexp (it's closer to a shell glob)
that means Dir.glob "[0-9]*" is roughly equivalent to the regexp
%r([0-9][^/]*). A little cou
Ok, this is fixed now. It was a fortunately simply matter of having
AM report the full template file name to AV, instead of requiring AV
to try and guess which one matches based on the name-minus-extension.
- Jamis
On Mar 18, 2006, at 3:45 PM, Jamis Buck wrote:
Andrew,
Thanks for this bug
Andrew,
Thanks for this bug report. I've confirmed that the AM unit tests are
failing rather spectacularly. I'll jump in and see what I can discover.
- Jamis
On Mar 18, 2006, at 1:34 PM, Andrew Kaspick wrote:
Hello,
I've been using edge rails for a while now and used the recipe from
the n
In the verified patches report (http://dev.rubyonrails.org/report/12)
patches tagged unverified are also showing up.
(Should we report trac issues on trac too or is the ml good for this?)
___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
Hello,
I've been using edge rails for a while now and used the recipe from
the new recipes book on using implicit file names for
multipart/alternative messages.
This seems to have recently broke.
I've named by templates according to the book and the docs...
# for example, if the following templ
3921 fixed the identifier too long problem. thanks dude.
I get different results when I run all.sh than when I run a specific
test, anyone have any idea why that might be?
On 3/18/06, Rick Olson <[EMAIL PROTECTED]> wrote:
> On 3/18/06, Corey Donohoe <[EMAIL PROTECTED]> wrote:
> > This sounds gre
On 3/18/06, Mark James <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Only a couple of lines of code needed to be changed in order to get
> eager loading (:include option) working with a has_many association
> that uses a custom finder_sql. A similarly small change would be
> needed to also make eager loadi
On 3/18/06, Corey Donohoe <[EMAIL PROTECTED]> wrote:
> This sounds great from the oracle side, can test for ya whenever.
I did it last night. Let me know how it works!
I added column alias limits to the database adapters I knew about, and
also reworked the way they're generated. I put the table
This sounds great from the oracle side, can test for ya whenever.
On 3/17/06, Rick Olson <[EMAIL PROTECTED]> wrote:
> On 3/16/06, John Sheets <[EMAIL PROTECTED]> wrote:
> > On Mar 16, 2006, at 1:38 PM, Steve Longdo wrote:
> >
> > > Older versions of DB2 suffer the same character length issue with
10 matches
Mail list logo