Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
What is SimplyHelpful?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Sebastian Friedrich  
View profile   Translate to Translated (View Original)
 More options 6 Sep 2006, 01:41
From: Sebastian Friedrich <sebast...@feldpost.com>
Date: Tue, 5 Sep 2006 19:41:33 -0500
Local: Wed 6 Sep 2006 01:41
Subject: What is SimplyHelpful?
There have been lots of commits by the core team lately to a plug-in  
called SimplyHelpful[1]. Could anybody summarize what this is for?  
Thanks.

Sebastian

[1]http://dev.rubyonrails.org/browser/plugins/simply_helpful/lib/
simply_helpful


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcel Molina Jr.  
View profile   Translate to Translated (View Original)
(2 users)  More options 6 Sep 2006, 02:13
From: "Marcel Molina Jr." <mar...@vernix.org>
Date: Wed, 6 Sep 2006 01:13:29 +0000
Local: Wed 6 Sep 2006 02:13
Subject: Re: [Rails] What is SimplyHelpful?

On Tue, Sep 05, 2006 at 07:41:33PM -0500, Sebastian Friedrich wrote:
> There have been lots of commits by the core team lately to a plug-in  
> called SimplyHelpful[1]. Could anybody summarize what this is for?  
> Thanks.

It's applying opinions that evolved in the SimplyRestful plugin to the world
of helpers.

Just like SimplyRestful, though the conventional way of doing things
continues to be supported, if you jump on board with certain conventions
you'll get some convenience for free. While SimplyRestful took on the
controller side of things, this begins to address the view side of the
puzzle.

For example:

  @person # => <Person id: 1>

  render :partial => @person

is the same as

  render :partial => 'people/person', :object => @person

and

  render :partial => @people

is the same as

  render :partial => 'people/person', :collection => @person

and

  page[@person]

is the same as

  page[dom_id(@person)]

which is

  page[:person_1]

and etc.

marcel
--
Marcel Molina Jr. <mar...@vernix.org>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcel Molina Jr.  
View profile   Translate to Translated (View Original)
 More options 6 Sep 2006, 02:16
From: "Marcel Molina Jr." <mar...@vernix.org>
Date: Wed, 6 Sep 2006 01:16:08 +0000
Local: Wed 6 Sep 2006 02:16
Subject: Re: [Rails] What is SimplyHelpful?

On Wed, Sep 06, 2006 at 01:13:29AM +0000, Marcel Molina Jr. wrote:
> On Tue, Sep 05, 2006 at 07:41:33PM -0500, Sebastian Friedrich wrote:
> > There have been lots of commits by the core team lately to a plug-in  
> > called SimplyHelpful[1]. Could anybody summarize what this is for?  
> > Thanks.

> Just like SimplyRestful, though the conventional way of doing things
> continues to be supported, if you jump on board with certain conventions
> you'll get some convenience for free. While SimplyRestful took on the
> controller side of things, this begins to address the view side of the
> puzzle.

I should clarify, "though the *originally* conventional way of doing things
continues to be supported, if you jump on board with certain *new*
conventions which we're building atop the old ones you'll get some
convenience for free." ;)

marcel
--
Marcel Molina Jr. <mar...@vernix.org>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Susser  
View profile   Translate to Translated (View Original)
 More options 6 Sep 2006, 02:31
From: Josh Susser <rails-mailing-l...@andreas-s.net>
Date: Wed, 6 Sep 2006 03:31:23 +0200
Local: Wed 6 Sep 2006 02:31
Subject: Re: What is SimplyHelpful?

Sebastian Friedrich wrote:
> There have been lots of commits by the core team lately to a plug-in
> called SimplyHelpful[1]. Could anybody summarize what this is for?
> Thanks.

> Sebastian

> [1]http://dev.rubyonrails.org/browser/plugins/simply_helpful/lib/
> simply_helpful

It provides a set of advanced form helpers for use with ActiveRecord and
ActiveResource models. It follows conventions used by restful routes
(formerly SimplyRestful), making your helper code smaller.

--
Josh Susser
http://blog.hasmanythrough.com

--
Posted via http://www.ruby-forum.com/.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google