Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new testing paradigm (hot-glue-for-rails#7)
* new testing paradigm * updating readme * adding importmap + turbo * resetting the dummy * Gems * importmap * turbo install * rspec * migrations from last dummy * basic POC on specs * rails new * migrations * importmap and turbo * models * removing old spec/dummy * hot glue installer (rails generate hot_glue:install --layout=bootstrap) * adding gems * rspec install * working with Turbo * factory for abcs * specs pass (4) on basic POC * fixes double generation problem * updating travis file * Updating circle * adding github action * bundle lock --add-platform x86_64-linux * github actions * does bundle install work here * removing bundle install * CI fixes * disabling bootsnap * adding .ruby-version to dummy app * CI fixes" g * Adding devise * CI * github CI * adding || exit * Trying circleci with ruby 3.1.2 * trying mirror gemfiles * trying mirror schema * can I point the config/database.yml to the dummy * settting config/database.yml to use dummy/ database * db schema * removing unused script/setup script/update files * adding 'sudo apt-get update' and sudo apt-get install rsync to circleci * moving - run: sudo apt-get update && sudo apt-get install -y ruby-rspec to within steps for circle ci * Adds setup to script/test * tweeks to script/test * removing script/setup * trying bundle install before rake * adding gem 'rake' * adding gem 'rake' to dummy app * gem "rspec-rails" in outside app * Adding gems to outside Gemfile * adding capybara * Adding gem 'selenium-webdriver' * adding webdrivers * Adding chrome binary to circleci build: * test spec failure * removing circleci * confirmed failing result on CI * fixes error in clean_generated_code
- Loading branch information