Skip to content
View edgarv09's full-sized avatar
Block or Report

Block or report edgarv09

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

Pinned

  1. Gemas y utilidades para rails Gemas y utilidades para rails
    1
    N+1 queries
    2
    https://github.com/flyerhzm/bullet
    3
    
                  
    4
    Trace of active record, muestra la linea de codigo donde se ejecuto un active record
    5
    https://github.com/brunofacca/active-record-query-trace
  2. Ruby patterns, Patrones de diseños e... Ruby patterns, Patrones de diseños en ruby
    1
    Repository Pattern
    2
    https://medium.com/@laertis.pappas/repository-pattern-in-ruby-i-decoupling-activerecord-and-persistence-e395e1b0cf69
    3
    
                  
    4
    Remove single tabe inheritance
    5
    https://medium.com/flatiron-labs/how-to-remove-single-table-inheritance-from-your-rails-monolith-c6009239defb
  3. Books-32 Books-32 Public

    Forked from gebassis/Books-32

    Books and notes Collection.

  4. heroku-buildpack-snowflake-odbc heroku-buildpack-snowflake-odbc Public

    Forked from Daasity/heroku-buildpack-snowflake-odbc

    Heroku Buildpack for unixODBC with the Snowflake driver installed

    Shell 5

  5. Convert objects in Velocity template... Convert objects in Velocity templates to JSON
    1
    #macro(VelListToJSON $list )
    2
    	#set($myList = $list )## dereference
    3
    	{
    4
    	#foreach($key in $myList.keySet())
    5
    		"$key":