This is a simple Rails application created for testing Dependabot functionality.
- Install Ruby 3.1.0 (using rbenv, rvm, or your preferred Ruby version manager)
- Install dependencies:
bundle install
- Start the Rails server:
rails server
- Visit http://localhost:3000 to see the "Hello, World!" message
- Simple "Hello, World!" page
- Basic Rails 7.0 application structure
- SQLite3 database (no migrations needed for this simple app)
- Standard Rails development setup
/- Root path showing hello world/hello- Alternative hello world path
Change