Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Ajax helpers?
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
  2 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
 
delirial  
View profile   Translate to Translated (View Original)
 More options 1 July 2007, 23:10
From: delirial <roberto.riv...@gmail.com>
Date: Sun, 01 Jul 2007 22:10:46 -0000
Local: Sun 1 July 2007 23:10
Subject: Ajax helpers?
Hello,

I've never worked with python, and most of my recent web-dev has
involved Rails. I'm currently looking for alternative web frameworks
and Pylons seems like a pretty good choice (been looking at django and
TG also). The main reason for moving away from Rails is Ruby's speed
and Rails' lack of scalability (other than just throwing hardware at
it).

One of Rails hook points, IMO, was its vast Ajax helper library with
Prototype and scriptaculous support. Does Pylons support those
libraries? If not, are there plans to support them?

Best Regards,
delirial


    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.
Philip Jenvey  
View profile   Translate to Translated (View Original)
 More options 2 July 2007, 00:08
From: Philip Jenvey <pjen...@groovie.org>
Date: Sun, 1 Jul 2007 16:08:35 -0700
Local: Mon 2 July 2007 00:08
Subject: Re: Ajax helpers?

On Jul 1, 2007, at 3:10 PM, delirial wrote:

> Hello,

> I've never worked with python, and most of my recent web-dev has
> involved Rails. I'm currently looking for alternative web frameworks
> and Pylons seems like a pretty good choice (been looking at django and
> TG also). The main reason for moving away from Rails is Ruby's speed
> and Rails' lack of scalability (other than just throwing hardware at
> it).

> One of Rails hook points, IMO, was its vast Ajax helper library with
> Prototype and scriptaculous support. Does Pylons support those
> libraries? If not, are there plans to support them?

You're in luck, Pylons ships with the WebHelpers library which  
contains a port of all (or most) of Rails' helper functions, among  
other things:

http://pylonshq.com/docs/module-webhelpers.rails.html

The contents of the WebHelpers module is exposed to your Pylons app  
via the 'h' (helper) module. 'h' is available within your templates  
-- you might render a scriptaculous effect with something like:

<div id='item5' style="display:none">hello</div>
${h.javascript_tag(h.visual_effect('Grow', 'item5'))}

--
Philip Jenvey


    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