can someone tell me what is tmpl_context object in pylons - pylons

I could not find any document talking about tmpl_context object in pylons. Could someone teaches me about it or show me a document. Thanks

See this part of the Pylons book: http://pylonsbook.com/en/1.1/exploring-pylons.html#context-object

Related

Adding PayPal feature to Rails web application

I was looking to add a feature that allows my users to send money to one another via PayPal or some other popular source that could handle such a request. As this is something I have yet to implement to a website I'm fairly new and would like to see if anyone could guide me in a direction with some suggestions/ideas on how to realize this. I thank all those in advance who take the time to try and assist in my learning the implementation of a new feature such as this.
Please refer the screencast & the article listed below:
http://railscasts.com/episodes/141-paypal-basics?view=asciicast ,
http://www.gotealeaf.com/blog/basic-paypal-checkout-processing-in-rails

Dwolla account Integration with ruby on rails

can anyone please help me out here.I am new to ROR. Can anyone please tell me how to implement dwolla in ruby on rails 3.0.1. I am actually not getting any help from anywhere.
Thanks in advance...
Dwolla has a site that explains everything.
On that page, they:
have the entire API documented
outline the libraries that are available to developers
provide ruby sample code
make it easy to generate your own token

Understanding a drill down tableview tutorial

Im trying to follow this tutorial on http://jleeiii.blogspot.com/2012/01/uistoryboard-power-drill.html but being new to developing i'm not too sure how to complete it? Id be grateful if someone would be able to help me with the source code. basically I'm struggling with what classes i need and where to put the code.
thanks
I suggest you to follow http://www.raywenderlich.com/ site. It is a great source of tutorials to begin iOS developments. Their tutorials are useful and they provide a step by step tutorial. For storyboard, I suggest you to follow http://www.raywenderlich.com/5138/beginning-storyboards-in-ios-5-part-1
David

Creating WYSIWYG form builder (รก la Wufoo) in Rails

I have to add Wufoo-like WYSIWYG form-builder functionality to a Rails webapp.
Does anyone know of good resources (gems/engines/plugins/example code) that would help?
this is not really an answer to your question, but I still can't add comments unfortunately, due to my reputation level, sorry :)
There is exact equivalent of such functionality in Drupal(php)
http://drupal.org/project/webform especially useful for contact forms, i.e. clients happy and don't bug me every time they want to adjust or even to add new inquiry form :)
Would be nice to have such gem/plugin if any? :P
Thanks.
I don't think creating such a app in rails would be a great idea.
Using AR, such an app would be creating migrations on the fly - which doesn't sound like a great thing to do.
AFAIK, wufoo uses php.

Are there any new ruby on rails versus django articles?

I'm trying to decide between the two. I don't know ruby or python very well. I found some articles on SO. Are there any recommended sites? Googling only shows one or two. Thank you.
I found a few. Most (if not all) of the articles linked on the first page of the results ought to be enough information to help you make an informed decision.

Resources