Skip to content
View brybeltran's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Dominican Republic

Block or report brybeltran

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. todos-api todos-api Public

    Basic JSON API made with Ruby on Rails

    Ruby

  2. ruby-bookmarks ruby-bookmarks Public

    Forked from dreikanter/ruby-bookmarks

    Ruby and Ruby on Rails bookmarks collection

    1

  3. kollektor kollektor Public

    Ruby

  4. kookbook kookbook Public

    Simple RoR + React cooking recipes app.

    Ruby

  5. capybara cheat sheet capybara cheat sheet
    1
    =Navigating=
    2
        visit('/projects')
    3
        visit(post_comments_path(post))
    4
    
                  
    5
    =Clicking links and buttons=