Skip to content

SamroodAli/rails-easy-snippets

Repository files navigation

Rails Easy Snippets Extension README

Ruby on Rails 6 snippets for embedded ruby files with erb extension.

Download link

The Extension is available at https://marketplace.visualstudio.com/items?itemName=SamroodAli.erb

Current Snippets

  • Form_with for forms and other form components

Snippets

  • Create a new erb form: # Rails Easy Snippets Extension README

Ruby on Rails 6 snippets for embedded ruby files with erb extension.

Download link

The Extension is available at https://marketplace.visualstudio.com/items?itemName=SamroodAli.erb

Current Snippets

  • Form_with for forms and other form components

Snippets

  • Create an 'evaluating and returning html' erb template<%= %>
erb , er=
  • Create a new erb form:
form_with
  • Create a new erb session form
form_with_session
  • Create a new form label
label
  • Create a new form text field
text_field
  • Create a new form email field
email_field
  • Create a new form password field
password_field
  • Create a new form password field with confirmation
password_with_confirmation
  • Create a form submit button
submit

Release Notes

1.0.0

Initial release of form snippets

1.4.2

New in 1.4.2: Custom non database default forms snippets erb and er= for templates to be placed on html Released

Authors

Samrood Ali's GitHub stats

👤 Samrood Ali

Release Notes

1.0.0

Initial release of form snippets

1.4.2

New in 1.4.2: erb and er= for templates to be placed on html

Authors

Samrood Ali's GitHub stats

👤 Samrood Ali