Have gemika generate a Github Actions workflow definition by running mkdir -p .github/workflows; bundle exec rake gemika:generate_github_actions_workflow > .github/workflows/test.yml Gemika tried to detect which of your...
You might run into issues with the mysql2 gem, including issues bundling, and even segfaults. Use this card to fix these issues. When tests pass, merge to...
ratio = 0.5 [[[terminal2]]] type = Terminal parent = child1 profile = default command = env startup_cmd="bundle exec rails server" startup_attrs="-p 3000" bash [[[terminal3]]] type = Terminal parent = child1 profile = default...
...install for Ruby 2.5 if you use a version equal or below 1.8.3. Run bundle update json --conservative to solve this issue. The backtrace you will encounter looks like this...
...To fix this you only need to upgrade the capistrano-passenger gem. Therefore run bundle update capistrano-passenger --conservative. The version change of passenger from 6.0.7 to 6.0.8 has triggered...
...use therubyracer -v '0.11.4' and libv8 -v '3.11.8.17' on OS X Mavericks. However, running bundle update therubyracer worked for me. It installed therubyracer -v '0.12.1' and libv8 -v '3.16.14.3' and...
Log of my attempts to get it working Probably you got here when bundling failed building native extensions for therubyracer. The libv8 (3.3.10.4) should have been installed when bundling...
Info If you're using Rails you already have concurrent-ruby in your bundle. hamster hamster provides several collection classes, such as Hamster::Hash. Hamster collections are immutable. Whenever...
...information check the compatibility notes. Fix Update net-ssh to version 7 or newer! bundle update net-ssh --conservative Bundler attempted to update net-ssh but its version stayed the...
...to find the gem that prevents you from updating and update this gem first. bundle update net-scp --conservative
...manner, it can affect readability in a terrible way. The better option is to bundle your local font into an npm package and to add a dependency in your project...
...s package.json file which loads this bundled font: // ./package.json { "name": "my_project", "private": true, "dependencies": { "@rails/webpacker": "^3.0.2", "bought-font": "file:vendor/asset-libs/bought-font" }, "devDependencies": { "webpack-dev-server": "^2.9.5" } } Note the path's...
This is how you do it (key shortcuts apply for TextMate2) Open the bundle editor (ctrl + alt + + B) Create a new Item ( + N), select "Command" Paste this: ^ #!/usr/bin/env ruby...
...cucumber features with (only) 2 cores The great thing is that the commands are bundler aware. Some tests showed that parallel test execution (2 CPUs instead of 1) gives you...
...uninstall --all mysql mysql2 The next time to work on a Rails project a bundle install will get you back the gems. Run tests Now run your test suite to...
...want to run a script on the server. at Rails 2 it's script/runner bundle exec script/runner -e env_name path/to/script.rb argument1 argument2 ... at Rails 3 it's rails runner...
...RAILS_ENV=env_name bundle exec rails runner path/to/script.rb argument1 argument2...
...files need to be corrected, then passes them to the autocorrection command: alias fixcops="bundle exec rubocop -p | grep -P \"\A[^:]+(?=:\d+:\d+: )\" --only-matching | xargs --no-run-if-empty...
...bundle exec rubocop -a" bundle exec rubocop -p quickly scans for issues, listing each affected file grep -P \"\A[^:]+(?=:\d+:\d+: )\" --only-matching searches for those file names
...for Libv8:Module (NoMethodError) This is caused by therubyracer's extconf.rb requiring libv8 without Bundler. So it gets the most recent version on your local machine, which might be incompatible...
I use the Gemini web chat interface quite extensively. One thing that is tedious is giving it all the context...
...plugin would require the sqlite3 gem, but that gem wasn't in the Gem bundle. Rack only parses 65536 form params by default Problem can occur when using the integrated...
...unless the user explictily requested the version: gem install foobar --version="=2.3.0.alpha2" Also bundle update will never update a stable version to a pre-release version unless the user...
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
...Solr you have to start your local instace by running Sunspot's rake task: bundle exec rake sunspot:solr:start Now prepare Solr's index by re-indexing all existing...
Our applications not only need to be functional, they need to be fast. But, to quote Donald Knuth, premature optimization...
...freely mix these styles, and system will fail when passing it invalid arguments: system 'bundle exec rails server', '-p 3000' # fails and returns nil This is equivalent to running a...
...command called "bundle exec rails" (including spaces in its filename). There is usually no such command anywhere on the $PATH. Note that you should prefer the 2nd approach (list of...
...this deprecation warning comes from try to run the tests with a step output. bundle exec parallel_cucumber --test-options "--format=pretty" feature The deprecation message looks like following: