Every repository with this icon (
Every repository with this icon (
| Description: | A sinatra based interface for browsing and admiring your gems edit |
-
It would be far more valuable to see what is the newest gem -- vs saying the oldest gem.
Generally - the new stuff is what you are working with. The oldest -- will never change.
Comments
-
Right now -- sorting is by name -- as column or table view.
Sorting by date -- would be helpful. That way - if you are having an issue -- you can easily see what is new -- which probably is where you should start looking.
Comments
-
Currently on doze...
installs ok
then vegas.rb needed "localhost" instead of "0.0.0.0"
then it resulted in a fork error. Not sure if these are gembox things or not.
I might use your gembox code sometime for a separate site :)
Also you might want to link to info on gem server.
Cheers!
=-Comments
Hey rogerdpack - I just pushed an update that should fix the fork error. Could you install the latest vegas gem from github and let me know if that works? Thanks, --AQ
thanks for the update.
I did discover that running it in the foreground works in windows.
Patch available http://github.com/rogerdpack/vegas/tree/master
Cheers!
-=rI take that back--same error on *nix
rdp@li49-39:~/installs/mbari_gembox_187/bin$ ./gembox
== Starting gembox == Trying to start gembox on Port 5678 Unable to launch. No Browser application found.
Failure in opening http://0.0.0.0:5678 : Unable to find browser to launch for os family 'nix'.as well as this error, even if I have webrick installed [I assume a sinatra error]
/home/rdp/installs/mbari_gembox_187/lib/ruby/gems/1.8/gems/sinatra-0.9.2/lib/sinatra/base.rb:930:in `detect_rack_handler': Server handler (thin,mongrel,webrick) not found. (RuntimeError)from /home/rdp/installs/mbari_gembox_187/lib/ruby/gems/1.8/gems/vegas-0.0.1/lib/vegas/runner.rb:17:in `send'it does fork now in windows! sweet!
For some reason it now starts itself twice...and only works on the second time, and pulls up a browser window with a search for the word "child"...C:\dev\ruby\gembox>ruby bin\gembox
[Tue Oct 20 12:01:43 -0600 2009] Running with Windows Settings [Tue Oct 20 12:01:43 -0600 2009] Starting gembox [Tue Oct 20 12:01:43 -0600 2009] Trying to start gembox on Port 5678C:\dev\ruby\gembox>[Tue Oct 20 12:01:49 -0600 2009] Running with Windows Settings
[Tue Oct 20 12:01:49 -0600 2009] Starting gembox [Tue Oct 20 12:01:49 -0600 2009] Trying to start gembox on Port 5678 -
I get the next failure:
$ gembox [Mon Jul 20 12:58:06 +0100 2009] Starting gembox [Mon Jul 20 12:58:06 +0100 2009] gembox is already running at http://0.0.0.0:5678 Couldnt get a file descriptor referring to the console
** ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
Comments
-
Couldnt get a file descriptor referring to the console
3 comments Created 2 days ago by millisamiI'm getting the following error while starting gembox:
[~] ➔ gembox rack [Mon Dec 07 03:11:48 +0545 2009] Starting gembox [Mon Dec 07 03:11:48 +0545 2009] gembox is already running at http://0.0.0.0:5678 Couldnt get a file descriptor referring to the console
Using REE 1.8.7 with gembox 0.2.1 from gemcutter
Comments
What OS are you on? Can you access the app at that port? I have a feeling it has to do with trying to launch the browser.
Well, I'm on Ubuntu Jaunty.
My bad, oops, yes on that port the gembox is running and I can simply access it.
But I don't remember when did I started it last time. Does the gembox starts automatically once installed?OK - that makes sense then. You started it probably when you ran the following above. By default, gembox will daemonize and then try to launch in the browser using 'open' or 'start' depending on the platform. It looks like it started above, but there was an error trying to launch it. I'm not too familiar with Ubuntu as a desktop platform. Is there a way to launch a browser from the command line?












I agree. I implemented this in my fork of gembox.