search for: gembundler

Displaying 16 results from an estimated 16 matches for "gembundler".

2011 Dec 17
7
How does bundler know whether Gemfile has changed?
...e(5), bundler will fetch all remote sources, but use the dependencies specified in the Gemfile.lock instead of resolving dependencies." The question is how does it know whether Gemfile has been updated? I expected to find something in Gemfile.lock but can''t see it. Colin [1] http://gembundler.com/man/bundle-install.1.html -- 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 unsubscribe from this group, send email to r...
2011 Oct 18
8
rspec 1.3.2, Rails 2.3.14 - plugins not loading
Hi there I have a weird situation. I have inherited a project in Rails 1.2.3 that has been upgraded to Rails 2.3.14 (and is running). I have installed Cucumber and Rspec to start to write features/tests for the new code that needs to be written. In my Gemfile, these Gems are loaded: group :test do gem ''rspec-rails'', ''~> 1.3.4'', :require =>
2010 Sep 27
3
having some issues with factory_girl and bundler...
...minds here :) I''m using Rails 2.3.8 & ruby 1.8 (I know, I know... ) I''ve move my gems from .gems to Bundler, but I''m having some issues with Factory_girl when I rake spec "uninitialized constant Factory" I''m following the instructions from http://gembundler.com/rails23.html. Basically: - grab all config.gem and place them into Gemfile - bundle install - check Gemfile.lock in my repository .. etc I even tried with a new dummy app from scratch and got the samething... /script/console test Loading test environment (Rails 2.3.8) >> Factory NameE...
2010 Nov 09
6
Upgrading to snow leopard
Hi All, I''m currently mid-project at the moment, and am scepticle in upgrading to Snow Leopard. If I do, will it affect my current Ruby on Rails set up on my machine?? Cheers -- 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
2011 Oct 21
1
Windows RailsInstaller for 2.3.x ?
Can anyone tell me which RailsInstaller version was the last one that provided Rails 2.3.x ? The release notes are a bit skimpy :-) but I need to help someone on Windows get set up to work on a legacy app. TIA, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- You received this message
2011 Jan 12
1
gem and rails3: LoadError
Hi everybody, I''m trying to use the prawn gem into a new rails3 application on debian. What I did: As root: - install rubygems, from http://rubyforge.org/frs/download.php/73882/rubygems-1.4.2.tgz - gem install rails - gem install prawn - gem install pdf-reader - gem list | grep prawn => prawn (0.8.4) prawn-core (0.8.4) prawn-layout (0.8.4)
2011 May 19
1
undefined method `name' for “SystemTimer”:String
Hey All, I am having a problem getting an old Ruby on Rails 2 app that hasn''t worked in a year to work. I''m trying to run rake test:functionals in the root of my project directory but am getting undefined method `name'' for "SystemTimer":String I''ve pasted everything that I believe relevant to the problem here: http://pastebin.com/NgBvystZ Also,
2011 May 25
1
can't load hpricot gem in rails 3
This is in windows .. So from irb, I can load hpricot ok. (ruby 1.8.7) C:\Users\Laurence\rails-play\plug-test>irb irb(main):001:0> require ''hpricot'' LoadError: no such file to load -- hpricot from (irb):1:in `require'' from (irb):1 irb(main):002:0> require ''rubygems'' => true irb(main):003:0> require
2011 Apr 26
2
vendoring rails the good ol' fashioned way
rails 3.0.7 here. ''bundle package'' dumps 29MB into vendor/cache and 129MB into vendor/ rails.... That seems to arbitrary and unnecessary. How do I install rails to vendor/rails these days? ''rake rails:freeze:gems'' used to work great, now what? Tried this: Gemfile: gem ''rails'', ''3.0.7'', :path =>
2013 Mar 01
7
Why so many worker threads?
Hello! Can anyone explain why my Unicorn installation (for RoR site) have so many worker threads? * screenshot: http://i.stack.imgur.com/U9TFR.png * unicorn.rb: https://gist.github.com/907th/4995323 Thanks!
2012 Nov 20
4
Ruby rails rpm package
Hi all, Somebody knows if exists some rpm package for ruby rails?? Thanks.
2012 Feb 25
1
Seems I'm missing some kind of library?
When I run "rake db:create --trace" in my rails directory, or if I attempt a "bundle install" I get the same error around missing "rubygems/format". I am new, but I am really hoping there is some way that I can discover which package this "rubygems/format" belongs in. I did a locate on "format" | grep gem and I didn''t find any
2011 Aug 23
2
Where is WillPaginate::Finders ???
Hi All! It''s been a while since I had to ask for help, but I''m back! I''ve finished beta testing my big app and started the transition to production. Everything went fine and the production version was working till I was asked to add another model :-( (Almost a year of beta testing and they only come up with it after moving to production :-D ) I successfully
2011 Feb 20
17
Rails 3.0 App Deployment
I have a Rails 3.0 App ready to be deployed on a production server; but as you all might know getting all the gems you need (including Rails 3.0) on a shared hosting is nearly impossible. So here is what need help with: 1. Can I freeze my app with all the necessary gems and deploy it on Fast CGI? 2. If yes how do I freeze a Rails 3.0 app? 3. How do I deploy it on Fast CGI? I know this is an
2011 Apr 06
16
Unable to install Rails using Gem
I am new to Ruby on Rails. I was trying to get Ruby on Rails installed. I am on Windows XP with access to internet through a proxy. I installed Ruby and then Gem. I downloaded both as standalone packages and unzipped them. But when i tried installing Rails through Gem , I got the below error " C:\Program Files\rubygems-1.7.2>gem install rails --version 3.0.1 ERROR: While executing gem
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
Hi all, I am running into a weird issue where my application is giving me a stack level too deep error. I can''t seem to find where my code is throwing this error. On the machine I developed this code on, this error does not show up when I run rails s but when I move the code to another system to run it this error shows up. The system that this code runs fine on is a mac os x machine