Displaying 9 results from an estimated 9 matches for "source_cach".
Did you mean:
source_cache
2006 Jun 28
8
How to handle Gem repository failures?
Well, I''ve managed to screw myself but good, apparently.
I cleanup my "old" versions of actionmailer and actionpack, and now the
rails gem is unavailable and of course, I can''t start rails 1.1.2
without the latest actionpack and actionmailer.
None of the rails related gems appears to be currently available in the
repository for me to get the old versions back so
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
2006 Jun 28
15
Its here! RubyGems Release 0.9.0
Read about it here:
http://rubyforge.org/forum/forum.php?forum_id=7575
--
Posted via http://www.ruby-forum.com/.
2006 Jun 30
2
Installing products through gem on ubuntu
I''m trying to install mongrel and sqlite3 through the gem command on
ubuntu. I''m have in the same problem with both. If I try to do sudo gem
install sqlite3, it says GemNotFoundException. If I run the same command
without sudo, I don''t have permission to some directory:
pbarry@pbarry-laptop:~/downloads/rubygems-0.9.0$ sudo gem install
sqlite3-ruby
ERROR: While
2007 Dec 28
3
Cannot install wxruby on Leopard
I''d like to try wxruby on my MacBook Pro with Leopard (10.5.1)
But I have troubles with gem.
I can see the gem is in rubyforge:
$ gem list wxruby -r
*** REMOTE GEMS ***
wxruby (1.9.2, 1.9.1, 1.9.0)
wxrubylayouts (0.0.3, 0.0.2, 0.0.1)
but when I try to install it:
$ sudo gem install wxruby -r
Password:
ERROR: could not find wxruby locally or in a repository
Any suggestion?
Thanks
2006 Jun 29
1
gem flaking out on me
# gem install rmagick
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (OpenURI::HTTPError)
404 Not Found
# gem update sources
Updating installed gems...
Attempting remote update of sources
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find sources (> 0) in the repository
# gem search rmagic --remote
*** REMOTE GEMS
2007 Apr 18
10
customizing global request handler
what is the cleanest way to do something for every request of a particular type (Verb, and Content-Type header)? i''m trying to figure out if shipping a custom camping.rb is avoidable, and if, how i should structure a patch
my app http://whats-your.name/yard/ uses exclusively JSON based messaging between server and client. this means POST bodies are JSON, and not querystring.. camping
2008 Jul 01
14
rake aborted! Could not find table ...
I am getting a rake aborted error and I suspect that I am missing a
package on my system since the app works for a friend on this
computer.
Here is the terminal output of the error:
anita@anitas-computer:~/sandbox/shovell$ rake db:migrate
(in /home/anita/sandbox/shovell)
rake aborted!
Could not find table ''stories''
(See full trace by running task with --trace)
2008 Nov 24
14
Problem with RubyGems installation
...rubygems/version_option.rb
install -c -m 0644 rubygems/remote_fetcher.rb
/usr/local/lib/site_ruby/1.8/rubygems/remote_fetcher.rb
install -c -m 0644 ubygems.rb /usr/local/lib/site_ruby/1.8/ubygems.rb
cp gem /tmp/gem
install -c -m 0755 /tmp/gem /usr/bin/gem1.8
rm /tmp/gem
rm -f /usr/lib/ruby/gems/1.8/source_cache
Removing old RubyGems RDoc and ri
Installing rubygems-1.3.1 ri into
/usr/lib/ruby/gems/1.8/doc/rubygems-1.3.1/ri
./lib/rubygems/custom_require.rb:31:in `gem_original_require'': no such
file to load -- rdoc/rdoc (LoadError)
from ./lib/rubygems/custom_require.rb:31:in `require''...