Re: [Rails-core] Worth submitting enhancements?

2006-05-01 Thread Andrew Kaspick

Ok, I'm sure we can do that for you. :)

Hey David...  fire me off an email and we can look into merging our
solutions into a plugin and then releasing it to the masses.

Hey Dylan... stay tuned. :)

On 5/1/06, Dylan Stamat <[EMAIL PROTECTED]> wrote:

So David and Andrew, please post your code and we can start using it !
I'm often doing this exact task, but haven't refactored this out yet.  Help
you, help me, be DRY :)




On 4/29/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote:
>
 Hello David !

2006/4/29, David Felstead <[EMAIL PROTECTED]>:
> I've created a couple of useful helpers that automatically generate
> the tags for the submit button/link, the busy indicator and the
> related javascript, and was wondering if it's worth sumitting an
> enhancement patch for?  It's very simple, but takes a lot of the
> repetition out of doing AJAX stuff.

This is stuff for a plugin, no ?  That's what plugins are for -
extending core, while not polluting core with something that would not
be useful to everyone.

If the plugin is so useful that everyone downloads it, you can be
pretty sure that it can be integrated into core.

Bye !
--
François Beausoleil
http://blog.teksol.info/

___
Rails-core mailing list
 Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core




___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core




___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core


[Rails-core] Moving ticket #4735 forward

2006-05-01 Thread Charles Dupont
I submitted a patch to make the 
ActionView::Helpers::FormHelper#radio_button method respect the :index 
option when it creates the html tag "id" attribute value.


What I should do to move this ticket forward?

Thank you

Charles Dupont
___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core


Re: [Rails-core] Worth submitting enhancements?

2006-05-01 Thread Andrew Kaspick

Well, here's my first draft of the remote plugin (after some feedback
i'll put it into a public svn repo)...
http://www.redlinesoftware.com/remote_helpers.tgz

Just tar -xzf into the plugins dir.

I wrote the README up pretty quick, but I hope it makes sense.

David (Felstead)... if you have anything similar or improvements on
this, I'd be happy to integrate them.

Dylan... take a look and let me know if this looks useful to you.

Thanks,
Andrew


On 5/1/06, Andrew Kaspick <[EMAIL PROTECTED]> wrote:

Ok, I'm sure we can do that for you. :)

Hey David...  fire me off an email and we can look into merging our
solutions into a plugin and then releasing it to the masses.

Hey Dylan... stay tuned. :)

On 5/1/06, Dylan Stamat <[EMAIL PROTECTED]> wrote:
> So David and Andrew, please post your code and we can start using it !
> I'm often doing this exact task, but haven't refactored this out yet.  Help
> you, help me, be DRY :)
>
>
>
>
> On 4/29/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote:
> >
>  Hello David !
>
> 2006/4/29, David Felstead <[EMAIL PROTECTED]>:
> > I've created a couple of useful helpers that automatically generate
> > the tags for the submit button/link, the busy indicator and the
> > related javascript, and was wondering if it's worth sumitting an
> > enhancement patch for?  It's very simple, but takes a lot of the
> > repetition out of doing AJAX stuff.
>
> This is stuff for a plugin, no ?  That's what plugins are for -
> extending core, while not polluting core with something that would not
> be useful to everyone.
>
> If the plugin is so useful that everyone downloads it, you can be
> pretty sure that it can be integrated into core.
>
> Bye !
> --
> François Beausoleil
> http://blog.teksol.info/
>
> ___
> Rails-core mailing list
>  Rails-core@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-core
>
>
>
>
> ___
> Rails-core mailing list
> Rails-core@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-core
>
>
>


___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core


Re: [Rails-core] Worth submitting enhancements?

2006-05-01 Thread David Felstead

Hey Andrew - sorry, been busy :)

I'll take a look and see if there's anything useful I can add.

Cheers!

-DF

On 5/2/06, Andrew Kaspick <[EMAIL PROTECTED]> wrote:

Well, here's my first draft of the remote plugin (after some feedback
i'll put it into a public svn repo)...
http://www.redlinesoftware.com/remote_helpers.tgz

Just tar -xzf into the plugins dir.

I wrote the README up pretty quick, but I hope it makes sense.

David (Felstead)... if you have anything similar or improvements on
this, I'd be happy to integrate them.

Dylan... take a look and let me know if this looks useful to you.

Thanks,
Andrew


On 5/1/06, Andrew Kaspick <[EMAIL PROTECTED]> wrote:
> Ok, I'm sure we can do that for you. :)
>
> Hey David...  fire me off an email and we can look into merging our
> solutions into a plugin and then releasing it to the masses.
>
> Hey Dylan... stay tuned. :)
>
> On 5/1/06, Dylan Stamat <[EMAIL PROTECTED]> wrote:
> > So David and Andrew, please post your code and we can start using it !
> > I'm often doing this exact task, but haven't refactored this out yet.  Help
> > you, help me, be DRY :)
> >
> >
> >
> >
> > On 4/29/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote:
> > >
> >  Hello David !
> >
> > 2006/4/29, David Felstead <[EMAIL PROTECTED]>:
> > > I've created a couple of useful helpers that automatically generate
> > > the tags for the submit button/link, the busy indicator and the
> > > related javascript, and was wondering if it's worth sumitting an
> > > enhancement patch for?  It's very simple, but takes a lot of the
> > > repetition out of doing AJAX stuff.
> >
> > This is stuff for a plugin, no ?  That's what plugins are for -
> > extending core, while not polluting core with something that would not
> > be useful to everyone.
> >
> > If the plugin is so useful that everyone downloads it, you can be
> > pretty sure that it can be integrated into core.
> >
> > Bye !
> > --
> > François Beausoleil
> > http://blog.teksol.info/
> >
> > ___
> > Rails-core mailing list
> >  Rails-core@lists.rubyonrails.org
> > http://lists.rubyonrails.org/mailman/listinfo/rails-core
> >
> >
> >
> >
> > ___
> > Rails-core mailing list
> > Rails-core@lists.rubyonrails.org
> > http://lists.rubyonrails.org/mailman/listinfo/rails-core
> >
> >
> >
>
___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core


___
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core