search for: turbogears

Displaying 20 results from an estimated 21 matches for "turbogears".

2006 May 30
6
Why would I choose RoR over Turbogears
I''m trying to get some answers as to why I (my company actually) would go with RoR over TurboGears. The developer staff is fluent in both Ruby and Python so that is not an issue. Rails is well into its release cycle whereas Turbogears won''t be at 1.0 until later this week. They both do essentially the same thing and they both have cool features unique to themselves (Turbogears ha...
2006 Oct 30
0
My showdown: Ruby/Rails, Perl/Catalyst, Python/Turbogears
..., just saying the Rails documentation left me hanging more than once and guessing as to what I was doing wrong. Production deployment is a bit much. I''ve found using Litespeed and LSAPI was the easiest to get to production than the Apache + mod_proxy + mongrel cluster solution. Using Turbogears (Python) Pretty productive here as well right off the bat. Documentation is sparse at best and this hampers you when you want to step out of the box. Production is pretty easy, using CherryPy and Apache is fairly easy to get going. Turbogears seems to be in perma-beta though. Also its confu...
2006 Apr 20
5
Toolbox
Hello my friends Today at FISL (International Forum of Free Software), I''ve had the opportunity to watch a Turbogears presentation. The framework, itself is really weak in comparison to rails, but... When the guy who was making the presentation show the NEW 0.9 TurboGears Toolbox I''ve though: - Isn''t something like that in Rails? Well, after a little googleing around I''ve found NOTHI...
2006 Jul 25
3
Task scheduler
Does anyone know if there exists a Task Scheduler module in Ruby on Rails like in TurboGears below? http://www.turbogears.org/preview/docs/scheduler.html I''m using Ruby on Rails for a multiplayer online game and I want to set checks at regular intervals to see if users are still logged in etc. Thanks in advance -- Posted via http://www.ruby-forum.com/.
2006 Feb 23
5
Help with SCGI please :(
Hi, While learning Ruby and Rails, I decided I just as well learn Linux along the way... It''s been fun, but I''m stuck at one of those exasperating moments... I hope someone can help me :) I installed Ruby 1.8.4 on Fedora Core 4, then Rails, then lighty, and then SCGI. I used yum to install lighty... and it already comes with mod_scgi. I created my first application in
2006 Jun 21
0
ANN: Screencast demo of the WebFaction control panel
Hello everyone, WebFaction have just released a screencast of their control panel. The first thing you see in the screencast is how to setup your Rails site in a few clicks. Then the demo shows how you can setup a WordPress, Django and TurboGears application in a few clicks, and then "mount" these applications on various domain(s)/URL(s). The "mounting" process provides a flexible way to: - serve different sections of a site using different applications - serve multiple websites from the same application The one-cli...
2008 May 27
1
stateful computation for web-based R across HTTP requests
Hi, A friend just introduced me to R today and I think it is really nice after browsing its web site. I'm eager to cook up some web-based interface to use R at work for more platform-independent access. I plan to implement it in a Python-based framework such as TurboGears or Django on either FreeBSD or Linux platform. My question is: how do i maintain stateful computations across sessions, namely HTTP requests? I mean, if needed, I would like to be able to retain the "environment" (all pertinent data, variables, previously calculated results, etc.) fro...
2008 Feb 15
1
netbios name resolution inside linux via samba?
Hello, I have setup up samba on my pc and everything is working great. I setup my writable shared folders I can view other servers/pcs on the network using gnome but sometimes I need to debug some networking issues and I would like to for example: ping myserver4 ping: unknown host myserver4 Is there a way to setup up linux to use samba for name resolution? The only way I know right now is to add
2006 Jul 21
9
How 37s affects Rails
Ok, no one has said it yet so I will. http://37signals.com/svn/archives2/bezos_expeditions_invests_in_37signals.php?102#comments How is this going to affect Rails? Or is it? -- Posted via http://www.ruby-forum.com/.
2006 May 30
3
act_as_dom_tree
im thinking about extracting this into a plugin, but it currently relies a couple gems and another rails plugin. is there a dependency management feature with ./script/plugin? i never could get it to check anything out of SVN let alone install dependent stuff... -- Posted via http://www.ruby-forum.com/.
2006 Aug 12
0
Form Validation with non-model fields
...s fname and lname, to have them extracted into local variables called fname and lname without resorting to: fname = params[''fname''] lname = params[''lname''] Also, my perception is that when it comes to non-model fields, I''m pretty much on my own. In Turbogears, I can define a validation schema, complete with a rich set of predefined validators, and then the schema gets automatically called when the form is submitted. With Rails, it looks like I need to write up my own validation code from scratch. AWDWR seems to confirm that. Am I on the mark? I w...
2010 Apr 06
1
KVM web-based interface on CentOS
Hi everyone, I'm configuring a KVM server and I wanna find a Web-based interface to manage my Virtual Machine like on VMware server someone knows one ? -- Cordialement, / Greetings, Georghy FUSCO
2011 Feb 02
2
Centos + python + sqlalchemy + mysql
I am trying to use the following set (all from standard repositories): centos (5.5) + python 2.6 + sqlalchemy + mysql. However while running my script I get: Traceback (most recent call last): File "./oraping2.py", line 43, in <module> main() File "./oraping2.py", line 23, in main db = create_engine('mysql:///u1oraping at
2009 Dec 14
0
PostgreSQL Conference East 2010 Call for Papers
...* General PostgreSQL: * Administration * Performance * High Availability * Migration * GIS * Integration * Solutions and White Papers * The Stack: * Python/Django/Pylons/TurboGears/Custom * Perl5/Catalyst/Bricolage * Ruby/Rails * Java (PLJava would be great)/Groovy/Grails * Operating System optimization (Linux/FBSD/Solaris/Windows) * Solutions and White Papers Submit Talk: http://www....
2006 Aug 16
44
Goodbye for now, RoR
I started a php-based website a few months ago with a buddy of mine on netfirms.com. I was perusing their knowledge base and I came upon a quick-start for something called Ruby on Rails. Since then I have immersed myself in RoR. I''ve done the tutorials, I''ve purchased the books. But, I could never get even a sample RoR app to work on netfirms. 500 server errors.
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...URPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# +# server - TurboGears configuration +# +# The %(here)s variable will be replaced with the parent directory of this file +# +[DEFAULT] +# WARGING == If debug is not set to false, you'll get the interactive +# debugger on production, which is a huge security hole. + +debug = false +email_to = you at yourdomain.com +sm...
2007 Jan 30
3
Interesting Framework Speed Test Results. Shows Rails 1.2.1 trailing 1.1.6.
I found this little post over at the Slicehost forums (http:// forums.slicehost.com): http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading- frameworks/ Speed test between Rails (1.1.6 and 1.2.1), Django (w/wo psyco and threaded/pre-forked), TurboGears, Symfony, Catalyst etc. Nginx as the front-end for all of them. Even though they are simulated numbers I thought it might be interesting to discuss. Besides the fact that from these tests Django seems to be whooping serious butt on all fronts, it shows that Rails 1.2.1 seems to be trailing i...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
Replaced the TurboGears 2 reference implementation with a simpler Django server. This implementation has worked out the server interface for an HTTP awake and config request. Started working on this ready portion, but nothing is ready yet. THIS IS A WORK IN PROGRESS: This patch is solely meant to solicit feedback. Pleas...
2008 Mar 29
1
Access Denied - How to solve it?
Hi, I have a software samba installed in Kubuntu and I have tried to write archives in samba area. I can read archives that are in samba area, but I can't put new archives in this area. The error message access denied: It was not possible write to smb://oxigenio/narciso/fatorial.java root@oxigenio:/etc/samba# uname -a Linux oxigenio 2.6.22-14-generic #1 SMP Tue Feb 12
2010 Jul 03
0
Join July Global via VOIP Free SW HW Culture Mtgs - BerkeleyTIP
...and virtual worlds platform, Nicole Yankelovich, iED How to Succeed in Mobile, Girl Geek Dinner, Kris Corzine Using KDE Marble to research your next vacation, Justin Kirby Meet Google Founder Larry Page, Google Faculty Summit 2009 Building the Python Community, Steve Holden, PyCon 2010 How Python, TurboGears, and MongoDB are Transforming SourceForge.net, Rick Copeland, PyCon Introducing Numpy Arrays, unpingco http://sites.google.com/site/berkeleytip/talk-videos/2010-7-videos == July Meetings - Mark your calendar: 3 Sat 12N-3P PST = 3-6P EST = 19-22 UTC 12 Mon 5 -6P PST = 8-9P EST = 0- 1 UTC T...