From david at castlelaing.com Fri Nov 16 09:19:36 2007 From: david at castlelaing.com (David Laing) Date: Fri, 16 Nov 2007 16:19:36 +0200 Subject: [Instantrails-users] Coloured tail ing for development.logs Message-ID: <880c969c0711160619g518d2184p96ea5b42ffb0d611@mail.gmail.com> Hi, I'm looking for a lightweight equivalent to tail -f log/development.log for Windows. Everything I've found so far is either huge (cygwin), or doesn't support ASCII color highlighting. (mtail, baretail etc) Super bonus if it can integrate into Netbeans like the Tail command built into RadRails. Any ideas? Thanks! David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071116/b23f9551/attachment.html From johnjrmo at gmail.com Fri Nov 16 09:24:33 2007 From: johnjrmo at gmail.com (John Houston) Date: Fri, 16 Nov 2007 09:24:33 -0500 Subject: [Instantrails-users] Coloured tail ing for development.logs In-Reply-To: <880c969c0711160619g518d2184p96ea5b42ffb0d611@mail.gmail.com> References: <880c969c0711160619g518d2184p96ea5b42ffb0d611@mail.gmail.com> Message-ID: Hoo WinTail On Nov 16, 2007 9:19 AM, David Laing wrote: > Hi, > > I'm looking for a lightweight equivalent to tail -f log/development.log for > Windows. > > Everything I've found so far is either huge (cygwin), or doesn't support > ASCII color highlighting. (mtail, baretail etc) > > Super bonus if it can integrate into Netbeans like the Tail command built > into RadRails. > > Any ideas? > > Thanks! > > David > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -- John Houston p.660-232-4568 +++ From ed at solutionsontap.com Fri Nov 16 09:22:40 2007 From: ed at solutionsontap.com (Ed Love) Date: Fri, 16 Nov 2007 23:22:40 +0900 Subject: [Instantrails-users] Coloured tail ing for development.logs In-Reply-To: <880c969c0711160619g518d2184p96ea5b42ffb0d611@mail.gmail.com> References: <880c969c0711160619g518d2184p96ea5b42ffb0d611@mail.gmail.com> Message-ID: <473DA7B0.7090303@solutionsontap.com> > Everything I've found so far is either huge (cygwin), or doesn't support > ASCII color highlighting. (mtail, baretail etc) Best I've found is wintail, which google can dig up for you. Not perfect but pretty good ... Ed -- Want to build web apps much quicker than usual? Use Ruby on Rails. Ed Love: http://www.solutionsontap.com/computingresume.htm Unix/Linux, Open Source, perl, Ruby on Rails, Web Sites, SQL, etc From Nathan.Zook at amd.com Mon Nov 19 11:34:26 2007 From: Nathan.Zook at amd.com (Zook, Nathan) Date: Mon, 19 Nov 2007 10:34:26 -0600 Subject: [Instantrails-users] Capistrano in InstaRails bombs? Message-ID: <9BCA02B0979C2A429C5965B8AE2926980188C1B1@SAUSEXMB2.amd.com> Following the book, I try: cap --apply-to C:\CapPlanner\trunk\Source capplanner And get in reply: C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1443:in `complete': invalid option: --apply-to (OptionParser::InvalidOption) from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1441:in `catch' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1441:in `complete' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1247:in `catch' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1247:in `parse_in_order' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1241:in `order!' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1332:in `permute!' from C:/InstantRails/ruby/lib/ruby/1.8/optparse.rb:1353:in `parse!' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ capistrano-2.1.0/lib/capistrano/cli/options.rb:117:in `parse_options!' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ capistrano-2.1.0/lib/capistrano/cli/options.rb:15:in `parse' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ capistrano-2.1.0/lib/capistrano/cli/execute.rb:14:in `execute' from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/ capistrano-2.1.0/bin/cap:4 from C:/InstantRails/ruby/bin/cap:16:in `load' from C:/InstantRails/ruby/bin/cap:16 I can replace the \'s in the path with /'s, or the whole thing with '.'. It does not matter. I installed fastthread (1.0-mswin32) as suggested. ruby -v 1.8.6 cap -V 2.1.0 InstaRails 1.7 Help? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071119/747eea92/attachment.html From walterlockhart at gmail.com Thu Nov 22 07:15:30 2007 From: walterlockhart at gmail.com (Walter LOCKHART) Date: Thu, 22 Nov 2007 12:15:30 +0000 Subject: [Instantrails-users] Problem Installing RMagick with Instant Rails on Windows Message-ID: <20fb1f560711220415v6f5868b0ycaab0a23715965d2@mail.gmail.com> I'm running Instant Rails 1.4 on Windows XP with SP2. I have downloaded the Windows binary version of RMagick from the RubyForge page. Specifically, I have downloaded: 1.14.1 binary gem for Ruby 1.8.5 (fixed for RubyGems 0.9.4) RMagick-1.14.1_IM-6.3.0-7-Q8-2.zip I have removed any older versions of RMagick using: gem uninstall RMagick I have updated my version of rubygems. I executed the ImageMagick installer found in the zip file and selected the "Update executable search path" from the installation options. I then installed the gem: gem install rmagick --local and received the response: Successfully installed rmagick-1.14.1-unknown 1 gem installed Unfortunately, when I type the following at a Rails Console prompt: >> require 'RMagick' I receive the response: require 'RMagick'MissingSourceFile: no such file to load -- RMagick Similarly, when I attempt to use RMagick within my Rails application (I use it to resize an uploaded image) I get the following message: Problems loading rmagickProcessor: no such file to load -- RMagick When I place the line: require 'RMagick' in the application's environment.rb the application fails with the message: ExitingC:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- RMagick (MissingSourceFile) I have been searching the Internet for days now and I still can't seem to make progress. Can anyone out there please help me? Thanks in advance. Kind Regards Walter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071122/dd898a6d/attachment.html From walterlockhart at gmail.com Thu Nov 22 09:33:16 2007 From: walterlockhart at gmail.com (Walter LOCKHART) Date: Thu, 22 Nov 2007 14:33:16 +0000 Subject: [Instantrails-users] RESOLVED: Problem Installing RMagick with Instant Rails on Windows Message-ID: <20fb1f560711220633id0e8f1bu14b85c288256e6c1@mail.gmail.com> I woud like to thank Robin Mayfield for indirectly resolving my similar issue with RMagick. RMagick is now installed and working. Here's what I did: 1. Downloaded 0.9.4 RubyGems zip file. 2. Ran the setup.rb 3. From within the unzipped RMagic-win32 directory I ran: gem install rmagick-1.14.1-win32.gem --local I didn't need to insert require 'RMagick' in the environment.rb file. Yeeha!! Apparently, RMagick doesn't work with RubyGems 0.9.5. Thanks again. Regards Walter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071122/da3cff9c/attachment-0001.html From curt.hibbs at gmail.com Fri Nov 23 02:05:17 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 23 Nov 2007 01:05:17 -0600 Subject: [Instantrails-users] [ANN] Instant Rails replaced by the BitNami RubyStack Message-ID: <31d15f490711222305t349584cdr290e29e5cce77090@mail.gmail.com> I no longer have the time to maintain and support Instant Rails, and there will be no further releases. However, Instant Rails is being replaced by the BitNami RubyStack, which you can find here: http://www.bitnami.com/stack/rubystack The BitNami RubyStack ships with the following components (all fully integrated): - Ruby 1.8.6 patch level 111 - RubyGems 0.9.4 - Rails 1.2.5 - ImageMagick 6.3.5 - Subversion 1.4.5 - SQLite 3.5.1 - MySQL 5.0.45 Please give it a try! Thanks, Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20071123/76d35d45/attachment.html