Displaying 20 results from an estimated 20000 matches similar to: "Frustration: rails server not responding"
2011 Apr 08
1
Ruby 192\lib malware
I just had an AVIRA window pop up to tell me :
c:\Ruby192\lib\ruby\gems\1.0.1\gems\acitonpack-3.0.6\lib
\action_dispatch\route_set.rb
Contains HEUR/HTML Malware suspicious code.
Action: Move to quarintine
Apply now or Cancel
What to do? Is this for real?
Bruce
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post
2011 Apr 01
10
"rm public/index.html not recognized...."
I typed, "rm public/index.html"
Got back, "''rm is not recognized as an internal or external command,
operable program or batch file."
Bruce
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2011 Apr 07
5
Routing Error : No route matches "/" (for "Hello World!" action)
My routes.rb reads at the top:
Hello::Application.routes.draw do
match '':controller(/:action(/:id(.:format)))''
and then all the commented material it comes with and an "end" at the
end of the file.
But when I type http://localhost:3000 into my browser I get the
following error message:
Routing Error
No route matches "/"
I''m stumped.
Bruce
--
2011 Apr 03
3
error: 'Access denied for user 'root'@'localhost' <using password: NO>'
rails railscoders --database=mysql
created the directory with folders except for a ''components/'' folder
which Practical Rails by Alan Bradburne lists as one of the folders
created.
Continuing with:
mysqladmin -u root create railscoders_development
returns this:
mysqladmin: connect to server at ''localhost'' failed
error: ''Access denied for user
2011 May 03
1
syntax error, unexpected $end, expecting rASSOC
I added this to my db/seeds.rb:
user = User.create :email => ''another-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'', "password =>
''guessit''
Category.create [{:name => ''Programming''},
{:name => ''Event''},
{:name => ''Travel''},
{:name => ''Music''},
2010 Sep 23
3
Can't install mysql2 gem on Windows 7
I am new to Ruby and have tried and failed several times installing
mysql2 gem on my windows 7 OS. I checked several forums for solutions
but still couldn''t get that installed. can someone help my out please?
below is the error:
c:\>gem install mysql2
Building native extensions. This could take a while.
ERROR: Error installing mysql2:
ERROR: Failed to build gem native
2011 Jul 25
4
Rails 3 test database issues
I am having a problem using the test database in Rails 3. It
apparently has kept track of aspects of the database that I deleted
completely from my migrations at some point. I don''t always use the
''down'' part of a migration and sometimes just recreate the whole
database. I did rake db:migrate:reset and rake db:test:prepare, but
when I run my test it is trying to access
2010 Nov 25
2
no such file to load - spec/test/unit
Under the older version of rspec, I''m able to run my script successfully
by running "spec randomperform.rb"
I''ve now installed the newest rspec, and it does not work for me. If I
run the command:
rspec randomperform.rb
I get the following error:
-----
<internal:lib/rubygems/custom_require>:29:in `require'': no such file to
load --
spec/test/unit
2011 Sep 09
1
i need help.please anyone can help me out witth this.
I installed ruby on my pc...then after that i got lib not found as one
error when i was installing rails... further all steps worked like
installing sqlite3 and creating test application...but wen i gave a cmd
called rake db:migrate, i got errors like these- rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
D:/Ruby192/lib/ruby/1.9.1/rake.rb:2367:in
2011 Dec 08
3
Problem with running "WEbrick"
Hi
After I installed ruby 1.9.2p290(with rubyInstaller) on windows 7 and
connected MySQL to it ( I checked it
and it worked ) I installed rails then I create a project on
"C:\Users\Amiref\Documents\Sites\simple_cms"
with this order : "rails new simple_cms -d mysql"
then when I use "rails server" to run webrick I saw this error on
command prompt :
"rails.bat :
2011 Mar 14
3
error during installing gem named mysql2
*hello everyone,*
*
*
*im getting this error when im installing a gem via command prompt *
*can any one help me out? please*
*
*
*thanks.*
*
*
*C:\>gem i mysql2*
*Temporarily enhancing PATH to include DevKit...*
*Building native extensions. This could take a while...*
*ERROR: Error installing mysql2:*
* ERROR: Failed to build gem native extension.*
*
*
* C:/Ruby192/bin/ruby.exe
2010 Dec 15
3
ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr
Hi I am a new to ROR and learning this framework from various tutorials.
I have my new application and had the rails generate scaffold get going
but after this when I first ran the rake db:migrate I got this ERROR!
ORA-12514:
TNS:listener d
oes not currently know of service requested in connect descriptor
(OCIError)
I''m using database which is on a server and have used the tnsnames.ora
2010 Aug 22
7
Rails 3: Error saving an object with no useful information
Hey,
I''m kinda desperate cause I''m getting an error and have no idea how to
fix this since it doesn''t give me any information hinting where the
problem is:
irb(main):054:0> reload!;User.last.save!
Reloading...
NameError: undefined local variable or method `to_ary'' for
#<User:0x4ed5d20>
from
2011 Mar 20
10
Unable to install mysql2 gem on windows 7
I am getting the following error message while installing, let me know
if any one needs some more details. I followed instruction from
"https://github.com/oneclick/rubyinstaller/wiki/Development-Kit".
I am using ruby 1.9.2p136 (2010-12-25) [i386-mingw32].
E:\work_desk\trunk>gem install mysql2 -v 0.2.4
Temporarily enhancing PATH to include DevKit...
Building native extensions. This
2015 Oct 01
2
Fwd: buildbot failure in LLVM on clang-cmake-mips
This buildbot has been failing for over a week straight (
http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/9387 ) - does
anyone know/care about it?
---------- Forwarded message ----------
From: <llvm.buildmaster at lab.llvm.org>
Date: Wed, Sep 30, 2015 at 7:49 PM
Subject: buildbot failure in LLVM on clang-cmake-mips
To: Adrian Prantl <aprantl at apple.com>, Ahmed Bougacha
2010 Oct 03
23
Newbe: rails version issue
I am evaluating RubyMine but am getting the following rake issue...
C:/Ruby192/lib/ruby/1.9.1/rubygems.rb:340:in `bin_path'': can''t find
executable
rake for rake-0.8.7 (Gem::Exception)
There are many web pages (through Google) that discuss this, and several
recommend applying a patch and link to a .patch file
(0001-version-bundled-gems-during-installation.patch). This file opens
2015 Oct 01
2
buildbot failure in LLVM on clang-cmake-mips
On Thu, Oct 1, 2015 at 12:08 PM, Daniel Sanders <Daniel.Sanders at imgtec.com>
wrote:
> I do. I'll take a look.
>
> Is there a way for owners to get emails for long-lasting failures?
>
I'm not sure what the generic setup is, but at least for the builder/slave
I admin, it emails me on every failure. So I get a lot of mail,
continuously, if there's a consistent
2015 Oct 02
3
buildbot failure in LLVM on clang-cmake-mips
I've just noticed that this is a new test added in r248325 and has never passed on this builder. Added the author of the test (Evgeniy).
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Daniel Sanders via llvm-dev
Sent: 01 October 2015 20:34
To: David Blaikie
Cc: llvm-dev
Subject: Re: [llvm-dev] buildbot failure in LLVM on clang-cmake-mips
> > I do. I'll take
2011 Jun 08
2
MySql2 adapter hangs in Rails3 on Windows XP
Previously we''ve used Rails2.xx with no problems and we''re trying to
upgrade to ruby 1.9.2p180 and Rails 3.0.7 with pik to keep ruby
versions separate.
After some initial difficulties with MySql2 gem installation,
following <a href=http://rorguide.blogspot.com/2011/03/installing-
mysql2-gem-on-ruby-192-and.html>these tips</a> got mysql2 v0.2.7
installed.
My problem
2005 Dec 15
12
Adding multiple invoice items to an invoice on the same form
Hi Friends ,
Got a unique requirement .I am designing a invoice printing system
.So right now I have the NEW page for adding the invoice details to the
table .Now I have the requirement of adding Invoice Items In the same
form .I have added multiple text boxes to enter the values of the Items
using
<%= text_field ''invoiceitems[]'', ''item_price''