compass

https://github.com/chriseppstein/compass

CSS

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.

RepositoryCheck::BatchWorker#project_ids

Project.find_each does not support WHERE clauses and
Project.find_in_batches does not support ordering. So we just build an
array of ID's. This is OK because we do it only once an hour, because
getting ID's from Postgres is not terribly slow, and because no user
has to sit and wait for this query to finish.

Source | Google | Stack overflow

Edit

git clone [email protected]:chriseppstein/compass.git

cd compass

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-RepositoryCheck--BatchWorker-project_ids-for-pr


# Commit to git

git add git commit -m "better docs for RepositoryCheck::BatchWorker#project_ids"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-RepositoryCheck--BatchWorker-project_ids-for-pr

hub pull-request


# Celebrate!