Displaying 7 results from an estimated 7 matches for "binstubs".
Did you mean:
minstubs
2013 Jul 13
4
?include binstubs in version control
I am using rbenv. Just a quick question:
Is it good practice to include binstubs in version control?
I have looked at the binstubs created; they look pretty harmless.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails...
2012 May 09
5
Unicorn doesn't play nice with Capistrano deployment?
...is deployed inside the releases directory under a
unique name and if the transaction was successful, creates a symlink
named current that will point to that release.
So I end up with a deployment directory such as:
/home/deployer/apps/sample_app/current
Then when I try to start unicorn from the binstubs directory all the
unicorn methods look for things in the following path, particularly in
the configurator.rb module:
/home/deployer/apps/sample_app
I haven''t been able to fully understand how unicorn sets the
working_directory from here:
https://github.com/defunkt/unicorn/raw/master/lib...
2011 Sep 02
4
You have already activated rack 1.3.2, but your Gemfile requires rack 1.2.3.
Hi, guys,
I got the below error message when i typed this command in terminal "rackup
config.ru" , the file config.ru is rails ''s configuration file.
You have already activated rack 1.3.2, but your Gemfile requires rack 1.2.3.
Consider using bundle exec. (Gem::LoadError)
So, how should i do , thanks a lot.
--
You received this message because you are subscribed to the
2011 Jun 06
9
rake 0.9.0 activated error + debugger not working?
Hi everyone,
I am using rvm, and when I try to do rake spec, I get:
"You have already activated rake 0.9.0, but your Gemfile requires rake 0.8.7.
Consider using bundle exec."
... Is there a way to get around this so I don''t have to do bundle exec rake spec each and every time?
Also, I tried throwing ''debugger'' into one of my specs and I get:
2013 Dec 12
0
Bad file descriptor on reload under Ruby 2.0
If you''re getting an EBADF (bad file descriptor) error when re-execing
Unicorn under Ruby >= 2.0 (see, e.g,
http://rubyforge.org/pipermail/mongrel-unicorn/2013-August/001858.html),
it''s likely that you''re re-running Unicorn via "bundle exec":
http://developer.zendesk.com/blog/2013/10/09/ruby-2-0-changes-exec-bundler/
The fix is to use a binstub for
2012 Dec 28
3
git push heroku master error
...objects: 100% (52/52), done.
Writing objects: 100% (66/66), 26.30 KiB, done.
Total 66 (delta 3), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.2
Running: bundle install --without development:test --path
vendor/bundle -
-binstubs bin/
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/..
Installing rake (10.0.3)
Installing i18n (0.6.1)
Installing multi_json (1.5.0)
Installing activesupport (3.2.1)
Installing builder (3....
2013 Jan 21
5
Cucumber issues when generating a new rails app.
Hi,
please i''m a newbie and enthusiast of RoR. i''m presently studying a
book(rails 3 in action). I tried setting a up a new rails app: I''ve
created my cucumber feature. but on running rake db:migrate, it gives a
blank output. From the book i''m to expect: (in /home/user/ticketee),
also on running rake cucumber:ok, i don''t get any result.
Pleas i need