Skip to content

Remove ruby version requirement#154

Merged
aguspe merged 307 commits intomasterfrom
remove_ruby_version_requirement
Mar 14, 2026
Merged

Remove ruby version requirement#154
aguspe merged 307 commits intomasterfrom
remove_ruby_version_requirement

Conversation

@aguspe
Copy link
Collaborator

@aguspe aguspe commented Mar 14, 2026

No description provided.

aguspe and others added 30 commits May 25, 2022 18:39
Expand existing tasks with Url,Path & browser
convert strings to symbols in new browser
Add command to run all the tests in a project
…ands

Add ability to pass the path to scaffolding commands
aguspe and others added 28 commits February 10, 2026 21:05
Removes automatic RubyGems publishing to give maintainers control over when gems are published. Workflow now creates GitHub releases with gem files attached, allowing manual verification before publishing.

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* simplify pipelines


* fixed tests


* Fix PR review comments: rubocop and reek warnings

- Add RSpec/BeforeAfterAll inline disable comments to system specs
- Extract SystemTestHelper module to fix DuplicateMethodCall and TooManyStatements
- Add reek suppressions for UtilityFunction and ControlParameter
- Fix capybara rack-test error with run_server = false
- Add capybara minitest support in test_helper.tt
- Add setup job to system_tests.yml to prevent cache conflicts


---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…ateError

- Use super() instead of message in to_s to avoid infinite recursion
- Re-raise TemplateError subclasses before generic StandardError rescue
- Add test fixture templates for partial rendering tests
* Ruby Raider v3.0.0

- Add Minitest and Capybara as first-class framework and automation types
- Add optional web add-ons: accessibility (axe), visual regression (chunky_png), performance (Lighthouse)
- Add LLM integration (OpenAI, Anthropic, Ollama) for AI-assisted scaffolding
- Add adopt command for importing existing test projects
- Add enhanced scaffolding: CRUD generation, URL analysis, components, from_url
- Add video recording support for all framework combinations
- Add CLI features: skip flags, reporter selection, retry, tags, destroy, template overrides
- Add GitHub Actions and GitLab CI/CD pipeline generation
- Add Steep type checking with RBS signatures
- Add E2E tests, content validation, command routing, and menu tests
- Add terminal logo display on project creation
- Refactor Applitools to chunky_png for free local visual regression
- Refactor axe from automation type to optional add-on
- Update README with full feature documentation and new logo

* fix comments

* fix comments

* fix comments

* fixing rake pipeline

* raider 3.0.0

* Update lib/generators/menu_generator.rb

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Removed the Sponsors section and BrowserStack testing note.
Updated the link for more information and releases.
Updated the link format for the release information in the README.
Fix link formatting in README for website reference.
…uby version selection, gitlab CI, and skip_ci

Simplify Ruby Raider by removing low-value features:
- LLM integration and plugin system
- Capybara and Minitest as framework options
- Adopt project import feature
- Reporter selection (allure is now always included)
- Ruby version selection and .ruby-version generation
- GitLab CI/CD option and CI platform selector (GitHub Actions is now default)
- --skip_ci flag (CI is always generated)
Simplify addon options — only accessibility (axe) remains as an optional add-on.
Removes visual_addon/chunky_png and lighthouse_addon/performance templates,
generators, menu steps, CLI flags, and all related tests.
…c-from-page

Simplify scaffolding to basic commands only: page, spec, feature, steps,
helper, component, and scaffold (generates page + test).
Removes --crud, --with, --from options and interactive scaffold menu.
@aguspe aguspe merged commit af43d67 into master Mar 14, 2026
9 checks passed
@aguspe aguspe deleted the remove_ruby_version_requirement branch March 14, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants