search for: mmediasys

Displaying 19 results from an estimated 19 matches for "mmediasys".

2006 Dec 06
5
Win32 gems for mongrel (0.3.18) and mongrel_service (0.3.1)
...t week) Lot of things happen in ruby-land (check the DoS security bulletin, please). Anyway, the win32 folks being left on the side of the road, and cannot provide feedback of stability due lack of binaries for the latest releases. So, I managed to upload the pre-built gem to my host: http://www.mmediasys.com/releases/mongrel-0.3.18-mswin32.gem rubygems still don''t like my yaml specifications, so you can use --source option with ''gem install'' Please download it and perform a manual install. Don''t forget to install also the latest mongrel_service from the same p...
2006 Nov 28
1
Mongrel, Mutex and FastThread results for win32.
...emory "peak" values. Could anyone on the list confirm these stability enhancement on other platforms? AFAIK, the huge memory leakage only affects *nix versions of ruby, I couldn''t reproduce the problem shown by Zed on the list [3], and my results, back in august [4] [1] http://mmediasys.com/mongrel/mutex-rb.png [2] http://mmediasys.com/mongrel/mutex-fastthread.png [3] http://rubyforge.org/pipermail/mongrel-users/2006-August/001239.html [4] http://rubyforge.org/pipermail/mongrel-users/2006-August/001253.html -- Luis Lavena Multimedia systems - Leaders are made, they are not born....
2007 Sep 10
12
mongrel_rails service on windows incompatible with recent ruby builds?
i was suffering from a massive memory leak in my application. after searching and testing for quite a while i finally found that it wasn''t my app that had a leak but the win32ole support that was used by the ADO driver in sqlserver adapter. the solution to fix the leak was to install ruby 1.8.5p52 or 1.8.6p36 but sadly as soon i install one of the fixed releases mongrel won''t
2006 Nov 24
3
Mongrel Service 0.3.0, native services for you!
...e service, say goodbye to that. b) unique codebase for fix things (mongrel_rails) instead of bunch of scripts. c) provide a simulation environment to report bugs or problems, something not easy when running as service. * How to install and use? - Download the gem file from this url: http://mmediasys.com/releases/mongrel_service-0.3.0-mswin32.gem (62KB) - Install it > gem install mongrel_service-0.3.0-mswin32.gem - Create a new service as usual: > mongrel_rails service::install -N myservice - Start it using "net" > net start myservice VERY IMPORTANT: don''t...
2011 Sep 08
3
Newbie | Installing mysql2 gem
Hello everyone, I wanted to learn about Ruby on Rails and its advantages and I decided to start with some tutorials. Unfortunately I''m forced to post my problem on the forum after days of unsuccessful solutions. I''ve installed Railsinstaller and mysql 5.5.15 64 bit version. I''m running win 7. I''ve been using the following command: C:\>gem install mysql2 --
2006 May 29
1
ANN: Fossilize Plugin - Create Gems of your Applications.
...user to configurate that unique instance and allow you hook RAILS_ROOT/RAILS_INSTANCE to provide personalized functionality from this. To start using it ================= * First, must install the plugin (ruby script\plugin install) ;-) ./script/plugin source http://opensvn.csie.org/mmediasys/trunk/rails/plugins/ ./script/plugin install fossilize * Then use generate to create the default script and configuration for your application Example: ./script/generate fossilize MyRailsApp This will: Create my_rails_app script (executable) under /bin. Add applica...
2006 Nov 30
0
Mongrel Service 0.3.1, basic process monitoring
Hello Folks, I tried create a valid gem repository under windows without luck (rubygems show problem with CRLF/LF line endings between *nix and windows). Anyway, I''ve uploaded a new gem to my webpage: http://www.mmediasys.com/releases/mongrel_service-0.3.1-mswin32.gem Whats new? Beside the things added in previous announcement [1], this version add basic process monitoring. What that means? If for some reason the mongrel process (also a ruby process) suddenly dies (maybe a runtime error), the service will automa...
2008 Jan 30
1
mongrel_service install error
when I run ''gem install mongrel_service''..it gives following error... Building native extensions. This could take a while... ERROR: Error installing mongrel_service: ERROR: Failed to build gem native extension. c:/ruby/bin/ruby.exe extconf.rb install mongrel_service checking for RegisterServiceCtrlHandlerEx()... no checking for EnumServicesStatusEx()... no checking
2011 Dec 27
2
mysql compatibility error--already reported by another correspondent
C:/Ruby193/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86- mingw32/lib/mysql2/mysql2.rb:2:in `require'': Incorrect MySQL client librar y version! This gem was compiled for 6.0.0 but the client library is 5.5.19. (RuntimeError) -- 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
2008 Jun 04
3
Ruby 1.8.7
Hi all, Has anyone else been able to build Ruby 1.8.7 from source on Windows? I get this when I run configure: C:\>win32\configure.bat find: =: No such file or directory Creating Makefile Creating Makefile(6) : fatal error C1085: Cannot write compiler generated file: '''': Invalid argument NMAKE : fatal error U1077: ''cl'' : return code ''0x1''
2009 Jul 12
1
fresh MSI installation prlblems
I have recently tried to download and use the Windows installer to get started with Ruby. Everything seems to install ok. I have it located in c:\Ruby and I have followed this exactly: http://rubyonrails.org/download I am able to startup Ruby and visit http://localhost:3000 and see my start page. This is where I am hitting two stumbling blocks. I see the Rails welcome aboard page, and I click
2011 Oct 21
7
Error while install mysql2 in windows 7
hello i have problem while install gem mysql2 in windows 7 i have got error An error occurred while installing mysql (0.3.7), and Bundler cannot continue. Make sure that ''gem install mysql2 -v ''0.3.7'''' succeeds before bundling. Please help me i want to codding with rails :) -- Posted via http://www.ruby-forum.com/. -- You received this message because
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control
2008 Jan 21
6
Rspec 1.1.2 on Windows
I am using Rspec 1.1.2 on Windows XP SP2 I am receiving the following error when I run ''rake spec'' from a brand new project: C:/SVN_Projects/rspec/vendor/plugins/rspec/lib/spec/runner/options.rb:107:in `colour='': You must gem install win32console to use colour on Windows (RuntimeError) I have the win32console gem installed and the error still occurs. It seems that the
2007 Dec 28
6
Arbitrary system files readable in 1.0.4 - 1.1.2
I just found a vulnerability in one of my web apps that was running Mongrel 1.1.2 where I could go to URIs like /.%252e/.%252e/.%252e/.%252e/.%252e/.%252e/.%252e/etc/passwd and it would serve the actual /etc/passwd file. The issue seems to be in lib/mongrel/handlers.rb in the change from 1.0.3 to 1.0.4 req_path = HttpRequest.unescape(path_info) - if @path - req_path =
2006 Nov 04
19
Mongrel 0.3.13.4 Pre-Release -- Ruby''s LEAK Fixed (Death To Mutex!)
Howdy Folks, This release is after painstaking analysis of a memory leak that was reported by Bradley Taylor, reduced by myself, and then fixed after much work. You should all thank Bradley for finding the bizarre fix. It turns out the Ruby has a memory leak when you use pretty much any thread locking primitive other than Sync (Mutex, Monitor, etc.): http://pastie.caboo.se/10194 The fix (for
2011 Aug 15
3
- WEBrick server refuses to launch
Running Ruby 1.8.7, Rails 3.0.7 on a Windows 7 machine - tried going through an upgrade to Ruby 1.9.2 over the weekend, but ran into issues, so have since gone back to 1.8.7. After restoring my app and re-installing all of the gems, the application finally launches with rails s: => Booting WEBrick => Rails 3.0.7 application starting in development on http://0.0.0.0:3000 => Call with -d
2008 Jan 11
26
Mongrel doesn''t start under Rails 2.0.2/Win XP
All, Mongrel 1.1.3 Rails 2.0.2 Ruby 1.8.6 Windows XP SP2 When I issue the command "ruby script/server" from any of my Rails projects on v. 2.0.2, I get a Windows dialog with the error: "The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." I''ve gone through the process of attempting to introduce
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed. Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here. CHANGES ------- Build was manually requested BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load