search for: rubygems_version

Displaying 13 results from an estimated 13 matches for "rubygems_version".

2010 Oct 24
1
Re: [Rails-core] Re: (Unable to start rails application) ruby scipt/server error
...Rails #{version} gem. Please `gem install -v=#{version} rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.) exit 1 end class << self def rubygems_version Gem::RubyGemsVersion rescue nil end def gem_version if defined? RAILS_GEM_VERSION RAILS_GEM_VERSION elsif ENV.include?(''RAILS_GEM_VERSION'') ENV[''RAILS_GEM_VERSION''] else parse_gem_version(...
2008 Jun 03
9
Build rspec-rails as a gem?
I can''t figure out how to build rspec-rails as a gem when just cloned from github... there isn''t any .gemspec file or rake task that does this. Any help? -- Posted via http://www.ruby-forum.com/.
2006 Apr 14
0
Premature end of script headers
...erything install with no errors, but when we try to run "test" we get this: Error from apache error_log: Premature end of script headers: /home/user/public_html/rails/dispatch.cgi /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:46:in `require'': no such file to load -- rubygems/rubygems_version.rb (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:46 from ./../config/boot.rb:18 from ./../config/environment.rb:11 from dispatch.cgi:3 [Fri Apr 14 17:27:40 2006] [error] Premature end of script headers: /home/user/public_html/rails/dispatch.cgi ---...
2010 Oct 22
6
(Unable to start rails application) ruby scipt/server error
1) I installed the ruby-1.9.2-p0 and rubygems-1.3.7 in the (/usr/local/src directory ) 2) Then i installed rails from terminal by typing follwoing sudo gem install rails --include-dependencies 3) Then i made a rails applcation from terminal as rails new demo then cd demo ruby
2006 Jan 10
0
Problem installing rubygems-0.8.11
..._manager.rb /usr/local/lib/site_ruby/1.8/rubygems install installer.rb /usr/local/lib/site_ruby/1.8/rubygems install remote_installer.rb /usr/local/lib/site_ruby/1.8/rubygems install old_format.rb /usr/local/lib/site_ruby/1.8/rubygems install builder.rb /usr/local/lib/site_ruby/1.8/rubygems install rubygems_version.rb /usr/local/lib/site_ruby/1.8/rubygems install format.rb /usr/local/lib/site_ruby/1.8/rubygems install custom_require.rb /usr/local/lib/site_ruby/1.8/rubygems install specification.rb /usr/local/lib/site_ruby/1.8/rubygems install dependency_list.rb /usr/local/lib/site_ruby/1.8/rubygems install co...
2008 Nov 24
14
Problem with RubyGems installation
...l -c -m 0644 rubygems/timer.rb /usr/local/lib/site_ruby/1.8/rubygems/timer.rb install -c -m 0644 rubygems/exceptions.rb /usr/local/lib/site_ruby/1.8/rubygems/exceptions.rb install -c -m 0644 rubygems/specification.rb /usr/local/lib/site_ruby/1.8/rubygems/specification.rb install -c -m 0644 rubygems/rubygems_version.rb /usr/local/lib/site_ruby/1.8/rubygems/rubygems_version.rb install -c -m 0644 rubygems/source_index.rb /usr/local/lib/site_ruby/1.8/rubygems/source_index.rb install -c -m 0644 rubygems/dependency_installer.rb /usr/local/lib/site_ruby/1.8/rubygems/dependency_installer.rb install -c -m 0644 rubygem...
2007 Dec 22
12
error when installing on jruby (fastthread dependency)
I''m running jruby trunk which has integrated rubygems 1.0.0 and when I try and install mongrel with gem it blows up when the fastthread dependency tries to do a native compilation. I couldn''t find a copy of the gemspec in the svn checkout but looking at the one installed when gem installing mongrel didn''t show any platform differentiation. There is platform
2008 Jan 03
23
deployment survey
Hello Mongrels, Building on the last messages about Fastthread, can we get a detailed survey of the different ways people are deploying their applications? It will help with near-future Mongrel development. Please include the following things: * Framework, if any (Camping, Merb, Rails, Nitro, Ramaze, IOWA, Rack...) * Mongrel version * Mongrel handlers used (rails, dirhandler, camping,
2006 Jun 27
25
1.1.3 available.
Hello, DHH has just announced the release of Rails 1.1.3 http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes rails-1.1.3 activerecord-1.14.3 actionpack-1.12.2 actionmailer-1.2.2 actionwebservice-1.1.3 The announce without the repetition :) "Rails 1.1.3: Security fix and minor fixes Posted by David June 27, 2006 @ 08:07PM We''ve found and fixed a
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ails def load_initializer require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer" Rails::Initializer.run(:install_gem_spec_stubs) + Rails::GemDependency.add_frozen_gem_path end end @@ -67,7 +68,7 @@ module Rails class << self def rubygems_version - Gem::RubyGemsVersion if defined? Gem::RubyGemsVersion + Gem::RubyGemsVersion rescue nil end def gem_version @@ -82,14 +83,14 @@ module Rails def load_rubygems require 'rubygems' - - unless rubygems_version >= '0.9.4' -...
2006 Apr 01
8
ROR on solaris 10 gem installation error
...ib/ruby/site_ruby/1.8/rubygems install old_format.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install open-uri.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install package.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install remote_installer.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install rubygems_version.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install source_index.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install deployment.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install timer.rb /usr/local/lib/ruby/site_ruby/1.8/rubygems install user_interaction.rb /usr/local/lib/ruby/site_ruby/1.8...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server
2009 Sep 28
5
Multi-databases support
Hi, While I was hacking ovirt-server, I have found that it's currently restricted to Postgres DB. Even if I like postgres for serious work on a server, I really prefer to hack/dev locally on a Sqlite or MySQL DB. I have googled on rails in order to find a good answer for the "foreign key problem" which forces OVirt to stay on pg. I have found a plugin on this particular