search for: rails_analyzer_tool

Displaying 8 results from an estimated 8 matches for "rails_analyzer_tool".

Did you mean: rails_analyzer_tools
2006 Mar 02
5
Installation Problem
...tem for a class project. I have ruby 1.8.2-14 installed and am entering at the command prompt >gem install rails --remote According to Curt Hibbs installation, I should get a series of questions to answer yes to, and then info on the installation. All I am getting is... Successfully installed rails_analyzer_tools, version 1.1.0 Installing RDoc documentation for rails_analyzer_tools-1.1.0... Any help would be greatly appreciated. -- Posted via http://www.ruby-forum.com/.
2006 Jan 23
5
can''t install model_security_generator
...gem update rails" and it seems satisfied: C:\>gem update rails C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" update rails Upgrading installed gems... Attempting remote upgrade of rails Attempting remote installation of ''rails'' Successfully installed rails_analyzer_tools, version 1.1.0 Installing RDoc documentation for rails_analyzer_tools-1.1.0... Attempting remote upgrade of rake Attempting remote installation of ''rake'' Successfully installed rake, version 0.7.0 Installing RDoc documentation for rake-0.7.0... All gems up to date What am I miss...
2005 Dec 14
2
RoR not upgrading after (or beign downgraded to) 0.10.0
Hi guys, can''t get RoR updated after 0.10.0 also rails -v gives "version unknown". Any hints? Lorenzo rails (0.10.0) Web-application framework with template engine, control-flow layer, and ORM. rails_analyzer_tools (1.1.0) Tools for analyzing the performance of web sites. C:\>rails -v rails: version unknown
2006 Nov 13
9
Setting up Mongrel and Apache , some direction needed
I have a site that is PHP on Apache / RedHat , but will send requests to a subdomain (running Rails) for database operations. I believe the set up should be to have ROR using Mongrel, and an Apache virtual host passing requests from apache to mongrel. Does this sound correct ? I believe the Virtual Host is set up in Apache. One of my problems is I can''t find the httpd.conf file for
2006 Mar 19
0
rails analyze issue
...lib/production_log/analyzer.rb:381:in `pad_request_name'': undefined method `-'' for nil:NilClass (NoMethodError) #-------------------------------------------------------------------------- and crawl also not works. crawl -u http://192.168.1.3/ -c /usr/local/lib/ruby/gems/1.8/gems/rails_analyzer_tools-1.1.0/lib/analyzer_tools/crawl.rb:127:in `extract_url_from'': private method `scan'' called for nil:NilClass (NoMethodError) #-------------------------------------------------------------------------- my ruby is 1.8.4 something missed? -- Posted via http://www.ruby-forum.com/.
2007 May 09
0
SyslogLogger 1.4.0 Released
SyslogLogger version 1.4.0 has been released! http://seattlerb.rubyforge.org/SyslogLogger SyslogLogger is a Logger replacement that logs to syslog. It is almost drop-in with a few caveats. Changes: == 1.4.0 / 2007-05-08 * Split from rails_analyzer_tools. * Added eh methods for compatibility with Logger. * Added syslog-ng instructions. Patch by Tom Lianza. * Fixed require in documentation. Reported by Gianni Jacklone. http://seattlerb.rubyforge.org/SyslogLogger --~--~---------~--~----~------------~-------~--~----~ You received this message...
2006 Jan 24
18
Can''t install rails, instructions in the book are wrong....
I can''t even get Rails installed in Windows XP. I follow the directions in "Agile Web Development With Rails", I download Ruby, then RubyGems, and I install those, and I then type the command that came right out of the book. C:\ruby>gem install rails --include-dependencies and it doesn''t even work: C:\ruby>"C:\ruby\bin\ruby.exe"
2006 Jan 02
19
AR: How to store and restore in YML.
Hello- I have a database with entries that are segmented by customers. I would like to be able to store / delete / restore a particular customer''s information. I will need to rebuild the rows on restore and also rebuild the associations for the different tables. For example, customer { id name } companies { id customer_id (belongs_to) name } contacts { id