-
Notifications
You must be signed in to change notification settings - Fork 0
Development FAQ
Connor Shea edited this page May 20, 2015
·
4 revisions
- Navigate to your local copy of the ImageHex codebase.
- Enter
rake documentationinto the terminal. - Navigate to the
ImageHex/docfolder in Finder or another file browser. - Open
index.htmlin a browser, then browse.
rails cu = User.where(name: "YOUR NAME").firstu.role = :adminu.save!quit
A: In the ImageHex directory, run rspec. Codeship runs our unit tests automatically on certain branches, so it may already have information about the tests passing/failing.
Note: To run a specific test, instead of the full suite, for example when testing to see if a test you've written works, you can run rspec ./spec/path/spec_name.rb (e.g. rspec ./spec/models/comment_spec.rb)
Use CSS. This HTML5 Animation Speed Test should explain why. If you don't notice any difference at the default 500 dots, keep adding more until one starts lagging.
Style Guides
Features
- Frontpage
- About pages
- Help pages
- Uploading Images
- Image pages
- Image comments
- Image search
- Image tagging
- Image collections
- Curating collections
- Creators
- Commissions
- Image of the Day
- Favorites
- User profiles
- User settings
- Error messages
- Reporting
- Admin console
- API
- Notifications
Mockups
Roadmap
Notes