search for: mywebapp

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

2006 Mar 15
4
ActiveRecord::RecordNotFound in search results act_as Ferret
...set up a ferret_controller with the code below def find if params[:search_terms] @branch_results = Branch.find_by_contents(params[:search_terms]) render_text @branch_results.inspect end end I''ve done some updates and the index files seem to be being generated ok. If I go to mywebapp/ferret/find?search_terms=gamston where "gamston" is the name of one of the branches I get --- [] as the result. If I go to mywebapp/ferret/find?search_terms=* I get ActiveRecord::RecordNotFound in Ferret#find Couldn''t find Branch with ID=5 There are no Branches with an ID of...
2012 Oct 22
4
How do design next-gen modules, any guidelines ? a question for gurus...
Hi, My dilemma is how should I write my module to be "next-gen" ? Not from a code point of view but from a design/layout point of view. We wrote our modules for 2.6.x like every beginner would have done: write everything in init.pp. But now, the fashion is to use parameterized classes and Hiera which we will use with puppet 2.7.x. I mainly followed/watched what Example42 was doing.
2006 Aug 04
4
REST
...ween what the transmission (HTTP), what the web app does (crud), and what the database does (insert/read/ update/delete), which streamlines the application. --Resource addresses (URLs) are always resource addresses and not mucked up by gobblygook or addresses that have verbs mixed in (http:// mywebapp.mydomain.com/myProtocolisPerl?myVerbIsDelete?MyUserIs?Bob). Mapping the web is now much easier. --The application will get a lot more use because everyone counts on a simple, consistent interaction based on the formula of a simple verb + URL-addressed resource that doesn''t requires...
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
...003 SP1 * over VMWare Server 1.0.1 * over Windows Server 2003 R2 Standard x64 In fact, I''ve confirmed that the mongrel_service and my webapp run well as a windows service under Windows XP 32bit edition, and both of > mongrel_rails start > mongrel_service console single -c [path/to/mywebapp] -p 3000 -e development run correctry even on such win64 stacks. Can anyone shed any light?