search for: gemcutt

Displaying 20 results from an estimated 21 matches for "gemcutt".

Did you mean: gemcutter
2009 Nov 01
19
will_paginate vs mislav-will_paginate
I''ve just reinstalled linux (9.10) and am trying to match my gem environment to our server''s. I''m having a problem with will_paginate. On the server, under gem list, i have "mislav-will_paginate (2.3.6)". So, i''m trying to install that locally. Following the instructions on the will_paginate page, http://wiki.github.com/mislav/will_paginate,
2011 Feb 19
1
undefined method `map' for nil:NilClass for rails 2.3.2
...2.3.8'', :lib => ''will_paginate'', :source => ''http://gems.github.com'' config.gem ''thinking-sphinx'', :lib => ''thinking_sphinx'', :version => ''~> 1.3.18'', :source => ''http://gemcutter.org'' # config.gem ''thinking-sphinx-raspell'', :lib => ''thinking_sphinx/raspell'', :version => ''1.1.1'', :source => ''http://gemcutter.org'' # config.gem "RedCloth", :version => ''4.1...
2009 Dec 22
16
Will paginate is missing on rake db:migrate
...red gems: will_paginate ~> 2.3.11 But the gem is not missing, It runs very well in my app. To make the rake pass I have to comment out the gem in my environment.rb file. environment.rb: config.gem "will_paginate", :version => "~> 2.3.11", :source => "http://gemcutter.org" I use snow leopard. What have I done wrong? Jonas-MB:stuteri jeb$ gem list *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) authlogic (2.1.3) nifty-generators (0.3.0) rack (1.0.1) rails (2.3.5) rake (0.8.7...
2010 Mar 07
5
Rails development processes running very slow
This is a problem I know other people have been having. I''m on Rails 2.3.5 on a dual core 2.1Ghz Macbook Pro 2.1 with 3Gb of ram and 800Mb+ inactive memory. Things should be fast. Sometimes things run slowly, but nothing nearly as slowly as rails. irb starts in milliseconds. Even Java maven tasks are pretty fast. Rails on the other hand takes a pitiful 1:30 minutes to start - the
2009 Nov 03
1
Gem::RemoteFetcher::FetchErro when installing rails
I am trying to install rails on Ubuntu 8.10, and met following errors. Please help me get through.Thanks. root@pierr-desktop:~# gem install rails ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response 500 (http://gems.rubyforge.vm.bytemark.co.uk/gems/actionpack-2.3.4.gem) #other information root@pierr-desktop:~# ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform, the Model.paginate find works ok, accepts all kinds of params, this is config.gem config.gem ''will_paginate'', :version => ''2.3.11'', :source => ''http://gemcutter.org'', but <%= will_paginate @collection %> doesn''t work it always produce nil(so nothing on page). weird. -- 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-...
2011 Jan 08
6
Need help in Installing Rails 3.0.3
This is my gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2010-12-25 patchlevel 136) [i686-linux] - INSTALLATION DIRECTORY: /home/arjunkishore/.rvm/gems/ruby-1.9.2-p136 - RUBY EXECUTABLE: /home/arjunkishore/.rvm/rubies/ruby-1.9.2-p136/bin/ruby - EXECUTABLE DIRECTORY: /home/arjunkishore/.rvm/gems/ruby-1.9.2-p136/bin - RUBYGEMS PLATFORMS: - ruby -
2009 Nov 03
2
will_paginate pagination problem
hi; i use will_paginate the first page come true but all other page get the same data of first page i checked in controller "page" parameter works true but paginate get only first page''s data and shows these data in all pages forexample first page seen A,B second page also seen A,B but second page must be C,D my code is; controller : @list = Company::Env.paginate :page =>
2010 Sep 27
3
having some issues with factory_girl and bundler...
...ort/dependencies.rb:80:in `const_missing'' from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:92:in `const_missing'' from (irb):1 >> require ''factory_girl'' => true >> My Gemfile looks like this source :gemcutter # gem "rails", "2.3.8" gem "memcached-northscale" gem "uuidtools", ">= 1.0.2" gem "json", ">= 1.2.4" gem "nokogiri", ">= 1.4.0" gem "tzinfo", ">=0.3.5" gem "SystemTim...
2009 Oct 31
3
1.9 Compat and merging mail gem into ActionMailer
...resilient to crap). The point is that TMail is _not_ 1.9 compatible and is _hard_ to get compatible. Mail is compatible, however needs some more work to make it a TMail replacement. I announced it on Ruby-Talk on the 25th of you are interested, "[ANN] mail 1.0.0" You can get mail from gemcutter, or from http://github.com/mikel/mail But this email is to solicit help and testing of a rewrite of ActionMailer to use the installed mail gem instead of the bundled tmail lib/vendor. I have forked ActionMailer at: http://github.com/mikel/rails/tree/master/actionmailer/ and I welcome help / tes...
2009 Oct 26
0
On Moving Away from RubyForge Services
All, As some of you may have heard, the default gem hosting repository will soon transition away from RubyForge.org to a new site, RubyGems.org (aka Gemcutter.org). Coincident with this transition will be a gradual (?) phasing out of other RubyForge services, which I''ve written about here: http://lylejohnson.name/blog/2009/10/26/wait-what-was-that-last-bit/ As I write near the end of that piece, I''m starting to think about wh...
2010 Mar 08
0
Clearance issues
I''m really trying to use bundler, but I seem to be running into way more problems then it seems worth. Now, this issue I''m having might not be related directly to bundler, but I can''t figure out what else could be causing it. My Gemfile source :gemcutter gem "rails", "~> 2.3.5", :require => nil gem "clearance", "0.8.6" My Problem jeremywoertink$ ./script/generate clearance Couldn''t find ''clearance'' generator jeremywoertink$ ./script/console Loading development environment...
2010 Feb 02
0
[Security] Loofah has an HTML injection / XSS vulnerability, please upgrade to 0.4.6
.... Versions Affected: All version prior to 0.4.6 Not affected: Applications which do not use Loofah::XssFoliate or Loofah::Helpers#strip_tags Fixed Version: 0.4.6 This vulnerability was reported on 1 Feb 2010 and was fixed on 2 Feb 2010. Releases ---------- Loofah 0.4.6 is available on gemcutter and rubyforge now. Patch is below. Credits ---------- Thanks to Mike Schubert and Sam Pierson for reporting the vulnerability, and Aaron Patterson for providing the fix. Release Notes ---------- * <http://github.com/flavorjones/loofah> * <http://loofah.rubyforge.org> * <http:...
2010 Dec 08
1
Help on install act_as_ferret on windows XP
..., 1.0.0.rc.6) capybara (0.3.9) configuration (1.1.0) cucumber (0.8.5) cucumber-rails (0.3.2) culerity (0.2.12, 0.2.10) database_cleaner (0.5.2) datanoise-actionwebservice (2.3.2) diff-lcs (1.1.2) erubis (2.6.6) factory_girl (1.3.2) ferret (0.11.5 mswin32) ffi (0.6.3 x86-mingw32) friendly_id (3.0.6) gemcutter (0.6.1) geokit (1.5.0) gherkin (2.1.5 i386-mingw32) heroku (1.9.13) hobo (1.0.1) hobofields (1.0.1) hobosupport (1.0.1) hoe (2.6.1) i18n (0.4.2) json_pure (1.4.6, 1.4.5) launchy (0.3.7) mail (2.2.9) mime-types (1.16) mysql (2.8.1 x86-mingw32) nokogiri (1.4.3.1 x86-mingw32) pg (0.9.0 x86-mingw32)...
2010 Jan 18
1
binarylogic-searchlogic ~> 2.0 binarylogic-authlogic mbleigh-subdomain_fu
I am having problem starting my app, here''s the error message, i am running Ubuntu 9.04 with Apache with Passenger: The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message can be found below. To solve this problem, please follow any instructions in the error message. Error message: Missing these required gems:
2010 Mar 13
0
Authlogic -> Production Server
...config.gem "authlogic", :version => ''2.1.3'' config.gem "jeffp- enumerated_attribute", :lib=>"enumerated_attribute" config.gem ''will_paginate'', :version => ''~> 2.3.12'', :source => ''http://gemcutter.org'' config.time_zone = ''UTC'' end Any ideas why it won''t load in production mode? -- 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-/JY...
2010 Feb 04
3
Rails Edge: gem bundle error
...by1.9/gems/1.9.1/gems/rubygems-update-1.3.5/lib/ rubygems/gem_runner.rb:58:in `run'' /usr/local/bin/gem:21:in `<main>'' Ruby''s fine: $ ruby -v ruby 1.9.1p376 (2009-12-07 revision 26041) [i686-linux] Rubygem configuration is that of a mint installation of Ruby 1.9 (gemcutter gem is installed): $ gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.5 - RUBY VERSION: 1.9.1 (2009-12-07 patchlevel 376) [i686-linux] - INSTALLATION DIRECTORY: /opt/ruby1.9/lib/ruby1.9/gems/1.9.1 - RUBYGEMS PREFIX: /opt/ruby1.9/lib/ruby1.9/gems/1.9.1/gems/rubygems- update-1.3.5 -...
2010 Jan 21
5
rrd library missing
I am trying to get rrd graphs working, but I am getting the infamous "RRD library is missing; cannot store metrics". Everything I have read about the error applied to redhat or ubuntu. I am using Solaris 10. I installed both the rrdtool Solaris package and the RubyRRDtool gem. When I run "ruby -rRRDtool -e ''puts :yep''", it successfully returns
2009 Nov 07
1
Fwd: [PATCH (geoip)] use IO.pread from the io-extra lib if possible
I sent this to the author of geoip a few days ago and haven''t heard back, yet. Since he may be on vacation or busy, somebody may also hit this problem in the mean time, I figured I''d post the patch + git repo I sent him here. Unicorn users: The pread(2)/pwrite(2) syscalls are very useful for making libraries like this one (that rely on an on-disk database) compatible with
2010 Sep 13
10
Could not find [GEM] locally or in a repository
Hey Guys, How could I fix the following: "gem install --no-rdoc --no-ri kete-feedzirra" ERROR: could not find gem kete-feedzirra locally or in a repository "gem install --no-rdoc --no-ri libxml-ruby" ERROR: could not find gem libxml-ruby locally or in a repository "gem install --no-rdoc --no-ri http_url_validation_improved" ERROR: could not find gem