Skip to content

Instantly share code, notes, and snippets.

View etagwerker's full-sized avatar
🏠
Working from home

Ernesto Tagwerker etagwerker

🏠
Working from home
View GitHub Profile
@etagwerker
etagwerker / fly-dot-io-rails-experience-test-with-their-tutorial.md
Created August 24, 2022 13:32
fly-dot-io-rails-experience-test-with-their-tutorial.md

Error:

Step 23/47 : FROM base as build_deps
 ---> 9d4cdb1a89e5
Step 24/47 : ARG DEV_PACKAGES="git build-essential libpq-dev wget vim curl gzip xz-utils libsqlite3-dev"
 ---> Using cache
 ---> 5d51bfab6c72
Step 25/47 : ENV DEV_PACKAGES ${DEV_PACKAGES}
 ---> Using cache
@etagwerker
etagwerker / docker-compose-up-tomatoes.txt
Created July 15, 2022 14:36
docker-compose-up-tomatoes.txt
➜ tomatoes git:(master) docker-compose up
[+] Running 10/10
⠿ mongo Pulled 13.4s
⠿ 11e23ac719b3 Pull complete 2.3s
⠿ 566a81ecfaf7 Pull complete 2.3s
⠿ 82cf8516df40 Pull complete 2.5s
⠿ 4334b4723aa2 Pull complete
### Keybase proof
I hereby claim:
* I am etagwerker on github.
* I am etagwerker (https://keybase.io/etagwerker) on keybase.
* I have a public key ASB-eTEKQ2JkVRF7OspIoM_o1SSDTwzDPe3lR57JLhUgyQo
To claim this, I am signing this object:
Need help with your Ruby or Rails upgrade? Reach out to @FastRubyIO. Their team of Ruby and Rails developers are experts at assessing technical debt. Let them help you estimate your upgrade project at https://www.fastruby.io?utm_source=matz #UpgradeRails #UpgradeRuby
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/bundler/gems/rails-ac48eed08f26/railties/lib/rails/application.rb:389:in `initialize!'
# ./config/environment.rb:5:in `<main>'
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/gems/bootsnap-1.7.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/gems/bootsnap-1.7.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/gems/bootsnap-1.7.5/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/gems/bootsnap-1.7.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/gems/bootsnap-1.7.5/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
# /Users/etagwerker/.rvm/gems/ruby-2.7.3@dash/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34:in `require'
# /Users/eta
The folks at @OmbuLabs are looking for Ruby on Rails developers. If you're a mid to senior level developer or contractor then check out their listings:
https://www.ombulabs.com/jobs
# ./app/assets/stylesheets/bootstrap_and_overrides.css:6
6) LeaderboardController#projects leaderboard exists project without logged minutes shows current leaderboard without params
Failure/Error: =require twitter-bootstrap-static/fontawesome
ActionView::Template::Error:
couldn't find file 'twitter-bootstrap-static/fontawesome' with type 'text/css'
Checked in these paths:
/code/app/assets/images
/code/app/assets/javascripts
next bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies......................................................................................................
Bundler could not find compatible versions for gem "actionpack":
In Gemfile.next:
rails (~> 5.0) was resolved to 5.0.1.rc1, which depends on
actionpack (= 5.0.1.rc1)
rspec-rails was resolved to 4.1.2, which depends on
➜ points git:(feature/upgrade-rails-5-2) ✗ bundle exec rspec
Randomized with seed 12014
......Capybara starting Puma...
* Version 3.12.6 , codename: Llamas in Pajamas
* Min threads: 0, max threads: 4
* Listening on tcp://127.0.0.1:51982
Unexpected confirm modal - accepting.You should be using `accept_confirm` or `dismiss_confirm`.
...............................................................................
The @FastRubyIO team has been doing Ruby and Rails upgrades for a long time. They even have some tips on how to upgrade when there is no time to write tests. https://www.fastruby.io/blog/rails/upgrade/testing/how-to-upgrade-rails-without-tests.html?utm_source=matz