Skip to content
View bellatrix988's full-sized avatar

Block or report bellatrix988

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bellatrix988/README.md

Hi there 👋

I'm a Ruby developer.

  • 💬 Ask me about anything related to creation CRM systems.
  • 📫 How to reach me: In telegram - @marinaruby

Pinned Loading

  1. rails-template rails-template Public

    Rails Application Template for building new app.

    Ruby

  2. Rails initialisation templates Rails initialisation templates
    1
    --database=postgresql
    2
    --skip-action-cable
    3
    --skip-action-mailer
    4
    --skip-bundle
    5
    --skip-javascript
  3. Rails 7 & Hotwire & Turbo & Devise w... Rails 7 & Hotwire & Turbo & Devise workaround
    1
    # Rails 7 & Hotwire & Turbo & Devise workaround
    2
    This gist is relevant while this [Devise issue#5446 ](https://github.com/heartcombo/devise/issues/5446) is not closed or 
    3
    a better solution is not suggested.
    4
    
                  
    5
    ## Problem: 
  4. Development triks Development triks
    1
    function rubucop_current_changes() {
    2
      current_branch=$(git branch --show-current)
    3
      git diff $branch_name develop --name-status | grep '\.rb$' | xargs rubocop
    4
    }
    5