Displaying 2 results from an estimated 2 matches for "run_app".
Did you mean:
run_agi
2007 Jun 19
1
Reloader paths/
after investigating why the reloader wasnt working , i discovered 2 probs, one of which was sorta my fault (but will likely happen to others who make one-file apps)
first, my app was like this:
#!/usr/bn/env ruby
%w{applib1 applib2 digest/md80 airbus}.each{|r| require r}}
if __FILE__ == $0
Mongrel.config do
handler ''/'', Camping.reloader.new(__FILE__)
end
end
not
2007 Jun 19
5
TentSteak 0.2.0
...thods)
* auto_table fixed to better handle non-AR row objects
* Can pass a block to grouping_table for custom blank rows
* Application Helpers
* New method init_db to encapsulate AR startup
* New method add_local_paths to add local (non-gem) libraries
to $LOAD_PATH
* New method run_app to run Camping app; supports mongrel,
webrick, and CGI
* New method extract_form_fields to extract changed data
after a posted table edit
John
--
"The Internet is not something you just dump something
on. It''s not a big truck. It''s a series of tubes."...