search for: demoapp

Displaying 4 results from an estimated 4 matches for "demoapp".

Did you mean: demo_app
2008 Dec 02
1
Using Rspec for web tests
...." and no wonder since I create it in the before method. But my question is where should I put the two lines of code that creates an instance of FunFx so that all the it "should .. " uses the same @flex instance, that should be created just once in for each describe? describe "DemoApp" do before do browser.goto(DEMO_APP) @flex = browser.flex_app(''DemoAppId'', ''DemoAppName'') end it "should click on a checkbox" do # do somthing end it "should assert that it is checked" do # do something end en...
2004 Aug 25
0
Problem with Domain Administrator rights in samba 3.0.2
...path=/vols/NT [ATE] guest ok = no read only = no path=/home/ate force user = ate valid users = @ate [source] guest ok = no read only = no path=/vols/src [Virus] guest ok = no read only = no path = /vols/NT/Virus [EMCO] guest ok = no read only = no path = /vols/NT/EMCO [demoapps] guest ok = no read only = no path=/vols/demoapps
2010 Mar 26
5
"invalid byte sequence in US-ASCII" on i18n form
..., when I use a scaffold-generated form with validation and the validation fails, the line of f.error_messages raises this ArgumentError of invalid byte sequence. Does anybody knows what is happening? Is this a Rails bug? (To reproduce the error, just run this app<http://lailsonbandeira.com/files/demoapp.zip>, go to /users/new and submit the empty form.) Thanks guys -- LAILSON BANDEIRA http://lailsonbandeira.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-/JYPxA39Uh5T...
2005 Feb 09
85
Introduce yourself and your project -- Round 2
...'ve looked at (best estimate) close to 100 different frameworks in multiple languages over the past year and only Rails appears to actually reduce the amount of work we have to do. I''m also gradually converting my various personal toys over to using Rails as well -- I started with the DemoApp accountomatic which is working very well for me since porting it over to Rails. Next is probably my jukebox system (rdtj.sourceforge.net), which looks like it will end up being Ruby+Madeleine+RGL+FreeBASE+Rails. ======= - Sascha Ebach - Entrepeneur - Living in Troisdorf Germany, which is right i...