search for: webtest

Displaying 12 results from an estimated 12 matches for "webtest".

Did you mean: webtent
2009 Jan 24
1
canoo webtest
has anyone used canoo webtest to test a rails application? appreciate the info. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to r...
2005 Aug 10
1
Issues with Canoo WebTest
I''m trying to use Canoo WebTest (based on HtmlUnit) to test my webapp after integrating scriptaculous. While my test passed, I get a nice long exception message which barely makes any sense (see below). I found I could get rid of this message by commenting out line 114 of effects.js: 114 this.timeout = setTimeout(thi...
2007 Mar 27
18
Textile Editor Plugin v0.1
The Textile Editor Helper (TEH) is a Javascript-based text formatting toolbar that will be added to all of your text areas that utilize the TEH feature. TEH was developed to provide a more WYSIWYG-ish option for users of our Rails CMS called slate while still letting us use Textile. ====================== = So what are the features? ====================== These are a list of the current features
2015 Mar 20
4
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
...0664 > # security mask = 0664 > force create mode = 0664 > # force security mode = 0664 > directory mask = 0775 > # directory security mask = 0775 > force directory mode = 0775 > # force directory security mode = 0775 > > writeable = Yes > guest ok = No > > [webTest] > comment = Web-Konfiguration > path = /data/web/webTest > valid users = @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\johann.fl > write list = @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\johann.fl > > force group = webadmin > create mask = 0664 > # security mask = 06...
2015 Mar 20
0
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
...64 >> # force security mode = 0664 >> directory mask = 0775 >> # directory security mask = 0775 >> force directory mode = 0775 >> # force directory security mode = 0775 >> >> writeable = Yes >> guest ok = No >> >> [webTest] >> comment = Web-Konfiguration >> path = /data/web/webTest >> valid users = @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\johann.fl >> write list = @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\johann.fl >> >> force group = webadmin >>...
2015 Mar 20
0
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
...= 0664 >>> directory mask = 0775 >>> # directory security mask = 0775 >>> force directory mode = 0775 >>> # force directory security mode = 0775 >>> >>> writeable = Yes >>> guest ok = No >>> >>> [webTest] >>> comment = Web-Konfiguration >>> path = /data/web/webTest >>> valid users = >@webadmin,fee\gabi,fee\franz.la,fee\hans,fee\johann.fl >>> write list = >@webadmin,fee\gabi,fee\franz.la,fee\hans,fee\johann.fl >>> >>>...
2015 Mar 19
2
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
Hi, please have a look into the attached smb.conf. The only changes since 3.6.3 are commenting out all *security* settings and adding winbind expand groups = 1 The attached smbusers hasn't been changed yet. When I try to access share \\platon\root<file:///\\platon\root> as fee\administrator I get the following: platon:~ # smbclient -c dir -W fee -U administrator%secret
2019 Apr 13
0
[centos/centos.org] branch master updated: Fixed README.md
...@@ deploy: kind: rsync dst: "webcontent at www.lon0.centos.org:/var/www/html/websitev2" options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] - test: - kind: rsync - dst: "webcontent at webtest:/var/www/html/websitev2" - options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] -- To stop receiving notification emails like this one, please contact the administrator of this repository.
2006 Jan 20
0
Problem with RubyOnRails + SCGI + Apache
...tups or broken Ruby code) in public/500.html Error Message in the Apache Server Log: [client 10.42.100.97] Premature end of script headers: 52, referer: http://test/webapp_test/project/37 [client 10.42.100.97] (500)Unknown error: scgi: Unknown error: error reading response headers, referer: http://webtest/webapp_test/list_by_project/37 I don''t have this problem with Webrick Maybe someone here can help me. Best regards, Benjamin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060120/15798fec/attach...
2006 Oct 17
0
Plugin: EZTime
...more textual method for describing a date/time. For example: d = DateTime.civil(2003, 12, 20, 17, 30, 0) puts d.eztime(":day :nmonth :year at :hour12::minute::second :lmeridian") Output: 20 December 2003 at 5:30:00 pm For the full documentation, please check out: http://users.webtest.wvu.edu/cbscharf/eztime/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...fth Floor, Boston, MA 02110-1301, USA. + +"""Unit and functional test suite for server.""" + +from os import path +import sys + +from tg import config +from paste.deploy import loadapp +from paste.script.appinstall import SetupCommand +from routes import url_for +from webtest import TestApp +from nose.tools import eq_ + +from ovirtserver import model + +__all__ = ['setup_db', 'teardown_db', 'TestController', 'url_for'] + +def setup_db(): + """Method used to build a database""" + engine = config['pyl...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...fth Floor, Boston, MA 02110-1301, USA. - -"""Unit and functional test suite for server.""" - -from os import path -import sys - -from tg import config -from paste.deploy import loadapp -from paste.script.appinstall import SetupCommand -from routes import url_for -from webtest import TestApp -from nose.tools import eq_ - -from ovirtserver import model - -__all__ = ['setup_db', 'teardown_db', 'TestController', 'url_for'] - -def setup_db(): - """Method used to build a database""" - engine = config['pyl...