Displaying 20 results from an estimated 10000 matches similar to: "Installtion woes (rails: file not found)"
2005 Dec 19
1
FastCGI: comm with (dynamic) server ...../dispatch.fcgi aborted: (first read) idle timeout (30 sec)
Hello,
I just did a "gem update" on my server updating to the latest version.
After this none of my scripts work.
In apache error log I get:
FastCGI: comm with (dynamic) server
"/home/user/public_html/dispatch.fcgi" aborted: (first read) idle
timeout (30 sec)
My only guess is that the problem is related to the fastCGI binding but
I have no idea what to look for. I
2005 Dec 19
1
FastCGI: comm with (dynamic) server dispatch.fcgi aborted
I just did a "gem update" on my server updating to the latest version.
After this none of my scripts work.
In apache error log I get:
FastCGI: comm with (dynamic) server
"/home/user/public_html/dispatch.fcgi" aborted: (first read) idle
timeout (30 sec)
My only guess is that the problem is related to the fastCGI binding but
I have no idea what to look for. I
2007 Jan 20
0
actionrecord gem update produces Zlib::BufError
OS = MS-WinXPproSP2 with hotfixes up to date
Dialogue:
--->
C:\>gem update
Updating installed gems...
Bulk updating Gem source index for: http://gems.rubyforge.org
Attempting remote update of actionmailer
Install required dependency actionpack? [Yn] y
Successfully installed actionmailer-1.3.1
Successfully installed actionpack-1.13.1
Installing ri documentation for actionmailer-1.3.1...
2008 Jun 25
4
Error with mongrel_rails start
When I make an empty Rails web application, and go through the steps
to create/include a database, and scaffold, mongrel_rails start (or
ruby script/server) works just fine. However, I attempted this with a
pre-existing web app and I got some errors.
First, I gathered the app''s folder (checked the contents, it has all
the folders plus one extra: components) and placed it under ruby/
2006 Mar 22
1
has_many :addresses, :as => :addressable
I just got the Rails Recipies and I''m looking the Recipe 17.
class Person < ActiveRecord::Base
has_many :addresses, :as => :addressable
end
class Company < ActiveRecord::Base
has_many :addresses, :as => :addressable
end
class Address < ActiveRecord::Base
belongs_to :addressable, :polymorphic => true
end
At the beggining I had some problems because
2006 Mar 17
0
Installed Gems on godaddy.com
Hi, is there a core list of gems that one needs to install in a production
environment? Anyways, here''s a current list of installed gems on
godaddy.com:
Gems *actionmailer 1.0.1* [www] <http://www.rubyonrails.org/> - depends on
actionpack <http://www.situationman.com/_h_admin_/gems.html#actionpack>.
Service
layer for easy email delivery and testing.
*actionmailer 1.1.5*
2006 May 15
0
FW: [Mongrel] Broken win32 service support for lastest mongrels.
Hi all,
I''ve forwarded this from the Mongrel mailing list to see if anyone has
any thoughts. In summary, Luis is hitting broken pipe errors on
occasion when he tries to stop a service. In a later email Luis
mentions that simply ignoring them might not always be the best idea,
since sometimes the service seems to no longer respond, even though it
still appears to be running fine.
Dan
2006 Apr 05
0
Segfault installing rails-1.1 gem
This is on Debian stable.
{{{
$sudo gem install rails
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
Install required dependency activesupport? [Yn]
Install required dependency activerecord? [Yn]
Install required dependency
2006 Apr 03
3
Lost Connection to MySql during query.
hi all,
I am getting an error when trying to connect to a mysql server on my
''production'' linux server. The rails app works fine when connecting to
the ''development'' mysql on my windows development server.
I have looked at the following wiki:
http://wiki.rubyonrails.com/rails/pages/Mysql+Connection+Problems/
and I installed the mysql gem, however this does
2006 Mar 27
2
Capistrano deployment issues under Ubuntu Dapper
I''ve recently upgraded my box from Ubuntu Breezy to Dapper, and for
the life of me can''t figure out why I''m getting this exception thrown.
I''ve switched from Switchtower to Capistrano, and when I run rake
deploy I get this output:
** [update_code] exception while rolling back: NameError,
uninitialized constant Net::SSH::Transport::OSSL
2006 Mar 28
2
Rails 1.1 and Rails 1.0 gems
Firstly, Congrats to the Rails team for the 1.1 release!
I installed Rails using the package created by Tony Arnold, referenced here:
<http://tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners>
I did the upgrade to Rails 1.1 and all went well. Now, however, I seem
to have two sets of gems installed. Doing a ''gems list'', I see:
2005 Dec 15
3
save and save! fail but no errors are created
Hi
I will provide code if needed but I am wondering
if there might be a standard cause for this: a
Model I am trying to save seems to fail miserably
at either a #save or #save! call. In the latter
case, a RecordInvalid is raised, but when I inspect
it, the Errors object does not contain any error
messages (full or otherwise). I have tried many
a way but I can not seem to get any error info.
Are
2006 Mar 11
2
Problems building mysql gem
Hi,
I?m having problems building and installing the mysql gem on a Fedora
Core 4 (Linux) server.
# gem install mysql
Attempting local installation of ''mysql''
Local gem file not found: mysql*.gem
Attempting remote installation of ''mysql''
Building native extensions. This could take a while...
can''t find header files for ruby.
ERROR: While executing
2009 Jan 17
4
Install older version of rails FAILED
Help! I need your help!!!
I have an old rail app which I made a few years ago. Never touched rails
since.
Now, I need to make it work again. I used the above command to install
rails, but I still get rails 2.1.1
[b]gem install rails --version 1.2.6[/b]
I tried twice, and fails twice, even the installation says
Successfully installed activesupport-1.4.4
Successfully installed
2005 Mar 02
2
Problems installing gems using rails
Hello
I''m trying to use rubyonrails, but had some troubles:
First, there was an issue with gems (it did not finished the installation):
# gem install rails
Config file /root/.gemrc does not exist
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for:
2006 Apr 07
4
What to install for Rails development?
Hi, is there a list which helps new people as existing people to RoR
in regards to what to install and when to install it? I''m just
looking for a list must have components because I''m really lost at
this point with all the announcements. Finally, my hosting company is
currentlyhas the following version of rails installed:
rails 0.13.1 [rdoc] [www] - depends on actionmailer,
2006 May 18
4
Install Glitch
Ubuntu 5.10, Ruby 1.8.3. I installed rubygems, then tried rails, and
get a tragic looking error at the end. Is this a problem? It looks
related to rdoc.
root@bonus:/usr/local/rubygems-0.8.11# gem install rails --include-dependencies
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
2006 Apr 24
1
Upgrading Rails to 1.1.2 exception thrown ...
Hi,
I was able to successfully upgrade my ruby version to 1.8.4
After that i issued this:
sudo gem install rails --include-dependencies
The output of which is this:
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
Successfully
2006 Mar 10
14
Oracle Date type errors rails on edit
I have a table with "expires_on" a DATE field.
"Show" and "Destroy" work, but "Edit" errors:
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/date_helper.rb:150:in
`select_hour''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/date_helper.rb:149:in
`select_hour''
It only happens when
2007 Feb 07
1
Auto-installing Gems via boot.rb causes errors under Mongrel
Hi,
I''m trying to make my Rails app auto-install my required gems, by
invoking the gem installation in boot.rb. I''ll use the ActionMailer
gem as an example:
...
system "sudo gem install actionmailer --version=1.2.5 -y"
...
Problem is that this fails on the first invocation of Mongrel - it
can''t find the gem. However, if I kill and restart mongrel (with the