Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 368 Bytes

AdonisJS-for-rails-devs.md

File metadata and controls

11 lines (10 loc) · 368 Bytes

AdonisJS for rails devs

  • ./bin/rails => node ace
  • ./config/routes.rb => start/routes.ts
  • permitted_params => app/validators
  • ./app/javascript => inertia
  • ./app/views => resources/views
  • ./lib/tasks => commands
  • ./specs => tests
  • "Feature/system specs" => "browser tests"
  • "Controller/request specs" => "http (functional) tests"