After running bundler / gem install I could not load nokogiri lately. It died with cannot load such file -- nokogiri/nokogiri. This is not a problem of the gem but is due...
If yes, merge the master into the production branch, push and deploy with bundle exec cap production deploy:migrations The script will ask you for the names of your...
Run bundle update cucumber capybara cucumber-rails to update to the newest versions. Backup your features/support/path.rb to be able to add your own paths again after the cucumber installation script...
If you make a gem with Bundler, you will get a rake release task that will instantly publish your gem to rubygems.org for all the world to admire. For private...
...you don’t have to put it in your Gemfile or run it with Bundler, all you need to do is create a JSON config file via zeus init and...
Try fully removing and re-installing the gem: gem uninstall mysql mysql2 bundle install
The bug is fixed in a new version of RSolr. Simply run bundle update rsolr. Version 1.0.6 works for us...
Improve geordi deploy: Find stages by their prefix (e.g. s -> staging, m -> makandra), bundle if needed, check the selected stage exists Improve geordi server: Takes port as argument (e.g. geordi...
Fix Rubygems binary error: undefined method `activate_bin_path' for Gem:Module (NoMethodError) Bundler: Gemfile.lock is corrupt & gems are missing from the DEPENDENCIES section
After installing Bundler 1.1 you will get the following warning when running tests: WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being defered until env.rb is...
...up tests (now running in about 9 min) Improve development workflow (see README) No bundler issues in tests any more
When using TextMate2 with the cucumber bundle, it does not recognize step definitions (e.g. custom_steps.rb) as such but believes they are plain Ruby files. But there is help! Solution
...r --clear-sources -s 'https://user:password@gemserver.tld/' This is useful to debug cases where Bundler complains of a gem existing in more than one gem source...
...about that but in some cases it can't. To resolve this issue, run: bundle install If this does not do the trick for you, take a look at the...
...you'd like to preview the crontab that whenever will deploy, run the following: bundle exec whenever This will print the cron syntax without modifying your local crontab...
...to remove it with gem uninstall mysql2 and then reinstall it (or just run bundle). gem pristine mysql2 will not be enough...
...in README rewritten: Now describes two usage scenarios. Improvements Generating a fixed Gemfile.lock. Run bundle update after code generation to update all gems to recent versions. Better deployment with Webpack...
Tool to show you which gems are slow to load: ➜ git:(master) ✗ bundle exec bumbler [################################################# ] (49/65) travis-lint... Slow requires: 110.21 render_anywhere 147.33 nokogiri 173.83 haml 179.62 sass-rails...
...by either checkout, reset [--hard], stash, probably Rails' Spring is the culprit and not Bundler itself. Fix spring stop The author of the linked Stackoverflow post supposes Spring re-writes...
...any Linux distribution and any OS X machine. This allows Ruby app developers to bundle these binaries with their Ruby app, so that they can distribute a single package to...
Angular-xeditable is a bundle of AngularJS directives that allows you to create editable elements. Such technique is also known as click-to-edit or edit-in-place.
The basics of Isolate, a tool for replacing Bundler in gem management...
...to use cucumber_spinner if it is available in your Gemfile Runs Cucumber under bundle exec Uses an old version of Firefox for Selenium (Javascript) features if you setup your...
...all examples in spec if you don't give an argument Runs RSpec under bundle exec Runs examples in parallel if parallel_tests gem was found in you Gemfile
.../.rbenv/plugins/rbenv-aliases rbenv alias --auto Install rbenv-default-gems (set it up to automatically install bundler): git clone https://github.com/rbenv/rbenv-default-gems.git ~/.rbenv/plugins/rbenv-default-gems Then you can install the required ruby versions: