rbs_rails
No description available.
File Explorer
Download Latest Version (.zip)- config.yml
- ci.yml
- postgresql.yml
- release.yml
- add-type-params.rb
- console
- postprocess.rb
- rbs-prototype-rb.rb
- setup
- to-ascii.rb
- rbs_rails.rb
- rbs_rails
- install_generator.rb
- enum.rb
- configuration.rb
- file_writer.rb
- active_record.rb
- cli.rb
- dependency_builder.rb
- path_helpers.rb
- rake_task.rb
- util.rb
- version.rb
- rbs_rails.rb
- install_generator.rbs
- enum.rbs
- configuration.rbs
- file_writer.rbs
- active_record.rbs
- cli.rbs
- dependency_builder.rbs
- path_helpers.rbs
- rake_task.rbs
- util.rbs
- version.rbs
- rbs_rails.rbs
- manifest.js
- .keep
- application.css
- channel.rb
- connection.rb
- .keep
- application_controller.rb
- application_helper.rb
- application_job.rb
- .keep
- address.rb
- application_record.rb
- article.rb
- book.rb
- delivery_address.rb
- group.rb
- money.rb
- order.rb
- order_summary.rb
- project.rb
- tag.rb
- thumbnail.rb
- user.rb
- application.html.erb
- rails
- rake
- setup
- development.rb
- production.rb
- test.rb
- application_controller_renderer.rb
- backtrace_silencers.rb
- content_security_policy.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- permissions_policy.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- cable.yml
- credentials.yml.enc
- database.yml
- environment.rb
- master.key
- puma.rb
- rbs_rails.rb
- routes.rb
- storage.yml
- 20200723100326_init.rb
- 20210414110904_create_blog_table_and_relation_to_user.rb
- 20250501113135_create_orders.rb
- 20250501114131_create_books.rb
- 20250502113351_add_service_name_to_active_storage_blobs.active_storage.rb
- 20250502113352_create_active_storage_variant_records.active_storage.rb
- 20250502113353_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
- 20250624104302_install_audited.rb
- 20250705094601_create_groups.rb
- 20250705104054_create_thumbnails.rb
- 20250902022119_add_role_to_users.rb
- 20260105084032_create_order_summaries.rb
- 20260219122811_add_label_to_users.rb
- 20260219122812_add_currency_code_to_books.rb
- 20260310000002_create_delivery_addresses.rb
- 20260310140725_create_projects.rb
- 20260310140743_create_tags.rb
- schema.rb
- seeds.rb
- .keep
- .keep
- rbs.rake
- .keep
- blog.rb
- package.yml
- 404.html
- 406-unsupported-browser.html
- 422.html
- 500.html
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- favicon.ico
- icon.png
- icon.svg
- robots.txt
- main.rbs
- .keep
- .keep
- .keep
- .gitignore
- .ruby-version
- config.ru
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- Steepfile
- post.rbs
- audited_audit.rbs
- blog.rbs
- book.rbs
- delivery_address.rbs
- group.rbs
- order.rbs
- order_summary.rbs
- path_helpers.rbs
- project.rbs
- tag.rbs
- thumbnail.rbs
- user.rbs
- ci.yml
- dependabot.yml
- manifest.js
- .keep
- application.css
- .keep
- application_controller.rb
- application_helper.rb
- .keep
- application_record.rb
- post.rb
- application.html.erb
- manifest.json.erb
- service-worker.js
- brakeman
- bundle
- docker-entrypoint
- rails
- rake
- rubocop
- setup
- development.rb
- production.rb
- test.rb
- assets.rb
- content_security_policy.rb
- filter_parameter_logging.rb
- inflections.rb
- permissions_policy.rb
- en.yml
- application.rb
- boot.rb
- credentials.yml.enc
- database.yml
- environment.rb
- puma.rb
- rbs_rails.rb
- routes.rb
- 20260504000000_create_posts.rb
- schema.rb
- seeds.rb
- .keep
- .keep
- rbs.rake
- .keep
- 404.html
- 406-unsupported-browser.html
- 422.html
- 500.html
- icon.png
- icon.svg
- robots.txt
- .keep
- .keep
- .keep
- .dockerignore
- .gitignore
- .rubocop.yml
- .ruby-version
- config.ru
- Dockerfile
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- configuration_test.rb
- file_writer_test.rb
- active_record_test.rb
- enum_test.rb
- path_helper_test.rb
- postgresql_integration_test.rb
- test_helper.rb
- .gitignore
- .gitmodules
- CHANGELOG.md
- DESIGN.md
- Gemfile
- Gemfile.lock
- LICENSE
- Rakefile
- rbs_collection.lock.yaml
- rbs_collection.yaml
- rbs_rails.gemspec
- README.md
- Steepfile
# Installation Guide
1. Get the code
git clone https://github.com/pocke/rbs_rails
Downloads the entire project code from GitHub to your computer.
cd rbs_rails
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle exec rbs_rails all
Type this command into your terminal and run it.
$ bundle exec rbs_rails models
Type this command into your terminal and run it.
$ bundle exec rbs_rails path_helpers
Type this command into your terminal and run it.
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
$ bundle exec rbs collection init
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
