search for: exampleapp

Displaying 6 results from an estimated 6 matches for "exampleapp".

Did you mean: exampleapi
2012 Jan 11
1
Rook: software and specification for R web applications and servers
...e. - It provides a set of reference classes you can use to write you R web applications. The following help pages provide more information: Brewery, Builder, File, Middleware, Redirect, Request, Response, Static, URLMap, and Utils. Also see the example web applications located in 'system("exampleApps",package="Rook")'. - It provides a specification for writing your R web applications to work on any web server that supports the Rook specification. You may not see the need for web applications written in R, but consider using Rook to build a statistical engine that complemen...
2012 Jan 11
1
Rook: software and specification for R web applications and servers
...e. - It provides a set of reference classes you can use to write you R web applications. The following help pages provide more information: Brewery, Builder, File, Middleware, Redirect, Request, Response, Static, URLMap, and Utils. Also see the example web applications located in 'system("exampleApps",package="Rook")'. - It provides a specification for writing your R web applications to work on any web server that supports the Rook specification. You may not see the need for web applications written in R, but consider using Rook to build a statistical engine that complemen...
2011 Mar 17
7
Beta Invitation in Rails 3, little problem
INVITATION BETA EMAIL I have in the email that the app send to friend''s email address ------------------------ You are invited to ExampleApp.com click below to signup http://localhost:3000/signup.efweiuvwnjernfwkefwebhsohj ------------------------ But I have a dot in the url beteween http://localhost:3000 and the token I wish the following url http://localhost:3000/signup/efweiuvwnjernfwkefwebhsohj ------------------------ config/r...
2011 Apr 25
0
Rook: software and specification for R web applications and servers
...- It provides a set of reference classes you can use to write you R web applications. The following help pages provide more information: Brewery, Builder, File, Middleware, Redirect, Request, Response, Static, URLMap, and Utils. Also see the example web applications located in 'system("exampleApps",package="Rook")'. - It provides a specification for writing your R web applications to work on any web server that supports the Rook specification. Currently, only Rhttpd implements it, but rApache is close behind. See the Rook help page for more information. You may not...
2011 Apr 25
0
Rook: software and specification for R web applications and servers
...- It provides a set of reference classes you can use to write you R web applications. The following help pages provide more information: Brewery, Builder, File, Middleware, Redirect, Request, Response, Static, URLMap, and Utils. Also see the example web applications located in 'system("exampleApps",package="Rook")'. - It provides a specification for writing your R web applications to work on any web server that supports the Rook specification. Currently, only Rhttpd implements it, but rApache is close behind. See the Rook help page for more information. You may not...
2011 Mar 21
3
Does unicorn support mount the webapp with a prefix like Thin does?
For example, I have a webapp that handles /welcome. Does unicorn support to mount the entire webapp at /prefix so request to /prefix/welcome are?handled?