To list the indexes for a specific table in the console, run the following command: ActiveRecord::Base.connection.indexes(:transactions)
Read More
To list the commits of a single user from all branches, use the following command: git log --pretty=format:"%ad:%an:%d:%B" --date=short --reverse --all --since=2.months.ago --author=Anthony
Read More
Recent Comments