{"id":15459492,"url":"https://github.com/smridge/vscode_rails_syntax","last_synced_at":"2025-10-18T21:49:50.895Z","repository":{"id":130520916,"uuid":"245594023","full_name":"smridge/vscode_rails_syntax","owner":"smridge","description":"Rails Syntax Highlighting for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2023-02-17T21:55:29.000Z","size":1139,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T10:45:04.816Z","etag":null,"topics":["rails","ruby","ruby-on-rails","syntax-highlighting","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smridge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-07T08:18:51.000Z","updated_at":"2024-01-09T23:29:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"69166a52-a206-465a-8c40-a75624fada01","html_url":"https://github.com/smridge/vscode_rails_syntax","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smridge/vscode_rails_syntax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smridge%2Fvscode_rails_syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smridge%2Fvscode_rails_syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smridge%2Fvscode_rails_syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smridge%2Fvscode_rails_syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smridge","download_url":"https://codeload.github.com/smridge/vscode_rails_syntax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smridge%2Fvscode_rails_syntax/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267543275,"owners_count":24104538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rails","ruby","ruby-on-rails","syntax-highlighting","vscode","vscode-extension"],"created_at":"2024-10-01T23:08:15.588Z","updated_at":"2025-10-18T21:49:45.847Z","avatar_url":"https://github.com/smridge.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Syntax Highlighting for Visual Studio Code\n[![Published Version to VS Code](https://img.shields.io/visual-studio-marketplace/v/SarahRidge.vscode-rails-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-rails-syntax)\n[![VS Code Downloads](https://img.shields.io/visual-studio-marketplace/d/SarahRidge.vscode-rails-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-rails-syntax)\n[![VS Code Installs](https://img.shields.io/visual-studio-marketplace/i/SarahRidge.vscode-rails-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-rails-syntax)\n[![GitHub License](https://img.shields.io/github/license/smridge/vscode_rails_syntax.svg)](https://github.com/smridge/vscode_rails_syntax/blob/master/LICENSE)\n\nExtends Visual Studio Code's Ruby Language Grammars with the Rails Library.\n\nSupport methods are identified such as:\n- `belongs_to`\n- `has_many`\n- `has_rich_text`\n- `validates`\n- `scope`\n- `before_action`\n- `link_to`\n\nThis extension is certainly not inclusive of every method Rails and Turbo Rails offers. Rails is a massive library! Added methods from various classes/modules listed below.\n\nPull Requests are more than welcome!\n\n## Install\n- Run: `code --install-extension SarahRidge.vscode-rails-syntax`\n  - Alternatively, extension can be installed via [VScode marketplace](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-rails-syntax).\n- Reload VSCode.\n\n## Known Methods Added From\n\n### AbstractController\n- `AbstractController::Callbacks`\n\n### ActionController\n- `ActionController::Flash::ClassMethods`\n- `ActionController::Redirecting`\n- `ActionController::RequestForgeryProtection::ClassMethods`\n\n### ActionDispatch\n- `Routing::Mapper::Base`\n- `Routing::Mapper::Concerns`\n- `Routing::Mapper::CustomUrls`\n- `Routing::Mapper::HttpHelpers`\n- `Routing::Mapper::Resources`\n- `Routing::Mapper::Scoping`\n\n### ActionView\n- `ActionView::Helpers::CacheHelper`\n- `ActionView::Helpers::FormTagHelper`\n- `ActionView::Helpers::TagHelper`\n- `ActionView::Helpers::TextHelper`\n- `ActionView::Helpers::TranslationHelper`\n- `ActionView::Helpers::UrlHelper`\n\n### ActionText\n- `ActionText::Attribute`\n\n### ActiveModel\n- `ActiveModel::Validations::ClassMethods`\n\n### ActiveRecord\n- `ActiveRecord::Associations::ClassMethods`\n- `ActiveRecord::Callbacks`\n- `ActiveRecord::Enum`\n- `ActiveRecord::Migration \u003c Object`\n- `ActiveRecord::NestedAttributes::ClassMethods`\n- `ActiveRecord::QueryMethods`\n- `ActiveRecord::Relation \u003c Object`\n- `ActiveRecord::Scoping::Named::ClassMethods`\n\n### ActiveStorage\n- `ActiveStorage::Attached::Model`\n\n### ActiveSupport\n- `ActiveSupport::Rescuable::ClassMethods`\n\n### Module\n- `Module \u003c Object`\n\n### Turbo Rails\n- `Turbo::FramesHelper`\n- `Turbo::Streams::ActionHelper`\n- `Turbo::Streams::TagBuilder`\n- `Turbo::StreamsHelper`\n\n## References\n- [Syntax Highlight Guide](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide)\n- [Language Grammar Rules](https://macromates.com/manual/en/language_grammars)\n- [Rails API](https://api.rubyonrails.org)\n- [Turbo Rails API](https://github.com/hotwired/turbo-rails)\n\n## Related Extensions\n- [Ruby Syntax Highlighting](https://github.com/smridge/vscode-ruby-syntax)\n\n## Contributors\n\u003ca href=\"https://github.com/smridge/vscode_rails_syntax/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=smridge/vscode_rails_syntax\" /\u003e\n\u003c/a\u003e\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/smridge/vscode_rails_syntax/master/images/icon.png\" width=\"35\"\u003e Logo \u0026copy; David Heinemeier Hansson: https://rubyonrails.org/trademarks/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmridge%2Fvscode_rails_syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmridge%2Fvscode_rails_syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmridge%2Fvscode_rails_syntax/lists"}